[asterisk-users] Connect two Asterisk boxes through IVR Menu

Alex Balashov abalashov at evaristesys.com
Sat May 26 18:58:48 MST 2007


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


More information about the asterisk-users mailing list