I have the extension in default.xml;<br><br><extension name="fax_receive2"><br> <condition field="destination_number" expression="^(9979)$"><br> <action application="answer" /><br>
<action application="playback" data="silence_stream://2000"/><br> <action application="rxfax" data="/tmp/fax-${uuid}.rxfax.tiff"/><br> <action application="hangup"/><br>
</condition><br> </extension><br><br>then in fs_cli : originate loopback/9979 &txfax(/tmp/a.tif)<br><br>in fact, the file /tmp/a.tif does exist.<br><br>/tmp$ ls -l /tmp/a.tif<br>-rwxrwxrwx 1 root root 179378 2011-02-02 05:30 /tmp/a.tif<br>
<br><br>2011-02-25 11:17:39.444902 [DEBUG] mod_spandsp_fax.c:1108 Raw write codec activation Success L16 <br>2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:323 ============================================================================== <br>
2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:335 Fax processing not successful - result (17) Received a DCN while waiting for a DIS.<br>2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:340 Remote station id: <br>
2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:341 Local station id: SpanDSP Fax Ident <br>2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:342 Pages transferred: 0 <br>
2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:344 Total fax pages: 0 <br>2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:345 Image resolution: 0x0 <br>
2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:346 Transfer Rate: 14400 <br>2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:348 ECM status off <br>
2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:349 remote country: <br>2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:350 remote vendor: <br>
2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:351 remote model: <br>2011-02-25 11:17:46.805168 [DEBUG] mod_spandsp_fax.c:353 ============================================================================== <br>
2011-02-25 11:17:46.825158 [DEBUG] mod_spandsp_fax.c:323 ============================================================================== <br>2011-02-25 11:17:46.825158 [DEBUG] mod_spandsp_fax.c:335 Fax processing not successful - result (41) TIFF/F file cannot be opened. <br>
2011-02-25 11:17:46.825158 [DEBUG] mod_spandsp_fax.c:340 Remote station id: SpanDSP Fax Ident <br>2011-02-25 11:17:46.825158 [DEBUG] mod_spandsp_fax.c:341 Local station id: SpanDSP Fax Ident<br>
<br><br>what is going wrong??<br><br>thanks<br><br>