[Freeswitch-users] hangup_after_bridge=false only works if bypass_media=false

Jeremiah Johnson boonedox at gmail.com
Tue Aug 11 11:29:44 PDT 2009


This is an integral part of my application.  I need to have FreeSWITCH
outside of the media path as well as be able to do multiple bridges for the
same "A" leg.
/*WORKS*/
<action application="set" data="hangup_after_bridge=false"/>
<action application="bridge"
data="sofia/gateway/${mygateway}/1${client_one}"/>
<action application="bridge"
data="sofia/gateway/${mygateway}/1${client_two}"/>

/*DOES NOT WORK*/
<action application="set" data="hangup_after_bridge=false"/>
<action application="set" data="bypass_media=true"/>
<action application="bridge"
data="sofia/gateway/${mygateway}/1${client_one}"/>
<action application="bridge"
data="sofia/gateway/${mygateway}/1${client_two}"/>

In the "DOES NOT WORK" example, the "A" leg hangs up as soon as the leg for
client_one hangs up.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090811/2853b07b/attachment-0002.html 


More information about the FreeSWITCH-users mailing list