[Asterisk-Users] Call files timeout on Flash command

Keith Waters kwlist at waters.co.za
Wed Jul 7 02:37:56 MST 2004


I managed to sort out my earlier query regarding flash times (changed delay
in zapata.conf)

Now, I am getting a timeout after the Flash command in an outgoing call-file
based call:

    -- Attempting call on Zap/1/108 for 567112 at demo:4 (Retry 1)
       > Channel Zap/1-1 was answered.
    -- Executing Festival("Zap/1-1", "Dialling now") in new stack
  == Parsing '/etc/asterisk/festival.conf': Found
    -- Executing Flash("Zap/1-1", "") in new stack
    -- Flashed channel Zap/1-1
    -- Timeout on Zap/1-1
  == CDR updated on Zap/1-1
    -- Executing Goto("Zap/1-1", "#|1") in new stack
    -- Goto (demo,#,1)


Call File
---------
Channel: Zap/1/108
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: demo
Extension: 567112
Priority: 4


Extentions.conf:
------------------
[demo]
exten => _567X.,4,Festival(Dialling now)  ; I get this
exten => _567X.,5,Flash   ; I get this
exten => _567X.,8,NoOp(.test1 )  ; I dont get this far!
exten => _567X.,7,SendDTMF,${EXTEN:1}
exten => _567X.,8,NoOp(.test2 )
exten => _567X.,9,Hangup





More information about the asterisk-users mailing list