Hi everybody
I' using a simple PC as a server for a mini-callcenter for my office, I installed Goautodial-ce-2.1
I reinstalled asterisk dahdi and libpri, I used asterisk1.4.39 and the latest dahdi & libpri
I'm connected to my career using E1, connected to my TE405P digium card
I having a problem with inbound and outbound calls, I can see them on my CLI, but still it hangs up once I call or I tried to call the E1 number
Here's my conf files:
/etc/dahdi/system.conf ---::
# Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER) HDB3/CCS/CRC4 ClockSource
# span=1,1,0,ccs,hdb3,crc4
span=1,0,0,ccs,hdb3,crc4
# termtype: te
bchan=1-15,17-31
dchan=16
echocanceller=mg2,1-15,17-31
# ***************************************************************************
# Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2" HDB3/CCS/CRC4
span=2,0,0,ccs,hdb3,crc4
# termtype: te
bchan=32-46,48-62
dchan=47
echocanceller=mg2,32-46,48-62
----------------------------------------------------------------------------------
My /etc/asterisk/chan_dahdi is
[channels]
#include /etc/asterisk/dahdi-channels.conf
context=trunkinbound
hidecallerid=no
;hidecalleridname=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
transfer=yes
canpark=no
cancallforward=yes
callreturn=no
echocancel=yes
echocancelwhenbridged=no
rxgain=0.0
txgain=0.0
group=0
callgroup=0
pickupgroup=0
immediate=no
busydetect=yes
busycount=8
----------------------------------------------------------------------
My /etc/asterisk/dahdi_chanenels is
; Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER)
group=0
context=default
switchtype = euroisdn
signalling = pri_cpe
channel => 1-15,17-31
overlapdial=yes
usecallerid=yes
; Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2"
group=1
context=default
switchtype = euroisdn
signalling = pri_cpe
channel => 32-46,48-62
overlapdial=yes
usecallerid=yes
-------------------------------------------------------------------------------
And my extensions.conf is like this
[globals]
CONSOLE=Console/dsp
TRUNK=Zap/r1
TRUNKX=zap/r2
TRUNKXYZ=DAHDI/G0
[trunkinbound]
; DID call routing process
exten => _X.,1,AGI(agi-DID_route.agi)
[default]
include => vicidial-auto
exten => _078XXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _078XXXXXXX,2,Dial(${TRUNKXYZ}/${EXTEN:1},,To)
exten => _078XXXXXXX,3,Hangup