<HTML><HEAD>
<STYLE id=eMClientCss>BLOCKQUOTE.cite {
        BORDER-LEFT: #cccccc 1px solid; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px
}
BLOCKQUOTE.cite2 {
        BORDER-LEFT: #cccccc 1px solid; MARGIN-TOP: 3px; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-TOP: 0px
}
.plain PRE {
        FONT-STYLE: normal; FONT-FAMILY: monospace; FONT-SIZE: 100%; FONT-WEIGHT: normal
}
.plain TT {
        FONT-STYLE: normal; FONT-FAMILY: monospace; FONT-SIZE: 100%; FONT-WEIGHT: normal
}
BODY {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
.plain PRE {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
.plain TT {
        FONT-FAMILY: Tahoma; FONT-SIZE: 12pt
}
</STYLE>
<STYLE></STYLE>
</HEAD>
<BODY scroll=auto class>
<DIV> </DIV>
<DIV>I receive about 1500 faxes a month with FreeSWITCH/SpanDSP and Flowroute. I send about 100 or so, so not nearly as many in that direction. Sent faxes almost always work fine short of noanswer, voice answer, etc.</DIV>
<DIV> </DIV>
<DIV>For received faxes I get a lot more failures then I would like however, close to 15%. Usually by the 3rd try most faxes make it through though. I've been told (here) that this is absolutely horrible and any half-decent system would perform better but I've yet to be told what a half-decent system is or some "best practices". I've fiddled with many settings and I seem to get the best overall success with the below settings (over the defaults). I've gone back and forth with the v17 being disabled and it seems it works better with some fax machines having it one way and with other machines it's better the other way. I'm working on making my lua scripts adjust the settings on-the-fly and remember what works for each CID or DID.</DIV>
<DIV> </DIV>
<DIV>fax_disable_v17 = true</DIV>
<DIV>fax_enable_t38 = true</DIV>
<DIV>fax_enable_t38_request = true</DIV>
<DIV>fax_verbose = true</DIV>
<DIV>ignore_early_media = true</DIV>
<DIV> </DIV>
<DIV>I've wrote a couple of small LUA scripts to use with FreeSWITCH to help manage faxing. They allow you to configure DID to Email routes, set default fax settings and fax settings per DID or CID, view some basic stats, and a few other things all from the fs_cli console. It stores everything in a sqlite3 database. It's pretty rough around the edges still, but maybe it could help some. The receive fax script has a bit of code that tries to figure out if a caller is a voice caller but I don't think it's entirely accurate but it does seem to work decently.</DIV>
<DIV> </DIV>
<DIV><A href="http://git.bmts.us/gitweb/?p=fsfax.git;a=summary">http://git.bmts.us/gitweb/?p=fsfax.git;a=summary</A></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>------ Original Message ------</DIV>
<DIV>From: "Markus Lindenberg" <<A href="mailto:markus.lindenberg@gmail.com">markus.lindenberg@gmail.com</A>></DIV>
<DIV>To: "FreeSWITCH Users Help" <<A href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A>></DIV>
<DIV>Sent: 7/11/2014 7:29:24 AM</DIV>
<DIV>Subject: Re: [Freeswitch-users] [OL]Re: best way to receive FAXs</DIV>
<DIV> </DIV>
<DIV id=1e025d289da74187b2344cf9104ea2af>
<BLOCKQUOTE class=cite2 cite=CAExAoeBzpsSwsddyAU+tBYBhEGHFTAs2SN-z42fznHqW+dNbQg@mail.gmail.com type="cite">
<DIV dir=ltr>
<DIV class=gmail_extra><BR>
<DIV class=gmail_quote>On Thu, Jul 10, 2014 at 6:39 PM, Steven Schoch <SPAN dir=ltr><<A href="mailto:schoch+freeswitch.org@xwin32.com">schoch+freeswitch.org@xwin32.com</A>></SPAN> wrote:<BR>
<BLOCKQUOTE style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class=gmail_quote>
<DIV>I don't really want to "play" with T.38 faxing, I just want to receive faxes without a POTS line. Doesn't anyone do that?</DIV><SPAN class=HOEnZb><FONT color=#888888>
<DIV></DIV></FONT></SPAN></BLOCKQUOTE></DIV><BR>Hi Steven, </DIV>
<DIV class=gmail_extra><BR></DIV>
<DIV class=gmail_extra>yes, I'm doing that, a lot. :)</DIV>
<DIV class=gmail_extra>Try to disable T.38 first and send a fax that way. If it works, try again with T.38. Have a look at spandsp's output on fs_cli, there's usually something useful if negotiation fails. You can also enable verbose output for mod_spandsp, that'll give very detailed logging output but can be useful as well. Maybe it's some problem with the T.38 re-invite, so maybe try a T.38 fax to/from your provider with siptrace enabled.</DIV>
<DIV class=gmail_extra><BR></DIV>
<DIV class=gmail_extra>Best regards, Markus</DIV>
<DIV class=gmail_extra><BR></DIV></DIV></BLOCKQUOTE></DIV></BODY></HTML>