Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kolyanu4

Pages: [1]
1
Features requests / Re: Patch for adding billid
« on: December 09, 2013, 06:53:16 AM »
I use dumb channel to initiate calls to two persons and then connect them.

2
Features requests / 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.


3
Yate users hangout place / Billid in call.answered
« on: October 03, 2013, 10:03:06 AM »
Hello!

I'm doing call.execute from my external script with callto='fork' and other params. фтв Аfter receiving call.answered from yate there is no billid of call.

Is there any way to receive it?


Thanks!

4
Yate users hangout place / Calls monitoring
« on: July 29, 2013, 01:58:45 AM »
Hello!

I'm trying to do call monitoring. E.g. when two person are speaking, the third one can connect to the call and listen the conversation.

Can I do this without creating a conference just with using chan.attach or call.connect?


Thanks!

Pages: [1]