[Freeswitch-users] mod_fax not working

Steve Underwood steveu at coppice.org
Fri Aug 28 10:01:12 PDT 2009


Hi Mathieu,

On 08/28/2009 05:15 PM, Mathieu Parent wrote:
> Hi,
>
> I just started testing Freeswitch, this works well. This is powerfull
> and easy to administrate.
>
> I just have one problem and one request. The request is BOUNTY-5: IMAP
> integration of voicemail (I will try to propose a patch if this is
> within my competencies)
>
> The problem is with mod_fax not receiving any fax.
>
> Relevant extension is:
>      <extension name="fax2mail">
>          <condition field="destination_number" expression="^(9998)$">
>              <action application="set" data="fax_verbose=true"/>
>              <action application="set" data="fax_disable_v17=false"/>
>              <action application="set" data="fax_use_ecm=true"/>
>              <action application="answer" />
>              <action application="playback" data="silence_stream://2000"/>
>              <action application="rxfax" data="/tmp/${uuid}.rxfax.tiff"/>
>              <action application="hangup"/>
>          </condition>
>      </extension>
>
> Test case is a 1-page fax coming from a Minolta printer connected to a
> Cisco VG248 (via RJ11). The VG248 port is registred on a Cisco Call
> Manager communicating with FS via a SIP trunk.
>
> Log is attached:
> - first try from 11:04:05 to 11:04:31
> - 2nd try from 11:04:57 to 11:05:22
> - 3rd try from 11:05:48 to 11:06:08
>
> Do you need more information?
>
> Regards
>
> Mathieu Parent
>    
The log shows the same thing happening every time. A bad CRC from the 
far end, followed by a good DCS frame followed by what seems to be 
rubbish. I think I'd need an audio log from one of these calls to figure 
out any more.

Steve





More information about the FreeSWITCH-users mailing list