HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

[hylafax-users] HylaFAX-4.1beta3 and USRobotics Courier



I had some trouble in sending FAXes with HylaFAX-4.1beta3 and
USRobotics Courier modems while it worked fluently in the past
with HylaFAX-4.1beta2. After some time of searching in the code
I found two things that changed without notice in the CHANGES file.

1. RTC was sent by beta2 in every case after the FAX data, in
   beta3 you have to specify sending of RTC by setting Class2SendRTC
   to 'Yes':

      diff -ur hylafax-4.1beta2/faxd/Class20.c++
hylafax-4.1beta3/faxd/Class20.c++
      --- hylafax-4.1beta2/faxd/Class20.c++   Sun Jun 13 09:41:01 1999
      +++ hylafax-4.1beta3/faxd/Class20.c++   Sun Aug 27 00:08:34 2000
      @@ -1,4 +1,4 @@
      -/*     $Id: Class20.c++,v 1.2 1999/06/13 07:41:01 robert Exp $ */
      +/*     $Id: Class20.c++,v 1.4 2000/08/26 22:08:34 dbely Exp $ */
       /*
        * Copyright (c) 1994-1996 Sam Leffler
        * Copyright (c) 1994-1996 Silicon Graphics, Inc.
      @@ -131,7 +131,7 @@
           bool rc = sendPageData(tif, pageChop);
           if (!rc)
              abortDataTransfer();
      -    else
      +    else if( conf.class2SendRTC )
              rc = sendRTC(params.is2D());
           if (flowControl == FLOW_XONXOFF)
              setXONXOFF(getInputFlow(), FLOW_XONXOFF, ACT_DRAIN);

   This change affects usr-2.0 and ppi-pm14400fxmt. Ok, I didn't run
   faxaddmodem with this release, since I have made some changes
   to the config file and don't want to apply these changes again with
   each new minor release.

2. The behavior of %%t in TagLineFormat was changed to %%T

Perhaps it would be useful to add these two line to CHANGES:

  - TagLineFormat: meaning of %%t changed to %%T
  - RTC is not sent automatically anymore (affects usr-2.0 and
    ppi-pm14400fxmt)

Thanks for your attention and have a nice weekend

Ado

P.S.: If you have any questions, I'm not on hylafax-devel.

-- 
------------------------------------------------------------------------
  Heinz-Ado Arnolds                           Ado.Arnolds@dhm-systems.de
  DHM GmbH & Co. KG                              +49 2234 18400  (voice)
  Max-Planck-Strasse 2, 50858 Koeln, Germany     +49 2234 184040 (fax)


____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null




Project hosted by iFAX Solutions