<html><head><style type='text/css'>p { margin: 0; }</style><style type='text/css'>body { font-family: 'Arial'; font-size: 10pt; color: #000000}</style></head><body>----- "Andres"  wrote:
<br>&gt; After looking at your iax.conf and extensions.conf I believe you are <br>&gt; under the misconception that if you 'register' to a provider, then you <br>&gt; can send and receive calls. &nbsp; The fact is that you 'register' to receive <br>&gt; calls, but you must define a trunk in order to Dial Out. &nbsp;Your iax.conf <br>&gt; [88821268] entry is not a trunk as you have not defined a host. &nbsp;That is <br>&gt; why you get "cause 3 - No route to destination". &nbsp;Asterisk does not have <br>&gt; any host defined in order to route that call. &nbsp;You need to talk to your <br>&gt; provider for instructions on how to setup the trunk.<br><br>That was indeed the problem. I added this to iax.conf:<br><br>[myprovider]<br>type=friend<br>username=88821268<br>secret=xxzzyy<br>host=s1.core.myprovid.er<br><br>And used this in extensions.conf:<br>exten =&gt; _ZXXXXXXX,2,Dial(IAX2/myprovider/${EXTEN:0},30,r)<br><br>Thank you for the assistance.<br><br>Regards,<br>Martin Seebach<br><br><andres@telesip.net><br></andres@telesip.net></body></html>