math.parent at gmail.com Guest
|
Posted: Fri Aug 28, 2009 8:20 am Post subject: [Freeswitch-users] mod_fax not working |
|
|
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
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|