HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
small bug in faxcron script (beta-rjc10)
- To: "HylaFAX Mailing List" <flexfax@sgi.com>
- Subject: flexfax: small bug in faxcron script (beta-rjc10)
- From: "Alan Sparks" <asparks@cpd.harris.com>
- Date: Fri, 25 Jun 1999 09:07:15 -0700
I'm getting "no carrier" and "busy signal" reports from faxcron. There's
code to filter it, but a change to the message list keeps it from working.
Lines 232-239 of faxcron are of the form:
callFailed["Busy signal"] = 1;
callFailed["Unknown pro"] = 1;
callFailed["No carrier "] = 1;
These are capitalized in this version. Unfortunately, in function 'acct',
the xferlog message is run through 'tolower' so won't match.
These callFailed[] entries need to be converted back to all lowercase.
-Alan
=============
Alan Sparks, UNIX Network Administrator <asparks@cpd.harris.com>
Harris Communications, Camarillo CA (805) 389-2430