Matt,

On Sat, 26 May 2007, Matt Darnell wrote:

exten => _3xx,1,dial(IAX2/{$EXTEN})
exten => 300,1,dial(IAX2/301)

You do not appear to be specifying a destination host, i.e. the other endpoint of the IAX trunk. Asterisk does not have an automatic way of
resolving such remote endpoints or their constituent extensions, at least
not without a facility that specifically furnishes such resolution such as
DUNDi.

  For an extension whose destination is on the remote Asterisk server,
try something like:

        exten => 300,1,Dial(IAX2/@remote_peer/301)

  Further explanation at:

     http://www.voip-info.org/wiki/index.php?page=Asterisk+IAX+channels


--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : +1-678-954-0670
_______________________________________________
--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