[asterisk-users] ReceiveFAX issue.

Bryant Zimmerman BryantZ at zktech.com
Mon Jan 24 13:53:03 CST 2011


I am testing out inbound faxing using res_fax and res_fax_spandsp.so

My system answers the call but then sets there on the ReseiveFax line then 
comes back with an error that 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,NoOp(Status = ${FAXOPT(status)})
exten => ProcessFax,n,NoOp(Header = ${FAXOPT(headerinfo)})
exten => ProcessFax,n,NoOp(RemoteID = ${FAXOPT(remotestationid)})
exten => ProcessFax,n,NoOp(Result = ${FAXOPT(statusstr)}) 

   
I can't figure out how to turn on any debuging for this nor can I 
understand why this should be failing. I am using the spandsp version that 
Steve recommended (0.0.6pre18)

Any ideas or feedback would be appreciated.

Thanks

Bryant Zimmerman (ZK Tech Inc.)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110124/6893ced8/attachment.htm>


More information about the asterisk-users mailing list