by AsteriT » Fri Mar 30, 2007 5:37 am
Hello Forum, i need help.
I'm trying to set up Vicidial to talk via DTMF with an IVR system.
If I use app_conference it works well, but unfortunately asterisk crashes after a while.
If I use MeetMe, the IVR don't recognizes the DTMF tones, I think because of timing. I tried to use an X100P clone and it works, but not always.
I bought one Sangoma A102u (I'm using the E1 line of Italian Telco), but it didn't work, IVR doesn't recognize tones. I don't know how to set timing on Sangoma's cards.
Follow my zaptel.conf, zapata.conf and wanpipe*:
/etc/zaptel.conf:
loadzone = it
defaultzone = it
#span definitions
span = 1,1,0,ccs,hdb3,crc4
span = 2,2,0,ccs,hdb3,crc4
#channel definitions
bchan = 1-15,17-31
dchan = 16
bchan = 32-46
dchan = 47
/etc/asterisk/zapata.conf
;
; Zapata telephony interface
;
; Configuration file
[trunkgroups]
[channels]
language=it
musiconhold=default
context=from-pstn
switchtype = Euroisdn
pridialplan=local
rxwink=300 ; Atlas seems to use long (250ms) winks
;
; Whether or not to do distinctive ring detection on FXO lines
;
signalling=pri_cpe
usecallerid=yes
hidecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=800
rxgain=5.0
txgain=5.0
group=1
pickupgroup=1
pickup=1
immediate=no
channel=>1-15,17-31
channel=>32-46
/etc/wanpipe/wanpipe1.conf
[devices]
wanpipe1 = WAN_AFT, Comment
[interfaces]
w1g1 = wanpipe1, , TDM_VOICE, Comment
[wanpipe1]
CARD_TYPE = AFT
S514CPU = A
CommPort = PRI
AUTO_PCISLOT = NO
PCISLOT = 3
PCIBUS = 2
FE_MEDIA = E1
FE_LCODE = HDB3
FE_FRAME = CRC4
FE_LINE = 1
TE_CLOCK = NORMAL
TE_REF_CLOCK = 0
ACTIVE_CH = ALL
TE_HIGHIMPEDANCE = NO
FE_TXTRISTATE = NO
MTU = 1500
UDPPORT = 9000
TTL = 255
IGNORE_FRONT_END = NO
TDMV_SPAN = 1
TDMV_DCHAN = 0
[w1g1]
ACTIVE_CH = ALL
TDMV_ECHO_OFF = NO
/etc/wanpipe/wanpipe2.conf
[devices]
wanpipe2 = WAN_AFT, Comment
[interfaces]
w2g1 = wanpipe2, , TDM_VOICE, Comment
[wanpipe2]
CARD_TYPE = AFT
S514CPU = B
CommPort = PRI
AUTO_PCISLOT = NO
PCISLOT = 3
PCIBUS = 2
FE_MEDIA = E1
FE_LCODE = HDB3
FE_FRAME = CRC4
FE_LINE = 1
TE_CLOCK = NORMAL
TE_REF_CLOCK = 0
ACTIVE_CH = ALL
TE_HIGHIMPEDANCE = NO
FE_TXTRISTATE = NO
MTU = 1500
UDPPORT = 9000
TTL = 255
IGNORE_FRONT_END = NO
TDMV_SPAN = 2
TDMV_DCHAN = 0
[w2g1]
ACTIVE_CH = ALL
TDMV_ECHO_OFF = NO
Any help will be appreciated...