<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt">I am testing out inbound faxing using res_fax and res_fax_spandsp.so<br />
<br />
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.<br />
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.<br />
<br />
FAX For Asterisk Components:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Applications: SVN-branch-1.8-r297535M<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Spandsp FAX Driver: 20110122 075024<br />
<br />
<span lang="EN">
<p>[fax_inbound]<br />
<span style="font-family: courier new; font-size: 10px;">exten =&gt; </span><span style="font-size: 10px;">ProcessFax</span><span style="font-family: courier new; font-size: 10px;">,1,Answer()<br />
exten =&gt; ProcessFax,n,Wait(2)<br />
exten =&gt; ProcessFax,n,Set(TIFF=/var/spool/fax_in/fax_${STRFTIME(,,%Y%m%d-%H%M)}_${RAND(1)}.tiff)<br />
exten =&gt; ProcessFax,n,ReceiveFAX(${TIFF}</span><span style="font-size: 10px;">,d</span><span style="font-family: courier new; font-size: 10px;">)<br />
exten =&gt; ProcessFax,n,</span><span style="font-size: 10px;">NoOp</span><span style="font-family: courier new; font-size: 10px;">(</span><span style="font-size: 10px;">Error = ${FAXOPT(error)}</span><span style="font-family: courier new; font-size: 10px;">)<br />
exten =&gt; ProcessFax,n,NoOp(</span><span style="font-size: 10px;">Status = </span><span style="font-family: courier new; font-size: 10px;">${FAXOPT(</span><span style="font-size: 10px;">status</span><span style="font-family: courier new; font-size: 10px;">)})<br />
exten =&gt; ProcessFax,n,NoOp(</span><span style="font-size: 10px;">Header = </span><span style="font-family: courier new; font-size: 10px;">${FAXOPT(</span><span style="font-size: 10px;">headerinfo</span><span style="font-family: courier new; font-size: 10px;">)})<br />
exten =&gt; ProcessFax,n,NoOp(</span><span style="font-size: 10px;">RemoteID</span><span style="font-family: courier new; font-size: 10px;"> = ${FAXOPT(</span><span style="font-size: 10px;">remotestationid</span><span style="font-family: courier new; font-size: 10px;">)})<br />
exten =&gt; ProcessFax,n,NoOp(</span><span style="font-size: 10px;">Result</span><span style="font-family: courier new; font-size: 10px;"> = ${FAXOPT(</span><span style="font-size: 10px;">statusstr</span><span style="font-family: courier new; font-size: 10px;">)})
<p>&nbsp;</p>
</span></p>
</span><br />
I can't figure out how to turn on any&nbsp;debuging for this nor can I understand why this should be failing. I am using the spandsp version that Steve recommended (0.0.6pre18)<br />
<br />
Any ideas or feedback would be appreciated.<br />
<br />
<div id="divSignature">Thanks<br />
<br />
Bryant&nbsp;Zimmerman (ZK Tech Inc.)<br />
</div></span>