I have the extension in default.xml;<br><br>&lt;extension name=&quot;fax_receive2&quot;&gt;<br>     &lt;condition field=&quot;destination_number&quot; expression=&quot;^(9979)$&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/fax-${uuid}.rxfax.tiff&quot;/&gt;<br>       &lt;action application=&quot;hangup&quot;/&gt;<br>
     &lt;/condition&gt;<br>   &lt;/extension&gt;<br><br>then in fs_cli : originate loopback/9979 &amp;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>