[Asterisk-Users] really need help with outgoing calls..PSTN errors

Ira ira at extrasensory.com
Sat Mar 4 12:51:29 MST 2006


>exten => _9XXXXXXXXXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
>exten => _9XXXXXXXXXX,2,Congestion()
>exten => _9XXXXXXXXXX,102,Congestion()


I think these 3 lines need to have a 1 added like this:


exten => _9XXXXXXXXXX,1,Dial(${OUTBOUNDTRUNK}/1${EXTEN:1})
exten => _9XXXXXXXXXX,2,Congestion()
exten => _9XXXXXXXXXX,102,Congestion()

Looks like they are intended to take long distance without a 1 which 
is OK as long as you have * pass it on for you.

Ira 


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 03/03/2006





More information about the asterisk-users mailing list