I believe that they covered this exact procedures at www.voip-info.org. Look for the topic on connecting two Asterisk servers. They outline three different ways that you can do so.

From: "Eric \"ManxPower\" Wieling" <[EMAIL PROTECTED]>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>
Subject: Re: [Asterisk-Users] Routing SIP calls via URI
Date: Wed, 29 Mar 2006 13:18:07 -0600

Shad Mortazavi wrote:

What I would like to do is to redirect external SIP calls to our
external Asterisk server. e.g if I call sip:[EMAIL PROTECTED] I would
like the call to  be routed from our Internal Asterisk server to our
External Asterisk server via IAX2 and for the external asterisk server
to act as a UA and make the call.

I have tried the following syntax on our internal server;

exten => _sip.,1,Dial(IAX2/bxxxxxx:[EMAIL PROTECTED]/${EXTEN})

However this does not seem to work?

Have you tried this?

exten => shad,1,Dial(IAX2/bxxxxxx:[EMAIL PROTECTED]/${EXTEN})
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to