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

Carlos Rojas crt.rojas at gmail.com
Sat May 26 19:21:48 MST 2007


Hello,

I take the example:

exten => 300,1,Dial(IAX2/user:password at remote_IP/${EXTEN},30)


Best Regards


On 5/26/07, Alex Balashov <abalashov at evaristesys.com> wrote:
>
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070526/71731252/attachment.htm


More information about the asterisk-users mailing list