[Freeswitch-dev] bypass media after bridge not getting applied when using intercept app from within LUA script
Brian West
brian at freeswitch.org
Fri Feb 14 02:28:50 MSK 2014
Well you may want to 1. wrap it all in the if session:ready(), 2. you may wish to sleep a little giving everything time to settle before you do uuid_media off. But what exactly is your goal/intent? I’m trying to understand why you’re doing this in this manner.
--
Brian West
brian at freeswitch.org
FreeSWITCH Solutions, LLC
PO BOX 2531
Brookfield, WI 53008-2531
Twitter: @FreeSWITCH , @briankwest
http://www.freeswitchbook.com
http://www.freeswitchcookbook.com
T: +1.918.420.9001 | F: +1.918.420.9002 | M: +1.918.424.WEST
iNUM: +883 5100 1420 9001
ISN: 410*543
Skype:briankwest
PGP Key: http://www.bkw.org/key.txt (AB93356707C76CED)
On Feb 13, 2014, at 4:41 PM, Jyotshna Cherukuri <jcherukuri_necc at yahoo.com> wrote:
> Hi ,
>
> I am setting "bypass_media_after_bridge" on both the channels and'm using intercept app to bridge two sessions which are part of 2 separate LUA scripts . However I don't see FreeSWITCH issuing Re-Invites once the calls are bridged together .
>
> Just wondering if there is any other way to go peer-to-peer once the intercept app is called from LUA script?
> I even tried calling uuid_media off from LUA script but it didn't seem to work .
>
>
> B-leg side of the script:
>
> session:setVariable("bypass_media_after_bridge","true");
> if ( session:ready() ) then
> session:answer();
> end
> session:execute("intercept", aleg_uuid);
> api:execute("uuid_media off",aleg_uuid);
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20140213/97e1ad41/attachment.bin
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-dev
mailing list