<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>" 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. "</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 "register-proxy", but the "proxy" 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><include></pre>
<pre> <gateway name="<a href="http://sip.babytel.ca">sip.babytel.ca</a>"></pre>
<pre> <param name="username" value="16477270904"/></pre>
<pre> <param name="auth-username" value="16477270904"/></pre>
<pre> <param name="from-user" value="16477270904"/</pre>
<pre> <param name="from-domain" value="<a href="http://sip.babytel.ca">sip.babytel.ca</a>"/></pre>
<pre> <param name="password" value="xxxxxxx"/></pre>
<pre> <param name="extension" value="16477270904"/></pre>
<pre> <param name="proxy" value="<a href="http://nat.babytel.ca:5065">nat.babytel.ca:5065</a>"/></pre>
<pre> <param name="register-proxy" value="<a href="http://sip.babytel.ca">sip.babytel.ca</a>:<span style="color:red">5060</span>"/></pre>
<pre> <param name="register" value="true"/></pre>
<pre> </gateway></pre>
<pre></include></pre></div><div>Any help would be most appreciated.</div><div>Thank you,</div><div>Ian.</div><div><br></div></div>