search for: fax_io_failure

Displaying 1 result from an estimated 1 matches for "fax_io_failure".

2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
...ress was here**")) ; Restart Asterisk if FILE IO FAILURE on fax - indicates instability in fax module ; accomplished by cron job that will restart asterisk as root when this file is found exten => h,n,ExecIf($["${FAXOPT(error)}" = "FILE_IO_FAIL"]?System("echo \"FAX_IO_FAILURE\" >> /tmp/FAX_IO_FAILURE")) exten => h,n,Macro(hangupcall,) ; end of [ext-fax] What am I missing here? Half the time we don't get back into the dialplan from the ReceiveFax even though wrapped in TryExec. Before wrapping the call in TryExec, I would get a log entry abo...