On Saturday 18 March 2006 15:41, Matthias Fechner wrote:
> Hello Hans,
>
> * Hans Petter Selasky <[EMAIL PROTECTED]> [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.
>

Could you try something as simple as this:

exten => 99,1,Ringing
exten => 99,2,Wait,4
exten => 99,3,Answer
exten => 99,4,Playback(invalid)
exten => 99,5,Hangup

What version of ISDN4BSD are you using?

What version of chan_capi are you using?

What do you have in "capi.conf" ?

Could you try a "HFC-S PCI A" based ISDN card instead of the Fritz one ?

--HPS
_______________________________________________
Asterisk-BSD mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-bsd

Reply via email to