[Asterisk-Users] CAPI: Early-B3 working with AVM-B1?

Karsten Wemheuer kwem at gmx.de
Tue Jan 20 10:30:57 MST 2004


Hi,

I tested the capi_chan with latest cvs of * and I have problems with
Early-B3. The following dialstring works for me (without Early B3):
	exten => _0X.,1,Dial(CAPI/@22715291:${EXTEN:1}|30)
But if I add the 'b' for using Early-B3
	exten => _0X.,1,Dial(CAPI/@22715291:b${EXTEN:1}|30)
nothing changes (no dialtone). If in this example the called party
discards the call, there is no signalling to my SIP-Phones. In this case
"capi debug" tells a lot of:

--------
    -- CONNECT_B3_ACTIVE_IND ID=001 #0xb2f4 LEN=0013
  Controller/PLCI/NCCI            = 0x10101
  NCPI                            = default

       > sent CONNECT_B3_ACTIVE_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
       > sent DATA_B3_RESP (NCCI=0x10101)
... until I stop the call from SIP phone (the originating site)

    -- CAPI Hangingup
       > activehangingup
       > sent DISCONNECT_B3_REQ NCCI=0x10101
    -- DISCONNECT_B3_CONF ID=001 #0x001a LEN=0014
  Controller/PLCI/NCCI            = 0x10101
  Info                            = 0x0

  == DISCONNECT_B3_IND NCCI=0x10101
       > sent DISCONNECT_B3_RESP NCCI=0x10101
       > sent DISCONNECT_REQ PLCI=0x101
    -- DISCONNECT_CONF ID=001 #0x001b LEN=0014
  Controller/PLCI/NCCI            = 0x101
  Info                            = 0x0

  == DISCONNECT_IND PLCI=0x101 REASON=0x3495
       > sent DISCONNECT_RESP PLCI=0x101
    -- removed pipe for PLCI = 0x101
-------
Hardware is a AVM-B1 (active BRI card)

What am I doing wrong, or where can I start debugging?

Thanks,

Karsten




More information about the asterisk-users mailing list