[*] Weirdness

Shawn Wallbridge shawn at synack-hosting.com
Wed Aug 15 18:12:22 CDT 2007


I am having a weird problem with an asterisk install.

It appears that it is dropping an extra digit when dialing out on a  
Digium four port card...

     -- Executing Dial("SIP/la-x609-09f76ee0", "Zap/G1/13238500917")  
in new stack
     -- Called G1/13238500917
     -- Zap/3-1 answered SIP/la-x609-09f76ee0
     -- Hungup 'Zap/3-1'

But I get a recording saying I have to dial one before the number. I  
think this means that the telco is only getting 3238500917. I have  
tried various numbers, with the same effect (which was kind of a  
problem when I was testing this at 4am).

Any ideas?

Sanitized configs below.

thanks
shawn

extensions.conf

[globals]
OUTBOUNDTRUNK=Zap/G1

<snip>

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


zapata.conf

[channels]
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
pickupgroup=1

;define channels
group=1
context=incoming
signalling=fxs_ks
channel => 1-3


More information about the Asterisk mailing list