Displaying 1 result from an estimated 1 matches for "post_processing_script".
2007 Oct 03
3
Executing commands even if user hangs up.
...e created. The post processing is
working fine as long as the dictation application exits gracefully, but
fails when the user simply hangs up.
How can I make sure the system() command is run regardless?
Example:
[test-dictation]
exten => 123,1,Dictate(/tmp/dictate)
exten => 123,2,System(post_processing_script.sh)
exten => 123,3,Wait,1
exten => 123,4,Hangup
Thanks
-jc