<div>Hi Tom </div><div><br></div><div>Thanks for your answer, but we have the problem with the outgoing calls. See attached sip trace.</div><div><br></div><div>regards</div><div><br></div><div>Patrick </div><div><br></div>
<div class="gmail_quote">On Mon, Jun 11, 2012 at 1:09 AM, Tom C <span dir="ltr"><<a href="mailto:mel0torme@gmail.com" target="_blank">mel0torme@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Not sure if it's the same problem, but it sounds similar to the issues we had a couple years ago getting FreeSwitch to work with Whistlephone. Whistlephone also used multiple servers for load balancing, and while outgoing calls worked fine, incoming calls were unreliable.<div>
<br></div><div>For more technical details, you can search this mailing list for Whistlephone, about a year and a half ago.</div><div><br></div><div>The solution was to add a separate gateway for each proxy server.</div><div>
<br></div><div>So, in conf/sip_profiles/external, I added whistlephone.xml, with the stuff below. Pay attention to proxy vs proxy1 in the server names, and the added "from-domain" in the secondary gateways. Using the "realm" parameter seemed to help me, but it took experimentation to find what worked.</div>
<div><br></div><div>--------------------------------------------------------------------</div><div><code></div><div><br></div><div><div><font face="courier new, monospace"><include></font></div><div><font face="courier new, monospace"><gateway name="WhistlePhone"></font></div>
<div><font face="courier new, monospace"> <param name="username" value="xxxxxxxxxxx"/></font></div><div><font face="courier new, monospace"> <param name="from-user" value="xxxxxxxxxx"/></font></div>
<div><font face="courier new, monospace"> <param name="proxy" value="<a href="http://proxy.WhistlePhone.com" target="_blank">proxy.WhistlePhone.com</a>"/></font></div><div><font face="courier new, monospace"> <param name="realm" value="WhistlePhone"/></font></div>
<div><font face="courier new, monospace"> <param name="password" value="xxxx"/></font></div><div><font face="courier new, monospace"> <param name="expire-seconds" value="600"/></font></div>
<div><font face="courier new, monospace"> <param name="register" value="true"/></font></div><div><font face="courier new, monospace"> <param name="retry-seconds" value="30"/></font></div>
<div><font face="courier new, monospace"></gateway></font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace"><gateway name="WhistlePhoneProxy1"></font></div>
<div><font face="courier new, monospace"> <param name="username" value="xxxxxxxxxxx"/></font></div><div><font face="courier new, monospace"> <param name="from-user" value="xxxxxxxxxx"/></font></div>
<div><font face="courier new, monospace"> <param name="proxy" value="<a href="http://proxy1.WhistlePhone.com" target="_blank">proxy1.WhistlePhone.com</a>"/></font></div><div><font face="courier new, monospace"> <param name="from-domain" value="<a href="http://proxy.Whistlephone.com" target="_blank">proxy.Whistlephone.com</a>"/></font></div>
<div><font face="courier new, monospace"> <param name="password" value="xxxx"/></font></div><div><font face="courier new, monospace"> <param name="expire-seconds" value="600"/></font></div>
<div><font face="courier new, monospace"> <param name="register" value="true"/></font></div><div><font face="courier new, monospace"> <param name="retry-seconds" value="30"/></font></div>
<div><font face="courier new, monospace"></gateway></font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace"> repeat for each proxy server.....</font></div><div>
<font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace"></include></font></div><div><br></div><div></code></div></div><div class="gmail_quote">------------------------------------------------------------------------</div>
<div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div>
<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>
Join Us At ClueCon - Aug 7-9, 2012<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><br>