![]() |
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