I guess that makes sense, but that's not the answer I wanted to hear. I don't necessarily know when the "B" leg is going to hangup so I may not be able to do the re-invite beforehand. Is there some sort of workaround? <br>
<br><div class="gmail_quote">On Tue, Aug 11, 2009 at 12:50 PM, Phillip Jones <span dir="ltr"><<a href="mailto:pjintheusa@gmail.com">pjintheusa@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there,<br>
<br>
I the 'does not work' example your media stream is back up at the<br>
carrier as the called party hangs up.<br>
<br>
You would have to cause another SIP REINVITE and re capture the media.<br>
<br>
See <a href="http://wiki.freeswitch.org/wiki/Bypass_Media" target="_blank">http://wiki.freeswitch.org/wiki/Bypass_Media</a> and the "How to<br>
disable/enable it on the fly?" section as a start.<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Tue, Aug 11, 2009 at 2:29 PM, Jeremiah Johnson<<a href="mailto:boonedox@gmail.com">boonedox@gmail.com</a>> wrote:<br>
> This is an integral part of my application. I need to have FreeSWITCH<br>
> outside of the media path as well as be able to do multiple bridges for the<br>
> same "A" leg.<br>
> /*WORKS*/<br>
> <action application="set" data="hangup_after_bridge=false"/><br>
> <action application="bridge"<br>
> data="sofia/gateway/${mygateway}/1${client_one}"/><br>
> <action application="bridge"<br>
> data="sofia/gateway/${mygateway}/1${client_two}"/><br>
> /*DOES NOT WORK*/<br>
> <action application="set" data="hangup_after_bridge=false"/><br>
> <action application="set" data="bypass_media=true"/><br>
> <action application="bridge"<br>
> data="sofia/gateway/${mygateway}/1${client_one}"/><br>
> <action application="bridge"<br>
> data="sofia/gateway/${mygateway}/1${client_two}"/><br>
> In the "DOES NOT WORK" example, the "A" leg hangs up as soon as the leg for<br>
> client_one hangs up.<br>
</div></div>> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>