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 => user[:secret[:authuser]]@host[:port][/extension]</code></pre>
if i'm correct, there's NO equivalent of "extension" in FS. so i would try:<br> <br><include><br>
<gateway name="pchdba"><br>
<param name="username" value="0000*1"/><br>
<param name="password" value="secret"/><br>
<param name="auth-username" value="authuser"/><br>
<param name="extension" value="pchdba"/><br>
<param name="expire-seconds" value="60"/><br> <param name="proxy" value="sip-host:port"/> <!-- port values: 5060 (internal), 5080 (external) --><br> <param name="register" value="true"/><br>
</gateway><br>
</include><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"><<a href="mailto:gb10hkzo-freeswitch@yahoo.co.uk">gb10hkzo-freeswitch@yahoo.co.uk</a>></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't have an Asterisk box, that config line was from some instructions on their website where they document an Asterisk setup.<br>
<br>
I'd rather not download Asterisk and try to get to grips with something that I'll never have a need to use again, since getting to grips with FreeSwitch is keeping me busy enough !<br>
<br>
<br>
>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>