Displaying 1 result from an estimated 1 matches for "dialanalog".
2004 Dec 11
1
Can't capture "-1" return on Dial command
...y, I have the
following setup, and I want to be able to process the audio file after the
outbound call has been done regardless how how it ends.
No matter how the call ends, I can't get "macro-record-stop" to run.
Any help would be great.
-Eric
<from extensions.conf>
[macro-dialanalog]
exten => s,1,Macro(record-start)
exten => s,2,Dial(${TRUNK}/${MACRO_EXTEN},70)
exten => s,3,Macro(record-stop)
exten => s,102,Macro(record-stop)
exten => h,1,Macro(record-stop)
[macro-record-start]
exten => s,1,SetVar(CFN=${MONITORPATH}/${TIMESTAMP}--${CALLERIDNUM})...