Author Topic: Patch for adding billid  (Read 6687 times)

kolyanu4

  • Newbie
  • *
  • Posts: 4
    • View Profile
Patch for adding billid
« on: November 04, 2013, 02:59:44 AM »
Hello!

I have my own backend and start looking for call with call.route message. I take it from billid and every other messages are looking for this billid. But when I use call.execute to dumb/ there is no billid, so I decide to add it when dispatch call.execute message with param 'add_billid'=='true'. Also when calling to fork, there is billid in call.route message, but not in call.ringing and call.answered so I add some changes to code to add it.

I have done a patch. Sorry if my code is bad. I'm not good in C++. Also I don't know everything about Yate and maybe my solutions is not correct.


Diana Cionoiu

  • Administrator
  • Jr. Member
  • *****
  • Posts: 71
    • View Profile
Re: Patch for adding billid
« Reply #1 on: November 20, 2013, 07:01:59 PM »
silly question. why do you use dumb channel?

kolyanu4

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Patch for adding billid
« Reply #2 on: December 09, 2013, 06:53:16 AM »
I use dumb channel to initiate calls to two persons and then connect them.