Not sure if it&#39;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 &quot;from-domain&quot; in the secondary gateways.  Using the &quot;realm&quot; parameter seemed to help me, but it took experimentation to find what worked.</div>
<div><br></div><div>--------------------------------------------------------------------</div><div>&lt;code&gt;</div><div><br></div><div><div><font face="courier new, monospace">&lt;include&gt;</font></div><div><font face="courier new, monospace">&lt;gateway name=&quot;WhistlePhone&quot;&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;username&quot; value=&quot;xxxxxxxxxxx&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;from-user&quot; value=&quot;xxxxxxxxxx&quot;/&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://proxy.WhistlePhone.com">proxy.WhistlePhone.com</a>&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;realm&quot; value=&quot;WhistlePhone&quot;/&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;password&quot; value=&quot;xxxx&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;expire-seconds&quot; value=&quot;600&quot;/&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;retry-seconds&quot; value=&quot;30&quot;/&gt;</font></div>
<div><font face="courier new, monospace">&lt;/gateway&gt;</font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">&lt;gateway name=&quot;WhistlePhoneProxy1&quot;&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;username&quot; value=&quot;xxxxxxxxxxx&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;from-user&quot; value=&quot;xxxxxxxxxx&quot;/&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://proxy1.WhistlePhone.com">proxy1.WhistlePhone.com</a>&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;from-domain&quot; value=&quot;<a href="http://proxy.Whistlephone.com">proxy.Whistlephone.com</a>&quot;/&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;password&quot; value=&quot;xxxx&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;expire-seconds&quot; value=&quot;600&quot;/&gt;</font></div>
<div><font face="courier new, monospace">   &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;</font></div><div><font face="courier new, monospace">   &lt;param name=&quot;retry-seconds&quot; value=&quot;30&quot;/&gt;</font></div>
<div><font face="courier new, monospace">&lt;/gateway&gt;</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">&lt;/include&gt;</font></div><div><br></div><div>&lt;/code&gt;</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>