Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: 'hylafax/faxd' update now available
Robert Colquhoun <robert@sinkhole.tpc.int> writes:
> Update of /usr/local/cvsroot/hylafax/faxd
> In directory sinkhole.tpc.int:/tmp/cvs-serv10806/faxd
>
> Modified Files:
> ClassModem.c++
> Log Message:
> Add ModemSoftResetCmd to the start of hylafax's default reset string.
>
> This usually adds a 'ATZ' to the start of reset.
IMHO better
--- /var/tmp/hylafax/hylafax-cvs/faxd/ClassModem.c++ Sun Jun 13 11:41:02 1999
+++ /var/tmp/hylafax/hylafax-work/faxd/ClassModem.c++ Sat May 27 10:21:14 2000
@@ -650,6 +650,7 @@
if (!setBaudRate(rate, iFlow, oFlow))
return (false);
flushModemInput();
+ (void) atCmd(conf.softResetCmd, AT_OK, conf.resetDelay);
return atCmd(resetCmds, AT_OK, ms);
}
to handle possible timeout properly.
Maybe to send you the new bundle of my changes? Are you ready? :-)))
Hope to hear from you soon,
Dmitry
____________________ HylaFAX(tm) Developers Mailing List ____________________
To unsub: mail -s unsubscribe hylafax-devel-request@hylafax.org < /dev/null