<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div><meta http-equiv="content-type" content="text/html; charset=utf-8">I'm trying to send a fax directly through CLI (no NAT present) "originate sofia/gateway/sip.gafachi.com/1234567890 &amp;txfax(/tmp/file.tiff)"</div><div><br></div>I've followed directions on&nbsp;<meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://wiki.freeswitch.com/wiki/Mod_spandsp">http://wiki.freeswitch.com/wiki/Mod_spandsp</a>&nbsp;to set settings in my fax.conf:<div>&lt;configuration name="fax.conf" description="FAX application configuration"&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;settings&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;param name="use-ecm"value="false"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;param name="verbose"value="true"/&gt;</div><div>&nbsp;&nbsp; &nbsp;
 &nbsp;&lt;param name="disable-v17"value="false"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;param name="enable-t38" &nbsp; &nbsp; &nbsp; &nbsp;value="true"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;param name="enable-t38-request" value="true"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;param name="spool-dir"value="/tmp"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;param name="file-prefix"value="faxrx"/&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;/settings&gt;</div><div>&lt;/configuration&gt;</div><div><br></div><div>My freeswitch server communicates with SIP-provider(Gafachi) using this profile:</div><div><div>&lt;include&gt;</div><div>&nbsp;&nbsp;&lt;gateway name="sip.gafachi.com"&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;param name="username" value="XXXX"/&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;param name="password" value="XXXX"/&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;param name="register" value="true"/&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;param name="realm"
 value="67.216.35.162"/&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;param name="proxy" value="67.216.35.162:5060"/&gt;</div><div>&nbsp;&nbsp;&lt;/gateway&gt;</div><div>&lt;/include&gt;</div></div><div><div><br><div><br></div></div></div><div>From the logs I can't see that T.38 is used. SpanDSP says:</div><div><br></div><div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .... ...0= Store and forward Internet fax (T.37): Not set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .... .0..= Real-time Internet fax (T.38): Not set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .... 0...= 3G mobile network: Not set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .... ..1.= Receive fax: Set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; ..10 00..= Selected data signalling rate: V.17
 14400bps</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .0.. ....= R8x7.7lines/mm and/or 200x200pels/25.4mm: Not set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; 0... ....= 2-D coding: Not set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .... ..00= Recording width: 215mm +- 1%</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .... 10..= Recording length: Unlimited</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; .111 ....= Minimum scan line time: 0ms</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 &nbsp; 0... ....= Extension indicator: Not set</div></div><div><br></div><div>In the end "fax is successfully sent" (via T4 to my understanding), but I only receive it on the other efax 1/20 times. What am I missing?</div></div></body></html>