<br><br><div class="gmail_quote">On Fri, Aug 28, 2009 at 2:15 AM, Mathieu Parent <span dir="ltr">&lt;<a href="mailto:math.parent@gmail.com">math.parent@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I just started testing Freeswitch, this works well. This is powerfull<br>
and easy to administrate.<br>
<br>
I just have one problem and one request. The request is BOUNTY-5: IMAP<br>
integration of voicemail (I will try to propose a patch if this is<br>
within my competencies)<br>
<br>
The problem is with mod_fax not receiving any fax.<br>
<br>
Relevant extension is:<br>
    &lt;extension name=&quot;fax2mail&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;^(9998)$&quot;&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;fax_verbose=true&quot;/&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;fax_disable_v17=false&quot;/&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;fax_use_ecm=true&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/${uuid}.rxfax.tiff&quot;/&gt;<br>
            &lt;action application=&quot;hangup&quot;/&gt;<br>
        &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
<br>
Test case is a 1-page fax coming from a Minolta printer connected to a<br>
Cisco VG248 (via RJ11). The VG248 port is registred on a Cisco Call<br>
Manager communicating with FS via a SIP trunk.<br>
<br>
Log is attached:<br>
- first try from 11:04:05 to 11:04:31<br>
- 2nd try from 11:04:57 to 11:05:22<br>
- 3rd try from 11:05:48 to 11:06:08<br>
<br>
Do you need more information?<br>
</blockquote><div><br>Put your FS console in debug mode (press F6 or type &quot;console loglevel 7&quot;) and then make another test fax call, capturing the output. Look for obvious clues. NOTE: The debug logs are extensive so don&#39;t fret if you feel like you&#39;re buried in information. Pastebin your log output (<a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>) and put the link in this email thread. The experts can then help you figure it out from there...<br>
-MC<br><br></div></div>