[Asterisk-bsd] Asterisk and AVM PCI passive ISDN card - cannot hear anything

Matthias Fechner idefix at fechner.net
Sat Mar 18 07:41:23 MST 2006


Hello Hans,

* Hans Petter Selasky <hselasky at c2i.net> [17-03-06 18:32]:
> exten => ... Answer

i used now the following lines from the demo:
exten => 99,1,Wait,1                     ; Wait a second, just for fun
exten => 99,n,Answer                     ; Answer the line
exten => 99,n,Set(TIMEOUT(digit)=5)      ; Set Digit Timeout to 5 seconds
exten => 99,n,Set(TIMEOUT(response)=10)  ; Set Response Timeout to 10 seconds
exten => 99,n(restart),BackGround(demo-congrats) ; Play a congratulatory message
exten => 99,n(instruct),BackGround(demo-instruct)        ; Play some instructions
exten => 99,n,WaitExten          ; Wait for an extension to be dialed.

I got the following lines:
    -- Executing Wait("CAPI/ISDN1/99-1", "1") in new stack
    -- Executing Answer("CAPI/ISDN1/99-1", "") in new stack
    -- Executing Set("CAPI/ISDN1/99-1", "TIMEOUT(digit)=5") in new stack
    -- Digit timeout set to 5
    -- Executing Set("CAPI/ISDN1/99-1", "TIMEOUT(response)=10") in new stack
    -- Response timeout set to 10
    -- Executing BackGround("CAPI/ISDN1/99-1", "demo-congrats") in new stack
    -- Playing 'demo-congrats' (language '')
      == capi_send_detect_dtmf_req:2992:ENTRY=ISDN1:PLCI=0x1c00:PBX_CHAN=CAPI/ISDN1/99-1:
  ==   Setting up DTMF detector, flag=1
    == Spawn extension (capi-in, 99, 5) exited non-zero on 'CAPI/ISDN1/99-1'

but i cannot here anything on the phone and it seems, that asterisk
will not recognize any DTMF sound from my phone.
For me it looks like, that chan_capi has a problem with the driver the
card etc.

It's not necessary to send the mail as CC to me, I'm on the list :)

Best regards,
Matthias


More information about the Asterisk-BSD mailing list