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 [EMAIL PROTECTED]: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


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to