Yate Community Forum

General Category => Features requests => Topic started by: kolyanu4 on November 04, 2013, 02:59:44 AM

Title: Patch for adding billid
Post by: kolyanu4 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.

Title: Re: Patch for adding billid
Post by: Diana Cionoiu on November 20, 2013, 07:01:59 PM
silly question. why do you use dumb channel?
Title: Re: Patch for adding billid
Post by: kolyanu4 on December 09, 2013, 06:53:16 AM
I use dumb channel to initiate calls to two persons and then connect them.