You are repeating yourself, paste here sip.conf of each server with register lines AND peer configurations.<br><br><div class="gmail_quote">2009/1/29 Imanol Pardavila <span dir="ltr">&lt;<a href="mailto:imanol.pardavila@ibercom.com">imanol.pardavila@ibercom.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
The SIP messages flow is this:<br>
<br>
###################################<br>
AAA.BBB.CCC.DDD: Asterisk 1 IP address<br>
EEE.FFF.GGG.HHH: Asterisk 2 IP address<br>
###################################<br>
<br>
REGISTER sip:ast2.domain.comSIP/2.0<br>
Via: SIP/2.0/UDP AAA.BBB.CCC.DDD:19646;branch=z9hG4bK0939cc12;rport<br>
From: &lt;<a href="mailto:sip%3A0021@ast2.domain.com">sip:0021@ast2.domain.com</a>&gt;;tag=as715628d7<br>
To: &lt;<a href="mailto:sip%3A0021@ast2.domain.com">sip:0021@ast2.domain.com</a>&gt;<br>
Call-ID: 13106f3936f01d1c103d5f5230278d98@AAA.BBB.CCC.DDD<br>
CSeq: 133 REGISTER<br>
User-Agent: Asterisk PBX<br>
Max-Forwards: 70<br>
Expires: 120<br>
Contact: &lt;sip:s@AAA.BBB.CCC.DDD:19646&gt;<br>
Event: registration<br>
Content-Length: 0<br>
<br>
Using latest REGISTER request as basis request<br>
Sending to AAA.BBB.CCC.DDD : 19646 (NAT)<br>
Transmitting (NAT) to AAA.BBB.CCC.DDD:19646:<br>
SIP/2.0 100 Trying<br>
Via: SIP/2.0/UDP<br>
AAA.BBB.CCC.DDD:19646;branch=z9hG4bK0939cc12;received=AAA.BBB.CCC.DDD;rport=19646<br>
From: &lt;<a href="mailto:sip%3A0021@ast2.domain.com">sip:0021@ast2.domain.com</a>&gt;;tag=as715628d7<br>
To: &lt;<a href="mailto:sip%3A0021@ast2.domain.com">sip:0021@ast2.domain.com</a>&gt;<br>
Call-ID: 13106f3936f01d1c103d5f5230278d98@AAA.BBB.CCC.DDD<br>
CSeq: 133 REGISTER<br>
User-Agent: Asterisk PBX<br>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>
Contact: &lt;sip:0021@EEE.FFF.GGG.HHH&gt;<br>
Content-Length: 0<br>
<br>
Transmitting (NAT) to AAA.BBB.CCC.DDD:19646:<br>
SIP/2.0 401 Unauthorized<br>
Via: SIP/2.0/UDP<br>
AAA.BBB.CCC.DDD:19646;branch=z9hG4bK0939cc12;received=AAA.BBB.CCC.DDD;rport=19646<br>
From: &lt;<a href="mailto:sip%3A0021@ast2.domain.com">sip:0021@ast2.domain.com</a>&gt;;tag=as715628d7<br>
To: &lt;<a href="mailto:sip%3A0021@ast2.domain.com">sip:0021@ast2.domain.com</a>&gt;;tag=as5ccb43ac<br>
Call-ID: 13106f3936f01d1c103d5f5230278d98@AAA.BBB.CCC.DDD<br>
CSeq: 133 REGISTER<br>
User-Agent: Asterisk PBX<br>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>
WWW-Authenticate: Digest algorithm=MD5, realm=&quot;asterisk&quot;, nonce=&quot;7294c1d1&quot;<br>
ontent-Length: 0D<br>
<br>
<br>
Asterisk 1 sends an REGISTER without credentials, and Asterisk 2 replies<br>
with a 401 message (with Digest algorithm, realm and nonce).<br>
I want to configure the Asterisk 1 in order to send REGISTER with<br>
credentials.<br>
<br>
Thanks<br>
Regards<br>
<br>
<br>
Grygoriy Dobrovolskyy escribió:<br>
&gt; Paste your register lines (hide pass)<br>
&gt;<br>
&gt; 2009/1/29 Imanol Pardavila &lt;<a href="mailto:imanol.pardavila@ibercom.com">imanol.pardavila@ibercom.com</a><br>
&gt; &lt;mailto:<a href="mailto:imanol.pardavila@ibercom.com">imanol.pardavila@ibercom.com</a>&gt;&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; I want to establish a trunk SIP between Asterisk 1 and Asterisk 2,<br>
&gt; &nbsp; &nbsp; using<br>
&gt; &nbsp; &nbsp; a sip account (Asterisk 1 acting as a &quot;conventional&quot; sip user).<br>
&gt; &nbsp; &nbsp; Thanks<br>
&gt; &nbsp; &nbsp; Regards<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; Danny Nicholas escribió:<br>
&gt; &nbsp; &nbsp; &gt; Inter-* registry is done with iax.conf, not sip.conf. &nbsp;sip is for<br>
&gt; &nbsp; &nbsp; &gt; phones/sip-lines.<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; -----Original Message-----<br>
&gt; &nbsp; &nbsp; &gt; From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>&gt;<br>
&gt; &nbsp; &nbsp; &gt; [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>&gt;] On Behalf Of Imanol<br>
&gt; &nbsp; &nbsp; &gt; Pardavila<br>
&gt; &nbsp; &nbsp; &gt; Sent: Thursday, January 29, 2009 10:01 AM<br>
&gt; &nbsp; &nbsp; &gt; To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>
&gt; &nbsp; &nbsp; &gt; Subject: [asterisk-users] howto configure an asterisk to send<br>
&gt; &nbsp; &nbsp; credentials in<br>
&gt; &nbsp; &nbsp; &gt; a REGISTER message to another asterisk<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; Hi,<br>
&gt; &nbsp; &nbsp; &gt; I am trying to register an asterisk (Asterisk 1) against another one<br>
&gt; &nbsp; &nbsp; &gt; (Asterisk 2). My problem is that the REGISTER message goes without<br>
&gt; &nbsp; &nbsp; &gt; credentials and the Asterisk 2 send a 401 message to the Asterisk 1.<br>
&gt; &nbsp; &nbsp; &gt; How can I configure Asterisk 1 to force it to send credentials?<br>
&gt; &nbsp; &nbsp; I have<br>
&gt; &nbsp; &nbsp; &gt; tried setting Asterisk 2&#39;s IP in the &quot;realm&quot; field of Asterisk&#39;s 1<br>
&gt; &nbsp; &nbsp; &gt; sip.conf, but it doesn`t work.<br>
&gt; &nbsp; &nbsp; &gt; Any ideas?<br>
&gt; &nbsp; &nbsp; &gt; Thanks<br>
&gt; &nbsp; &nbsp; &gt; Regards<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &gt; -- Bandwidth and Colocation Provided by<br>
&gt; &nbsp; &nbsp; <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; asterisk-users mailing list<br>
&gt; &nbsp; &nbsp; &gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &gt; -- Bandwidth and Colocation Provided by<br>
&gt; &nbsp; &nbsp; <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &gt; asterisk-users mailing list<br>
&gt; &nbsp; &nbsp; &gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt; &nbsp; &nbsp; &gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; &nbsp; &nbsp; asterisk-users mailing list<br>
&gt; &nbsp; &nbsp; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp; &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>