<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">FreeSWITCH really isn't a proxy, its a B2BUA. &nbsp;That being said, if you stop freeswitch with "fsctl shutdown now" it will exit without cleaning up any running calls.<div><br></div><div><br><div><div>On May 21, 2013, at 2:09 PM, clive engelberg &lt;<a href="mailto:clive18@webmail.co.za">clive18@webmail.co.za</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi<br><br>You can get help in exchange for some netflix movies:)<br><br>jk :)<br><br>Freeswitch will act as a stateful proxy, meaning it will remain in control of the call, even though RTP goes point to point.<br><br>Why would you want to be able to shut down FS anyways?<br><br>Clive<br><br>On Mon, 20 May 2013 19:10:09 -0700 Oleg Stolyar &lt;<a href="mailto:ostolyar@netflix.com">ostolyar@netflix.com</a>&gt; wrote<br><br>
<div style="padding-left: 10px; border-left: solid 2px #0000FF;">
<div dir="ltr">Hi,
<div>&nbsp;</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>&nbsp;</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't be able to properly send the BYE signal when one of the parties hangs up and that's OK.</div>
<div>&nbsp;</div>
<div>I tried using redirect and deflect instead of the bridge but those don't seem to work at all - probably because my UAs don't know how to handle redirects.</div>
<div>&nbsp;</div>
<div>
<div>&lt;extension name="proxy_test"&gt;</div>
<div>&lt;condition field="destination_number" expression="^(p\w+)$"&gt;</div>
<div>&lt;action application="set" data="bypass_media=true"/&gt;</div>
<div>&lt;action application="bridge" data="sofia/external/<a href="mailto:1000@10.2.182.243">1000@10.2.182.243</a>"/&gt;</div>
<div>&lt;/condition&gt;</div>
<div>&lt;/extension&gt;</div>
</div>
<div>&nbsp;</div>
</div>
</div><br><hr>
South Africa premier free email service - <a href="http://www.webmail.co.za/">webmail.co.za</a>
<br><a href="http://b.wm.co.za/click.pwm?cid=20050844&amp;loc=N-MT&amp;seq=519bb874" target="_blank"><img src="http://f.wm.co.za/ads/20050844.gif?loc=N-MT&amp;seq=519bb874" border="0"></a>
_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>