<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Nhadie<BR>
Can you copy and paste your sip.conf settings for those two servers?? i think there is a problem with your settings.. <BR>
regards<BR>
Tarek Sawah<BR>
<BR><BR>&nbsp;<BR>
<DIV>
<P align=center>&nbsp;</P><A href="http://www.tareksawah.com/"></A></DIV><BR><BR>
<HR id=stopSpelling>
&gt; Date: Tue, 26 Aug 2008 09:00:52 +0800<BR>&gt; From: nhadie@tbgi.net.ph<BR>&gt; To: asterisk-users@lists.digium.com<BR>&gt; Subject: Re: [asterisk-users] sip peering between 2 asterisk<BR>&gt; <BR>&gt; Hi Tariq,<BR>&gt; <BR>&gt; Tnx for your reply. Tried adding the deny/permit but still gave me the <BR>&gt; same result.<BR>&gt; I still have these error,<BR>&gt; <BR>&gt; handle_response_invite: Failed to authenticate on INVITE<BR>&gt; <BR>&gt; regards,<BR>&gt; nhadie<BR>&gt; <BR>&gt; Tariq .. wrote:<BR>&gt; &gt; im not sure this will help but i did the same settings you mentioned and <BR>&gt; &gt; added my lines and it worked..<BR>&gt; &gt; you need some sort of authentication between the Asterisk boxes.. and <BR>&gt; &gt; the easiest way to do it is to do it like this<BR>&gt; &gt; <BR>&gt; &gt; [asterisk-2]<BR>&gt; &gt; type=peer<BR>&gt; &gt; host 10.20.30.2 *** i will assume that you have the "=" sign after the <BR>&gt; &gt; host<BR>&gt; &gt; context=from-remote-asterisk<BR>&gt; &gt; insecure=port,invite<BR>&gt; &gt; deny=0.0.0.0/0.0.0.0<BR>&gt; &gt; permit=10.20.30.2/0.0.0.0<BR>&gt; &gt; <BR>&gt; &gt; and do the same on the other server and you are done.. test it and let <BR>&gt; &gt; me know how did it go ...<BR>&gt; &gt; salam<BR>&gt; &gt; Tarek Sawah<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; &lt;http://www.tareksawah.com/&gt;<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; &gt; Date: Mon, 25 Aug 2008 21:06:51 +0800<BR>&gt; &gt; &gt; From: nhadie@tbgi.net.ph<BR>&gt; &gt; &gt; To: asterisk-users@lists.digium.com<BR>&gt; &gt; &gt; Subject: [asterisk-users] sip peering between 2 asterisk<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hi,<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; I have 2 asterisk on 2 separate location:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; sip.conf of asterisk-1<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; [asterisk-2]<BR>&gt; &gt; &gt; type=peer<BR>&gt; &gt; &gt; host 10.20.30.2<BR>&gt; &gt; &gt; context=from-remote-asterisk<BR>&gt; &gt; &gt; insecure=port,invite<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; sip.conf of asterisk-2<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; [asterisk-1]<BR>&gt; &gt; &gt; type=peer<BR>&gt; &gt; &gt; host 10.20.30.1<BR>&gt; &gt; &gt; context=from-remote-asterisk<BR>&gt; &gt; &gt; insecure=port,invite<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; extensions.conf on asterisk-1<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; [from-remote-asterisk]<BR>&gt; &gt; &gt; exten =&gt; _1XXXXX,1,Dial(SIP/${EXTEN})<BR>&gt; &gt; &gt; exten =&gt; _1XXXXX,n,Hangup<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; extensions.conf on asterisk-2<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; [from-remote-asterisk]<BR>&gt; &gt; &gt; exten =&gt; _1XXXXX,1,Dial(SIP/${EXTEN})<BR>&gt; &gt; &gt; exten =&gt; _1XXXXX,n,Hangup<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; when i am registered on asterisk-1 i called an extension on asterisk-2,<BR>&gt; &gt; &gt; this is what happens;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; ip phone --INVITE--&gt; asterisk-1<BR>&gt; &gt; &gt; asterisk-1 --407 Proxy Authentication Required--&gt; ip phone<BR>&gt; &gt; &gt; ip phone --ACK--&gt; asterisk-1<BR>&gt; &gt; &gt; ip phone --INVITE--&gt; asterisk-1<BR>&gt; &gt; &gt; asterisk-1 --Trying--&gt; ip phone<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; since the extension is on asterisk-2, asterisk -1 will will send invite<BR>&gt; &gt; &gt; to asterisk-2<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; asterisk-1 --INVIITE--&gt; asterisk-2<BR>&gt; &gt; &gt; asterisk-2 --407 Proxy Authentication Required--&gt; asterisk-1<BR>&gt; &gt; &gt; asterisk-1 --ACK--&gt; asterisk-2<BR>&gt; &gt; &gt; asterisk-1 --Forbidden--&gt; ip phone (this part i don't get, after sending<BR>&gt; &gt; &gt; ACK to asterisk-2 it suddenly send Forbidden to IP phone)<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; it seems like, asterisk-2 still trying to authenticate the IP phone even<BR>&gt; &gt; &gt; though it was already authenticated on asterisk-1.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; on asterisk-1 this is a NOTICE on the console:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; [Aug 25 21:00:30] -- Called 100200@asterisk-2<BR>&gt; &gt; &gt; [Aug 25 21:00:30] NOTICE[840]: chan_sip.c:12322 handle_response_invite:<BR>&gt; &gt; &gt; Failed to authenticate on INVITE<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; what could i be doing wrong? having insecure=port,invite i think should<BR>&gt; &gt; &gt; not authenticate calls from the other asterisk anymore, at least that's<BR>&gt; &gt; &gt; how i understand it.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; regards,<BR>&gt; &gt; &gt; nhadie<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<BR>&gt; &gt; &gt; Register Now: http://www.astricon.net<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; asterisk-users mailing list<BR>&gt; &gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-users<BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Be the filmmaker you always wanted to be—learn how to burn a DVD with <BR>&gt; &gt; Windows®. Make your smash hit <BR>&gt; &gt; &lt;http://clk.atdmt.com/MRT/go/108588797/direct/01/&gt;<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<BR>&gt; &gt; <BR>&gt; &gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<BR>&gt; &gt; Register Now: http://www.astricon.net<BR>&gt; &gt; <BR>&gt; &gt; asterisk-users mailing list<BR>&gt; &gt; To UNSUBSCRIBE or update options visit:<BR>&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-users<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<BR>&gt; <BR>&gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<BR>&gt; Register Now: http://www.astricon.net<BR>&gt; <BR>&gt; asterisk-users mailing list<BR>&gt; To UNSUBSCRIBE or update options visit:<BR>&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<BR><br /><hr />Talk to your Yahoo! Friends via Windows Live Messenger. <a href='http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008' target='_new'>Find Out How</a></body>
</html>