<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>im not sure this will help but i did the same settings you mentioned and added my lines and it worked.. <BR>
you need some sort of authentication between the Asterisk boxes.. and the easiest way to do it is to do it like this<BR>
&nbsp;<BR>
[asterisk-2]<BR>type=peer<BR>host 10.20.30.2&nbsp; *** i will assume that you have the "=" sign after the host <BR>context=from-remote-asterisk<BR>insecure=port,invite<BR>deny=0.0.0.0/0.0.0.0<BR>
permit=10.20.30.2/0.0.0.0<BR>
&nbsp;<BR>
and do the same on the other server and you are done.. test it and let me know how did it go ...<BR>
salam<BR>
Tarek Sawah<BR><BR><BR>
<DIV>
<P align=center>&nbsp;</P><A href="http://www.tareksawah.com/"></A></DIV><BR><BR>
<HR id=stopSpelling>
&gt; Date: Mon, 25 Aug 2008 21:06:51 +0800<BR>&gt; From: nhadie@tbgi.net.ph<BR>&gt; To: asterisk-users@lists.digium.com<BR>&gt; Subject: [asterisk-users] sip peering between 2 asterisk<BR>&gt; <BR>&gt; Hi,<BR>&gt; <BR>&gt; I have 2 asterisk on 2 separate location:<BR>&gt; <BR>&gt; sip.conf of asterisk-1<BR>&gt; <BR>&gt; [asterisk-2]<BR>&gt; type=peer<BR>&gt; host 10.20.30.2<BR>&gt; context=from-remote-asterisk<BR>&gt; insecure=port,invite<BR>&gt; <BR>&gt; sip.conf of asterisk-2<BR>&gt; <BR>&gt; [asterisk-1]<BR>&gt; type=peer<BR>&gt; host 10.20.30.1<BR>&gt; context=from-remote-asterisk<BR>&gt; insecure=port,invite<BR>&gt; <BR>&gt; extensions.conf on asterisk-1<BR>&gt; <BR>&gt; [from-remote-asterisk]<BR>&gt; exten =&gt; _1XXXXX,1,Dial(SIP/${EXTEN})<BR>&gt; exten =&gt; _1XXXXX,n,Hangup<BR>&gt; <BR>&gt; extensions.conf on asterisk-2<BR>&gt; <BR>&gt; [from-remote-asterisk]<BR>&gt; exten =&gt; _1XXXXX,1,Dial(SIP/${EXTEN})<BR>&gt; exten =&gt; _1XXXXX,n,Hangup<BR>&gt; <BR>&gt; <BR>&gt; when i am registered on asterisk-1 i called an extension on asterisk-2, <BR>&gt; this is what happens;<BR>&gt; <BR>&gt; ip phone --INVITE--&gt; asterisk-1<BR>&gt; asterisk-1 --407 Proxy Authentication Required--&gt; ip phone<BR>&gt; ip phone --ACK--&gt; asterisk-1<BR>&gt; ip phone --INVITE--&gt; asterisk-1<BR>&gt; asterisk-1 --Trying--&gt; ip phone<BR>&gt; <BR>&gt; since the extension is on asterisk-2, asterisk -1 will will send invite <BR>&gt; to asterisk-2<BR>&gt; <BR>&gt; asterisk-1 --INVIITE--&gt; asterisk-2<BR>&gt; asterisk-2 --407 Proxy Authentication Required--&gt; asterisk-1<BR>&gt; asterisk-1 --ACK--&gt; asterisk-2<BR>&gt; asterisk-1 --Forbidden--&gt; ip phone (this part i don't get, after sending <BR>&gt; ACK to asterisk-2 it suddenly send Forbidden to IP phone)<BR>&gt; <BR>&gt; it seems like, asterisk-2 still trying to authenticate the IP phone even <BR>&gt; though it was already authenticated on asterisk-1.<BR>&gt; <BR>&gt; on asterisk-1 this is a NOTICE on the console:<BR>&gt; <BR>&gt; [Aug 25 21:00:30] -- Called 100200@asterisk-2<BR>&gt; [Aug 25 21:00:30] NOTICE[840]: chan_sip.c:12322 handle_response_invite: <BR>&gt; Failed to authenticate on INVITE<BR>&gt; <BR>&gt; what could i be doing wrong? having insecure=port,invite i think should <BR>&gt; not authenticate calls from the other asterisk anymore, at least that's <BR>&gt; how i understand it.<BR>&gt; <BR>&gt; regards,<BR>&gt; nhadie<BR>&gt; <BR>&gt; <BR>&gt; <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 />Be the filmmaker you always wanted to be—learn how to burn a DVD with Windows®. <a href='http://clk.atdmt.com/MRT/go/108588797/direct/01/' target='_new'>Make your smash hit</a></body>
</html>