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@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
On Wed, 7 Jul 2004 11:37:56 +0200, Keith Waters <kwlist@waters.co.za> wrote:> 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@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> 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 >What are you trying to do this needs some more explanation Have you selected an outbound line yet ? there is no Dial line in this extensions.conf I am confused but it could just be me. Jason