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"><<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>></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>
<configuration name="fax.conf" description="FAX application configuration"><br>
<settings><br>
<param name="use-ecm" value="true"/><br>
<param name="verbose" value="true"/><br>
<param name="disable-v17" value="false"/><br>
<param name="ident" value="SpanDSP Fax Ident"/><br>
<param name="header" value="SpanDSP Fax Header"/><br>
<param name="spool-dir" value="/tmp"/><br>
<param name="file-prefix" value="faxrx"/><br>
</settings><br>
</configuration><br>
<br>
DIALPLAN:<br>
<include><br>
<extension name="fax_receive"><br>
<condition field="destination_number" expression="^(6083)$"><br>
<action application="set" data="api_hangup_hook=system<br>
${base_dir}/scrip<br>
ts/emailfax.php $1 '${caller_id_name}-${caller_id_number}' <a href="mailto:test@test.com">test@test.com</a> /tm<br>
p/${uuid}.rxfax.tiff"/><br>
<action application="answer"/><br>
<action application="playback" data="silence_stream://2000"/><br>
<action application="rxfax" data="/tmp/${uuid}.rxfax.tiff"/><br>
<action application="log" data="CRIT Success - [${fax_success}]"/><br>
<action application="log" data="CRIT Rate -<br>
[${fax_transfer_rate}]"/><br>
<action application="hangup"/><br>
</condition><br>
</extension><br>
</include><br>
<br>
<br>
I'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'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>