Hi,<br><br>I am new to this list and this is first time i m posting here. please help me out<br><br>currently I am working on dialing a sip peer on an asterisk server from 2nd asterisk server. scenario is like this.<br><br>
on my system i am using this peer in sip.conf.<br><br>[abc]<br>type=peer<br>username=abc<br>secret=mysecret<br>host=192.168.0.20<br>context=default<br>dtmfmode=rfc2833<br>;restrictcid=no<br>canreinvite=yes<br>insecure=invite,port<br>
disallow=all<br>allow=ulaw<br>allow=alaw<br>allow=g729<br>allow=gsm<br>nat=yes<br>qualify=yes<br><br>and using following register string<br><br>register  =&gt; <a href="mailto:abc%3Amysecret@192.168.0.20">abc:mysecret@192.168.0.20</a><br>
<br><br>now problem is that when i use register string everything goes ok. but when i remove register string call doesn&#39;t go as expected.<br><br>I would like to know if there is any feature that i can use to call sip peer and authenticate is in dial command or some feature in sip.conf<br>
<br>i dont wanna use register string. please help.<br><br>regards,<br><br>Nasir Javaid<br>