Hello,
 can someone tell me what's wrong with this? I can't make toll free calls via iaxtel. Here's the definition in my extensions.conf
 
[iaxtel-trunks]
;
;outbound 1-700 and toll free calls go via iaxtel
;be sure to include the iaxtel-trunks context in dialing context
;add function here to continue ring tone when 9 is dialed
;
ignorepat=>9
exten => _91700XXXXXXX,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED]:1)
exten => _91888NXXXXXX,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED]:1)
exten => _91877NXXXXXX,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED]:1)
exten => _91866NXXXXXX,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED]:1)
exten => _91800NXXXXXX,1,Dial(IAX2/[EMAIL PROTECTED]/[EMAIL PROTECTED]:1)
 
Note: IAXTEL_INFO is already defined as username:password
 
and here's my iax.conf
 
[general]
port=5036
bandwidth=high
disallow=lpc10
tos=lowdelay
 
;to register with iaxtel
register => username:[EMAIL PROTECTED]
 
 
;
; Trust Caller*ID Coming from iaxtel.com
;
[iaxtel]
type=friend
context=from-iaxtel
auth=cleartext
;inkeys=iaxtel
 
 
when i make an 800 number call for instance, registration goes through and iaxtel can find me. But there is an endless silence, sort of like an endles loop, and the only output I see is a "timeout on Zap/1-1" and it tries the whole thing again...and goes on forever, and the call never goes through. Is there anything wrong with my configuration above?
 
thx,
Chuks.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to