John Daragon
2006-Mar-15 06:33 UTC
[Asterisk-Users] AVM C2 chan_capi-cm-0.6.3 Error on Dial
I'm getting a strange error on one of the two controllers on an AVM C2
card under chan_capi-cm-0.6.3.
I have two ISDN controllers defined, both in the same group, both
connections are UK ISDN2e Point to Point:
On the third outbound call (both of the first two calls are handled by
the second controller "ISDN2",) I get this error :
chan_capi.c conf_error 0x2001 PLCI=0x301 Command=CONNECT_B3_CONF,0x8487
Does anyone have any idea what's going on here ? BT tell me there's no
problem they can see with the ISDN line involved.
jd
This is the dialstring :
exten => _9.,1,SetCallerPres(allowed)
exten => _9.,2,SetCIDNum(252000)
exten => _9.,3,Dial(CAPI/g1/${EXTEN:1}/b)
exten => _9.,4,Congestion
/etc/capi.conf contains :
c2 c2.bin DSS1 - - - - P2P
c2 c2.bin DSS1 - - - - P2P
/etc/asterisk/capi.conf contains :
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.9
txgain=0.3
; interface sections ...
[ISDN1]
isdnmode=DID
incomingmsn=*
controller=1
group=1
softdtmf=on
relaxdtmf=on
accountcodecontext=capi-in
holdtype=hold
echocancel=yes
echotail=64
bridge=yes
callgroup=1
devices=2
[ISDN2]
isdnmode=DID
incomingmsn=*
controller=2
group=1
softdtmf=on
relaxdtmf=on
accountcodecontext=capi-in
holdtype=hold
echocancel=yes
echotail=64
bridge=yes
callgroup=1
devices=2
John Daragon
2006-Mar-15 08:21 UTC
[Asterisk-Users] AVM C2 chan_capi-cm-0.6.4 Error on Dial
Whoops ! sorry - wrong release ... chan_capi-cm-0.6.4 ! John Daragon wrote:> I'm getting a strange error on one of the two controllers on an AVM C2 > card under chan_capi-cm-0.6.3. > > I have two ISDN controllers defined, both in the same group, both > connections are UK ISDN2e Point to Point: > > On the third outbound call (both of the first two calls are handled by > the second controller "ISDN2",) I get this error : > > chan_capi.c conf_error 0x2001 PLCI=0x301 Command=CONNECT_B3_CONF,0x8487 > > Does anyone have any idea what's going on here ? BT tell me there's no > problem they can see with the ISDN line involved. > > jd > > > > This is the dialstring : > > exten => _9.,1,SetCallerPres(allowed) > exten => _9.,2,SetCIDNum(252000) > exten => _9.,3,Dial(CAPI/g1/${EXTEN:1}/b) > exten => _9.,4,Congestion > > > /etc/capi.conf contains : > > c2 c2.bin DSS1 - - - - P2P > c2 c2.bin DSS1 - - - - P2P > > > /etc/asterisk/capi.conf contains : > > [general] > nationalprefix=0 > internationalprefix=00 > rxgain=0.9 > txgain=0.3 > > ; interface sections ... > > [ISDN1] > isdnmode=DID > incomingmsn=* > controller=1 > group=1 > softdtmf=on > relaxdtmf=on > accountcode> context=capi-in > holdtype=hold > echocancel=yes > echotail=64 > bridge=yes > callgroup=1 > devices=2 > > > [ISDN2] > isdnmode=DID > incomingmsn=* > controller=2 > group=1 > softdtmf=on > relaxdtmf=on > accountcode> context=capi-in > holdtype=hold > echocancel=yes > echotail=64 > bridge=yes > callgroup=1 > devices=2 > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >