Hi,

 

I am using a channel bank and zaptel hardware.  I have a credit card machine on one of the channels that appears to be dialing “too soon” for asterisk, every complete number recognized by asterisk is missing the first 1-4 numbers.  This is a serious problem for me, anyone have any ideas on whats going on?  The pstn picks up on the dtmf tones just fine…

 

I was able to get it to work 50% of the time by adding:

exten => _8XXNXXXXXX,1,Dial(Zap/g2/1${EXTEN}) 

 

but that’s really ugly.

 

Zapata.conf:

 

;CC Machine  

context=cc-out   

signalling=fxo_ks

usecallerid=yes

hidecallerid=no

callwaiting=no

callwaitingcallerid=no

threewaycalling=no

transfer=no

cancallforward=no

callreturn=no 

echocancel=no

echocancelwhenbridged=no

relaxdtmf=no

rxgain=6.0

txgain=0.0

group=10

callgroup=10 

pickupgroup=10

immediate=no

amaflags=documentation

accountcode=cc-outbound

adsi=no

busydetect=no     

callprogress=no 

callerid="CC Machine"<7777>

channel => 22 

 

 

Reply via email to