hi bob,<br><br>i found in <a href="http://www.voip-info.org/wiki/view/Asterisk+SIP+register">http://www.voip-info.org/wiki/view/Asterisk+SIP+register</a> this sip.conf directive:<br><pre><code>register =&gt; user[:secret[:authuser]]@host[:port][/extension]</code></pre>
if i&#39;m correct, there&#39;s NO equivalent of &quot;extension&quot; in FS. so i would try:<br> <br>&lt;include&gt;<br>
        &lt;gateway name=&quot;pchdba&quot;&gt;<br>
        &lt;param name=&quot;username&quot; value=&quot;0000*1&quot;/&gt;<br>       
&lt;param name=&quot;password&quot; value=&quot;secret&quot;/&gt;<br>       
&lt;param name=&quot;auth-username&quot; value=&quot;authuser&quot;/&gt;<br>       
&lt;param name=&quot;extension&quot; value=&quot;pchdba&quot;/&gt;<br>       
&lt;param name=&quot;expire-seconds&quot; value=&quot;60&quot;/&gt;<br>        &lt;param name=&quot;proxy&quot; value=&quot;sip-host:port&quot;/&gt;  &lt;!-- port values: 5060 (internal), 5080 (external) --&gt;<br>        &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<br>
       
&lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>hope it helps.<br><br><div class="gmail_quote">On Thu, Jan 12, 2012 at 4:46 PM, Bob Smith <span dir="ltr">&lt;<a href="mailto:gb10hkzo-freeswitch@yahoo.co.uk">gb10hkzo-freeswitch@yahoo.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Problem is Michael that I don&#39;t have an Asterisk box, that config line was from some instructions on their website where they document an Asterisk setup.<br>

<br>
I&#39;d rather not download Asterisk and try to get to grips with something that I&#39;ll never have a need to use again, since getting to grips with FreeSwitch is keeping me busy enough !<br>
<br>
<br>
&gt;I would do is get a siptrace from it working on your Asterisk box and compare that with the sip trace from the freeswitch box.<br>
<div class="HOEnZb"><div class="h5"><br>
<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>
</div></div></blockquote></div><br>