You probably might need to set fax_enable_t38_request=true in your dialplan.<br><br>-djbinter<br><br><br><div class="gmail_quote">On Wed, Dec 1, 2010 at 1:57 PM, Peder <span dir="ltr">&lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Anybody know how to debug a failed fax issue?<br>
<br>
LOG:<br>
<a href="http://pastebin.freeswitch.org/14687" target="_blank">http://pastebin.freeswitch.org/14687</a><br>
<br>
VERSION:<br>
FreeSWITCH Version 1.0.head (git-13e8de4 2010-12-01 13-07-47 -0600)<br>
<br>
FAX.CONF.XML:<br>
&lt;configuration name=&quot;fax.conf&quot; description=&quot;FAX application configuration&quot;&gt;<br>
    &lt;settings&gt;<br>
        &lt;param name=&quot;use-ecm&quot;           value=&quot;true&quot;/&gt;<br>
        &lt;param name=&quot;verbose&quot;           value=&quot;true&quot;/&gt;<br>
        &lt;param name=&quot;disable-v17&quot;       value=&quot;false&quot;/&gt;<br>
        &lt;param name=&quot;ident&quot;             value=&quot;SpanDSP Fax Ident&quot;/&gt;<br>
        &lt;param name=&quot;header&quot;            value=&quot;SpanDSP Fax Header&quot;/&gt;<br>
        &lt;param name=&quot;spool-dir&quot;         value=&quot;/tmp&quot;/&gt;<br>
        &lt;param name=&quot;file-prefix&quot;       value=&quot;faxrx&quot;/&gt;<br>
    &lt;/settings&gt;<br>
&lt;/configuration&gt;<br>
<br>
DIALPLAN:<br>
&lt;include&gt;<br>
&lt;extension name=&quot;fax_receive&quot;&gt;<br>
     &lt;condition field=&quot;destination_number&quot; expression=&quot;^(6083)$&quot;&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;api_hangup_hook=system<br>
${base_dir}/scrip<br>
ts/emailfax.php $1 &#39;${caller_id_name}-${caller_id_number}&#39; <a href="mailto:test@test.com">test@test.com</a> /tm<br>
p/${uuid}.rxfax.tiff&quot;/&gt;<br>
        &lt;action application=&quot;answer&quot;/&gt;<br>
        &lt;action application=&quot;playback&quot; data=&quot;silence_stream://2000&quot;/&gt;<br>
        &lt;action application=&quot;rxfax&quot; data=&quot;/tmp/${uuid}.rxfax.tiff&quot;/&gt;<br>
        &lt;action application=&quot;log&quot; data=&quot;CRIT Success - [${fax_success}]&quot;/&gt;<br>
        &lt;action application=&quot;log&quot; data=&quot;CRIT Rate -<br>
[${fax_transfer_rate}]&quot;/&gt;<br>
        &lt;action application=&quot;hangup&quot;/&gt;<br>
     &lt;/condition&gt;<br>
   &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
I&#39;ve got 3-4 different people trying to fax to me and every one fails with a<br>
similar log to what I have above.  I had it working at one point in time,<br>
but I get about 2 faxes a month, so I have no clue when it broke or what<br>
broke it.  The log just seems to show that negotiation failed, but I can&#39;t<br>
tell why.<br>
<br>
Thanks.<br>
<br>
Peder<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>