<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 &txfax(/tmp/file.tiff)"</div><div><br></div>I've followed directions on <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> to set settings in my fax.conf:<div><configuration name="fax.conf" description="FAX application configuration"></div><div> <settings></div><div> <param name="use-ecm"value="false"/></div><div> <param name="verbose"value="true"/></div><div>
<param name="disable-v17"value="false"/></div><div> <param name="enable-t38" value="true"/></div><div> <param name="enable-t38-request" value="true"/></div><div> <param name="spool-dir"value="/tmp"/></div><div> <param name="file-prefix"value="faxrx"/></div><div> </settings></div><div></configuration></div><div><br></div><div>My freeswitch server communicates with SIP-provider(Gafachi) using this profile:</div><div><div><include></div><div> <gateway name="sip.gafachi.com"></div><div> <param name="username" value="XXXX"/></div><div> <param name="password" value="XXXX"/></div><div> <param name="register" value="true"/></div><div> <param name="realm"
value="67.216.35.162"/></div><div> <param name="proxy" value="67.216.35.162:5060"/></div><div> </gateway></div><div></include></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 .... ...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 .... .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 .... 0...= 3G mobile network: Not set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 .... ..1.= Receive fax: Set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 ..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 .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 0... ....= 2-D coding: Not set</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 .... ..00= Recording width: 215mm +- 1%</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 .... 10..= Recording length: Unlimited</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 .111 ....= Minimum scan line time: 0ms</div><div>2011-03-29 23:13:39.101285 [DEBUG] mod_spandsp_fax.c:296 FLOW T.30 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>