Displaying 1 result from an estimated 1 matches for "fax_inbound".
2011 Jan 24
6
ReceiveFAX issue.
...at it exceeded the maximum retries.
How would I go about debugging this? Below is my very simple dialplan code
I am using, and the fax show version gives the following as well.
FAX For Asterisk Components:
Applications: SVN-branch-1.8-r297535M
Spandsp FAX Driver: 20110122 075024
[fax_inbound]
exten => ProcessFax,1,Answer()
exten => ProcessFax,n,Wait(2)
exten =>
ProcessFax,n,Set(TIFF=/var/spool/fax_in/fax_${STRFTIME(,,%Y%m%d-%H%M)}_${RAN
D(1)}.tiff)
exten => ProcessFax,n,ReceiveFAX(${TIFF},d)
exten => ProcessFax,n,NoOp(Error = ${FAXOPT(error)})
exten => ProcessFax,n,N...