Hi All,
We have 4 incoming pots lines that plug into a digium card (FXS signaling on all) as well as a Broadvoice SIP line. When a caller calls in they are greeted with a playback menu for routing choices (1-sales, 2-accounting, etc) as well as having the option to dial extensions. The SIP line works fine, however the POTS lines wil not take any entered keys. It just plays the message through, then falls out the back end and transfers to the operator. This seems to work normally initially after doing a restart on asterisk (yesterday morning) and then over time it reverts to not taking any input. I’ve puleld out a fair amount fo hair trying to determine what is causing this, and trying different conf parameters to no avail. ANY HELP would be MUCH APPRCIATED.
Selection from conf files follows:
Thanks!
Mike
zapata.conf:
[channels]
context=incoming
signalling=fxs_ks
echocancel=yes
echotraining=yes
echocancelwhenbridged=yes
;relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
;busydetect=no
;callprogress=no
musiconhold=default
usecallerid=yes
callerid=asreceived
;pulsedial=yes
group=1
channel => 1
channel => 2
channel => 3
channel => 4
Extensions.conf: (selection)
exten => s,1,Answer
exten => s,n,Ringing()
exten => s,n,Wait(3)
exten => s,n,DigitTimeout(5)
exten => s,n,ResponseTimeout(6)
exten => s,n,Background(company-mainmenu)
; go to Operator if caller does nothing, or hangup otherwise
exten => t,1,Dial(SIP/ext1,ext2) ; ext1, and ext2 replaced original ext
exten => h,1,Hangup
exten => #,1,Hangup
; incoming calls can use extensions
;
include => local-extensions