[Asterisk-Users] CAPI in PTP mode not answering, dial out fine
asterisk
asterisk at netformatie.nl
Thu Jul 14 00:38:49 MST 2005
Hi list,
I am using Asterisk in a small systems with an AVM C4 card, we first had
one ISDN line, (ptmp), which we upgraded to
2 ISDN with 1 number (so no DID's) This runs in ptp mode.
Calling out works fine on all 4 channels, but when I call in, I get
*CLI> Jul 13 09:44:59 ERROR[13635]: chan_capi.c:1695 pipe_msg: did not
find device for msn = 299450707
(my number is 0299-450707
The call gets to the C4 card, my kernel logs:
isdn_net: call from 62411XXXX -> 0 299450707 ignored
isdn_tty: call from 62411XXXX -> 299450707 ignored
capidrv-1: incoming call 62411XXXX,1,0,299450707 ignored
my capi.conf:
[interfaces]
isdnmode=ptp
mode=immediate
msn=299450707
incomingmsn=299450707
controller=1,2
softdtmf=1
context=outbound
echosquelch=1
echocancel=yes
echotail=64
callgroup=1
devices=4
extensions.conf (part)
[outbound]
ignorepat => 0
exten => _0.,1,Ringing
exten => _0.,2,Dial(CAPI/299450707:${EXTEN:1})
exten => _0.,3,Congestion
[default]
exten => s,1,Dial(sip/20,25)
exten => s,2,Dial(sip/21,25)
exten => _299450707,1,Goto(s,1)
exten => 0299450707,1,Goto(s,1)
exten =>_450707,1,Goto(s,1)
exten => 299450707,1,Goto(s,1)
include => outbound
As you can see I've tried every possible option to get asterisk to match
the MSN,
but the because the error says no _DEVICE_ found, I don;t think it will
even make it to the extensions.conf.
I use asterisk 1.07 with chan_capi 0.35
Kind regards,
Joop Marijne
More information about the asterisk-users
mailing list