Hello,<br><br>I take the example:<br><br>exten =&gt; 300,1,Dial(IAX2/user:password@remote_IP/${EXTEN},30)<br><br><br>Best Regards<br><br><br><div><span class="gmail_quote">On 5/26/07, <b class="gmail_sendername">Alex Balashov
</b> &lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Matt,<br><br>On Sat, 26 May 2007, Matt Darnell wrote:<br><br>&gt; exten =&gt; _3xx,1,dial(IAX2/{$EXTEN})<br>&gt; exten =&gt; 300,1,dial(IAX2/301)<br><br>&nbsp;&nbsp; You do not appear to be specifying a destination host, i.e. the other
<br>endpoint of the IAX trunk.&nbsp;&nbsp;Asterisk does not have an automatic way of<br>resolving such remote endpoints or their constituent extensions, at least<br>not without a facility that specifically furnishes such resolution such as
<br>DUNDi.<br><br>&nbsp;&nbsp; For an extension whose destination is on the remote Asterisk server,<br>try something like:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;exten =&gt; 300,1,Dial(IAX2/@remote_peer/301)<br><br>&nbsp;&nbsp; Further explanation at:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+IAX+channels">http://www.voip-info.org/wiki/index.php?page=Asterisk+IAX+channels</a><br><br><br>--<br>Alex Balashov<br>Evariste Systems<br>Web : <a href="http://www.evaristesys.com/">
http://www.evaristesys.com/</a><br>Tel : +1-678-954-0670<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>