<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>> After looking at your iax.conf and extensions.conf I believe you are <br>> under the misconception that if you 'register' to a provider, then you <br>> can send and receive calls. The fact is that you 'register' to receive <br>> calls, but you must define a trunk in order to Dial Out. Your iax.conf <br>> [88821268] entry is not a trunk as you have not defined a host. That is <br>> why you get "cause 3 - No route to destination". Asterisk does not have <br>> any host defined in order to route that call. You need to talk to your <br>> 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 => _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>