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

Reply via email to