<p dir="ltr">I'd almost be looking at something like OpenSIPS as FS is a back2back UA, not a proxy. </p>
<div class="gmail_quote">On May 21, 2013 2:17 PM, "clive engelberg" <<a href="mailto:clive18@webmail.co.za">clive18@webmail.co.za</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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 <<a href="mailto:ostolyar@netflix.com" target="_blank">ostolyar@netflix.com</a>> wrote<br><br>
<div style="padding-left:10px;border-left:solid 2px #0000ff">
<div dir="ltr">Hi,
<div> </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> </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> </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> </div>
<div>
<div><extension name="proxy_test"></div>
<div><condition field="destination_number" expression="^(p\w+)$"></div>
<div><action application="set" data="bypass_media=true"/></div>
<div><action application="bridge" data="sofia/external/<a href="mailto:1000@10.2.182.243" target="_blank">1000@10.2.182.243</a>"/></div>
<div></condition></div>
<div></extension></div>
</div>
<div> </div>
</div>
</div><br><hr>
South Africa premier free email service - <a href="http://www.webmail.co.za/" target="_blank">webmail.co.za</a>
<br><a href="http://b.wm.co.za/click.pwm?cid=20050844&loc=N-MT&seq=519bb874" target="_blank"><img src="http://f.wm.co.za/ads/20050844.gif?loc=N-MT&seq=519bb874" border="0"></a>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
<br></blockquote></div>