Yes this scenario works on my 2 systems which are at LAN. I made one system as server (192.168.0.20)  and registered from other system... it is fine but now there is a different scene.<br><br>actually there is a registered user named abc at system1 (192.168.0.20) having context [payasyougo] which is used to do outbound calls. we want to use this user&#39;s context and account so that when we register this account on our other system (192.168.0.254) call should be dropped into the context of abc which is [payasyougo].<br>
<br>now this works fine on above mentioned systems, and calling from system (192.168.0.254) like this<br><br>SIP/${EXTEN}@abc<br><br>sends call to the abc&#39;s context [payasyougo] and from there system1 (192.168.0.20) takes charge of dialing out the number in ${EXTEN}.<br>
<br>but when i change system 1 (192.168.0.20) to my real server (e.g.  <a href="http://nasir.server.com">nasir.server.com</a>) which has abc as user configured same as on system1 (192.168.0.20), call goes to [default] instead of going to [payasyougo] context and is treated as incoming call...<br>
<br>when we use register string calls works ok on real server too. I also tried <br><br>SIP/abc:mysecret/${EXTEN} and <br>SIP/${EXTEN}@abc:mysecret<br><br>but nothing seems to work.<br><br>there is another problem that sometime my real server (<a href="http://nasir.server.com">nasir.server.com</a>) becomes unreachable and this error is returned<br>
<br> NOTICE[3898]: chan_sip.c:11489 sip_reg_timeout:    -- Registration for &#39;<a href="mailto:abc@nasir.server.com">abc@nasir.server.com</a>&#39; timed out, trying again (Attempt #38)<br><br>It may be a simple problem but is driving my crazy... please help me out<br>
<br>thanks in advance<br><br>Nasir Javaid<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Message: 6<br>
Date: Tue, 11 May 2010 13:57:23 +0500<br>
From: Nasir Javaid &lt;<a href="mailto:nasirjavaidnasir@gmail.com">nasirjavaidnasir@gmail.com</a>&gt;<br>
Subject: Re: [asterisk-users] asterisk-users Digest, Vol 70, Issue 23<br>
To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
Message-ID:<br>
        &lt;<a href="mailto:AANLkTim3qsPCY0sY3hanDxtTg8HPbXJEmj7HWZSknO1W@mail.gmail.com">AANLkTim3qsPCY0sY3hanDxtTg8HPbXJEmj7HWZSknO1W@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Thanks Vardan,<br>
<br>
I will like to know if this scenario can work when peer is not having fixed<br>
ip and we use<br>
host = <a href="http://nasir.server.com" target="_blank">nasir.server.com</a><br>
?<br>
also I have set insecure=invite,port<br>
<br>
what if i use<br>
insecure=no<br>
<br>
thanks again.<br>
<br>
Message: 24<br>
Date: Tue, 11 May 2010 10:52:14 +0500<br>
From: Vardan &lt;<a href="mailto:hvardan71@gmail.com">hvardan71@gmail.com</a>&gt;<br>
Subject: Re: [asterisk-users] Dialing a SIP Peer without using<br>
       register strin<br>
To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
Message-ID: &lt;hsarab$ok7$<a href="mailto:1@dough.gmane.org">1@dough.gmane.org</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Remove username and secret and use IP authentication on both side<br>
<br>
[server1_abc]<br>
type=peer<br>
host=192.168.0.20<br>
context=default<br>
dtmfmode=rfc2833<br>
canreinvite=yes - canreinvite with nat=yes is not working<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>
<br>
<br>
[server2_abc]<br>
type=peer<br>
host=192.168.0.21<br>
context=default<br>
dtmfmode=rfc2833<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>
<br>
<br>
Nasir Javaid wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I am new to this list and this is first time i m posting here. please<br>
&gt; help me out<br>
&gt;<br>
&gt; currently I am working on dialing a sip peer on an asterisk server from<br>
&gt; 2nd asterisk server. scenario is like this.<br>
&gt;<br>
&gt; on my system i am using this peer in sip.conf.<br>
&gt;<br>
&gt; [abc]<br>
&gt; type=peer<br>
&gt; username=abc<br>
&gt; secret=mysecret<br>
&gt; host=192.168.0.20<br>
&gt; context=default<br>
&gt; dtmfmode=rfc2833<br>
&gt; ;restrictcid=no<br>
&gt; canreinvite=yes<br>
&gt; insecure=invite,port<br>
&gt; disallow=all<br>
&gt; allow=ulaw<br>
&gt; allow=alaw<br>
&gt; allow=g729<br>
&gt; allow=gsm<br>
&gt; nat=yes<br>
&gt; qualify=yes<br>
&gt;<br>
&gt; and using following register string<br>
&gt;<br>
&gt; register  =&gt; <a href="mailto:abc%3Amysecret@192.168.0.20">abc:mysecret@192.168.0.20</a> &lt;<a href="mailto:abc%253Amysecret@192.168.0.20">abc%3Amysecret@192.168.0.20</a>&gt;&lt;mailto:<br>
<a href="mailto:abc%253Amysecret@192.168.0.20">abc%3Amysecret@192.168.0.20</a> &lt;<a href="mailto:abc%25253Amysecret@192.168.0.20">abc%253Amysecret@192.168.0.20</a>&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; now problem is that when i use register string everything goes ok. but<br>
&gt; when i remove register string call doesn&#39;t go as expected.<br>
&gt;<br>
&gt; I would like to know if there is any feature that i can use to call sip<br>
&gt; peer and authenticate is in dial command or some feature in sip.conf<br>
&gt;<br>
&gt; i dont wanna use register string. please help.<br>
&gt;<br>
&gt; regards,<br>
&gt;<br>
&gt; Nasir Javaid<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.digium.com/pipermail/asterisk-users/attachments/20100511/02cd86d4/attachment-0001.htm" target="_blank">http://lists.digium.com/pipermail/asterisk-users/attachments/20100511/02cd86d4/attachment-0001.htm</a><br>

<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Tue, 11 M</blockquote></div><br>