Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] mod_fax not working


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
msc at freeswitch.org
Guest





PostPosted: Fri Aug 28, 2009 11:15 am    Post subject: [Freeswitch-users] mod_fax not working Reply with quote

On Fri, Aug 28, 2009 at 2:15 AM, Mathieu Parent <math.parent@gmail.com (math.parent@gmail.com)> wrote:
Quote:
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?

Put your FS console in debug mode (press F6 or type "console loglevel 7") and then make another test fax call, capturing the output. Look for obvious clues. NOTE: The debug logs are extensive so don't fret if you feel like you're buried in information. Pastebin your log output (pastebin.freeswitch.org) and put the link in this email thread. The experts can then help you figure it out from there...
-MC
Back to top
msc at freeswitch.org
Guest





PostPosted: Fri Aug 28, 2009 11:17 am    Post subject: [Freeswitch-users] mod_fax not working Reply with quote

Doh! I just noticed you already attached the log. My bad. Let the experts check it out.
-MC

On Fri, Aug 28, 2009 at 9:10 AM, Michael Collins <msc@freeswitch.org (msc@freeswitch.org)> wrote:
Quote:



On Fri, Aug 28, 2009 at 2:15 AM, Mathieu Parent <math.parent@gmail.com (math.parent@gmail.com)> wrote:
Quote:
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?



Put your FS console in debug mode (press F6 or type "console loglevel 7") and then make another test fax call, capturing the output. Look for obvious clues. NOTE: The debug logs are extensive so don't fret if you feel like you're buried in information. Pastebin your log output (pastebin.freeswitch.org) and put the link in this email thread. The experts can then help you figure it out from there...
-MC



Back to top
steveu at coppice.org
Guest





PostPosted: Fri Aug 28, 2009 12:11 pm    Post subject: [Freeswitch-users] mod_fax not working Reply with quote

Hi Mathieu,

On 08/28/2009 05:15 PM, Mathieu Parent wrote:
Quote:
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


_______________________________________________
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
Back to top
math.parent at gmail.com
Guest





PostPosted: Tue Sep 01, 2009 9:45 am    Post subject: [Freeswitch-users] mod_fax not working Reply with quote

Hi,


On Fri, Aug 28, 2009 at 7:01 PM, Steve Underwood<steveu@coppice.org> wrote:
(snip)
Quote:
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.


I have attached a pcap file only with SIP and RTP.

Thanks

Mathieu

_______________________________________________
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
Back to top
math.parent at gmail.com
Guest





PostPosted: Wed Sep 09, 2009 4:24 am    Post subject: [Freeswitch-users] mod_fax not working Reply with quote

Hello,


On Tue, Sep 1, 2009 at 1:06 PM, Mathieu Parent<math.parent@gmail.com> wrote:
Quote:
Hi,


On Fri, Aug 28, 2009 at 7:01 PM, Steve Underwood<steveu@coppice.org> wrote:
(snip)
Quote:
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.


I have attached a pcap file only with SIP and RTP.

I still have the same problem. Anyone can analyse the traces ?
Note that it works without problems when sending a fax.

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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services