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.)
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users