I've prepared a system which is going into production from tomorrow, but I have a big issue with it. Calls are going well most of the time, but it seems that at random some ZAP channels are not disconnected properly.
We have a 6 channel ISDN line from KPN in The Netherlands. and about 80% of the time all is ok, but the other 20% the channel keeps occupied even though both ends (internal SIP/External POTS) hung op.
If I do a show channels sometimes I don't get a result back and say 1 hour later asterisk crashes!
I'm using TrixBox 2.6.0.3 with the install-ZAPHFC script 1.4.0 and a Junghanns QuadBRI card.
this is my zaptel.conf:
# Span 1: ztqoz/1/1 "quadBRI PCI ISDN Card 1 Span 1 [TE] (cardID 0)"
span=1,1,1,ccs,ami
# termtype: te
bchan=1-2
dchan=3
# Span 2: ztqoz/1/2 "quadBRI PCI ISDN Card 1 Span 2 [TE] (cardID 0)"
span=2,2,1,ccs,ami
# termtype: te
bchan=4-5
dchan=6
# Span 3: ztqoz/1/3 "quadBRI PCI ISDN Card 1 Span 3 [TE] (cardID 0)"
span=3,3,1,ccs,ami
# termtype: te
bchan=7-8
dchan=9
# Span 4: ztqoz/1/4 "quadBRI PCI ISDN Card 1 Span 4 [TE] (cardID 0)"
span=4,4,1,ccs,ami
# termtype: te
bchan=10-11
dchan=12
# Global data
loadzone = nl
defaultzone = nl
this is my zapata.conf:
[channels]
language=nl
switchtype=euroisdn
pridialplan = unknown
prilocaldialplan = unknown
nationalprefix=0
internationalprefix=00
usecallingpres=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=100
rxgain=0.0
txgain=0.0
; Span 1: ztqoz/1/1 "quadBRI PCI ISDN Card 1 Span 1 [TE] (cardID 0)"
group=0,11
context=from-pstn
switchtype = euroisdn
signalling = bri_cpe
channel => 1-2
group=
context=default
; Span 2: ztqoz/1/2 "quadBRI PCI ISDN Card 1 Span 2 [TE] (cardID 0)"
group=0,12
context=from-pstn
switchtype = euroisdn
signalling = bri_cpe
channel => 4-5
group=
context=default
; Span 3: ztqoz/1/3 "quadBRI PCI ISDN Card 1 Span 3 [TE] (cardID 0)"
;group=0,13
;context=from-pstn
;switchtype = euroisdn
;signalling = bri_cpe
;channel => 7-8
;group=
;context=default
; Span 4: ztqoz/1/4 "quadBRI PCI ISDN Card 1 Span 4 [TE] (cardID 0)"
group=0,14
context=from-pstn
switchtype = euroisdn
signalling = bri_cpe
channel => 10-11
group=
context=default
group=1
I hope I missed something here, because I don't know where to look.
What I saw is that the current BRIstuff from Junghanns is named test6, for asterisk 1.4.17
If their are no hints, does it make sense do downgrade to asterisk 1.2.26 to use their production BRIstuff? And does trixbox 2.6.0.3 work with asterisk 1.2.26, or do I also need to downgrade trixbox?
Thanks, and happy eastern!
Member Since:
2008-01-31