<div dir="ltr">My provider is Babytel, in Canada.<div><br></div><div>I am switching from Asterisk to Freeswitch.  In Asterisk, I have the registration working.  Porting to Freeswitch it is not clear to achieve:</div><div><br>
</div><div>Note from Babytel:</div><div><div>&quot; Please note that babyTEL requires the use of the Outbound-Proxy feature now available in most new Asterisk versions. Also all SIP messages must be sent to the outbound proxy server <a href="http://nat.babytel.ca">nat.babytel.ca</a> to UDP port 5065, but the Domain/Realm must remain <a href="http://sip.babytel.ca">sip.babytel.ca</a> in the SIP headers. &quot;</div>
</div><div><a href="http://ca.babytel.net/wp-content/manuals/Asterisk_babyTEL_Configuration_Guide_(V1.2).pdf">http://ca.babytel.net/wp-content/manuals/Asterisk_babyTEL_Configuration_Guide_(V1.2).pdf</a><br></div><div><br>
</div><div>I have tried to use &quot;register-proxy&quot;, but the &quot;proxy&quot; seems to be used instead when registering</div><div>(sofia status shows data:  <a href="http://sip:16477240904@nat.babytel.ca:5065">sip:16477240904@nat.babytel.ca:5065</a>).</div>
<div><br></div><div>Here is the profile I am using, but is not registering (not using <a href="http://sip.babytel.ca:5060">sip.babytel.ca:5060</a>):</div><div><br></div><div><pre>&lt;include&gt;</pre>
<pre>   &lt;gateway name=&quot;<a href="http://sip.babytel.ca">sip.babytel.ca</a>&quot;&gt;</pre>
<pre>     &lt;param name=&quot;username&quot; value=&quot;16477270904&quot;/&gt;</pre>
<pre>     &lt;param name=&quot;auth-username&quot; value=&quot;16477270904&quot;/&gt;</pre>
<pre>     &lt;param name=&quot;from-user&quot; value=&quot;16477270904&quot;/</pre>
<pre>     &lt;param name=&quot;from-domain&quot; value=&quot;<a href="http://sip.babytel.ca">sip.babytel.ca</a>&quot;/&gt;</pre>
<pre>     &lt;param name=&quot;password&quot; value=&quot;xxxxxxx&quot;/&gt;</pre>
<pre>     &lt;param name=&quot;extension&quot; value=&quot;16477270904&quot;/&gt;</pre>
<pre>     &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://nat.babytel.ca:5065">nat.babytel.ca:5065</a>&quot;/&gt;</pre>
<pre>     &lt;param name=&quot;register-proxy&quot; value=&quot;<a href="http://sip.babytel.ca">sip.babytel.ca</a>:<span style="color:red">5060</span>&quot;/&gt;</pre>
<pre>     &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;</pre>
<pre>   &lt;/gateway&gt;</pre>
<pre>&lt;/include&gt;</pre></div><div>Any help would be most appreciated.</div><div>Thank you,</div><div>Ian.</div><div><br></div></div>