[Freeswitch-users] Pickup on bypass_media
Chris B. Ware
chrisbware at yahoo.it
Wed Oct 22 20:09:18 MSD 2014
Hi,
I send calls to local users as follows:
<action application="set" data="bypass_media=true"/> <action application="bridge" data="user/${cCalled}@${domain_name},pickup/test"/>
So when A calls B, rtp stream is point to point between ip-phones. I've tried to implement call pickup as follows:
<condition field="destination_number" expression="^\*8$" break="on-true"> <action application="answer"/> <action application="pickup" data="test"/> <action application="sleep" data="500"/></condition>
Is it right? Should it work on bypass_media mode? If I have to take the rtp stream on FS to let it work, how should I do?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20141022/b215727e/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list