[Asterisk-Users] CAPI in PTP mode not answering, dial out fine

Armin Schindler armin at melware.de
Thu Jul 14 01:01:11 MST 2005


On Thu, 14 Jul 2005, asterisk wrote:
> 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 capi.conf:
> [interfaces]
> isdnmode=ptp
> mode=immediate
> msn=299450707
> incomingmsn=299450707
> controller=1,2
> softdtmf=1
> context=outbound

Your context is 'outbound', but

> 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

here in 'outbound' there is no match to your msn.
 
> 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.

This message is confusing here, but it seems that the match is not found in
extensions.conf.
 
> I use asterisk 1.07 with chan_capi 0.35

Maybe you want to try chan_capi-cm on sourceforge...

Armin



More information about the asterisk-users mailing list