I guess that makes sense, but that&#39;s not the answer I wanted to hear.  I don&#39;t necessarily know when the &quot;B&quot; 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">&lt;<a href="mailto:pjintheusa@gmail.com">pjintheusa@gmail.com</a>&gt;</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 &#39;does not work&#39; 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 &quot;How to<br>
disable/enable it on the fly?&quot; 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&lt;<a href="mailto:boonedox@gmail.com">boonedox@gmail.com</a>&gt; wrote:<br>
&gt; This is an integral part of my application.  I need to have FreeSWITCH<br>
&gt; outside of the media path as well as be able to do multiple bridges for the<br>
&gt; same &quot;A&quot; leg.<br>
&gt; /*WORKS*/<br>
&gt; &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<br>
&gt; &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/gateway/${mygateway}/1${client_one}&quot;/&gt;<br>
&gt; &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/gateway/${mygateway}/1${client_two}&quot;/&gt;<br>
&gt; /*DOES NOT WORK*/<br>
&gt; &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<br>
&gt; &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<br>
&gt; &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/gateway/${mygateway}/1${client_one}&quot;/&gt;<br>
&gt; &lt;action application=&quot;bridge&quot;<br>
&gt; data=&quot;sofia/gateway/${mygateway}/1${client_two}&quot;/&gt;<br>
&gt; In the &quot;DOES NOT WORK&quot; example, the &quot;A&quot; leg hangs up as soon as the leg for<br>
&gt; client_one hangs up.<br>
</div></div>&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<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>