<div dir="ltr">Hi,<div><br></div><div>I am trying to use FreeSWITCH as a SIP proxy.  I have the dialplan below which simply sets bypass_media to true and then bridges to another FreeSWITCH server.</div><div><br></div><div>

However, when during the call I shut down the proxy FS, the call is immediately dropped.  Why is that?  Is there a way to keep it going?  I understand that in this case I won&#39;t be able to properly send the BYE signal when one of the parties hangs up and that&#39;s OK.</div>

<div><br></div><div>I tried using redirect and deflect instead of the bridge but those don&#39;t seem to work at all - probably because my UAs don&#39;t know how to handle redirects.</div><div><br></div><div><div>    &lt;extension name=&quot;proxy_test&quot;&gt;</div>

<div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(p\w+)$&quot;&gt;</div><div>        &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<br></div><div>        &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/<a href="mailto:1000@10.2.182.243">1000@10.2.182.243</a>&quot;/&gt;</div>

<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div></div><div><br></div>
</div>