HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] notify
Thanks for the prompt response! I guess I'm a little unfarmiliar with
the arch of hylafax. I'm sending from a windows box using winprint
hylafax. So I'm not sending directly using sendfax. From what it looks
like , sendfax is called anyway via another program. I guess I'm a
little confused as to what program is calling sendfax. Once I find
that, I can shove in the -D option. Or if it's a binary, its config
file.
P.S.
Sorry for the n00b questions. Once this is solved I'll put it on the
wiki so at least other noob's might read it and save you guys some time.
On 12/19/05, Darren Nickerson <
darren.nickerson@xxxxxxxx> wrote:
I believe the '-D' option to sendfax will achieve
what you want. By default HylaFAX notifies only when the final status is
failure. Using -D extends this to also include faxes that are sent successfully.
If you're notifying on all events, you're using the -R flag now ... just change
that to -D.
-Darren
----- Original Message -----
Sent: Monday, December 19, 2005 8:46
AM
Subject: [hylafax-users] notify
I currently have hylafax set up to send emails to the faxmaster
on all events. They get emails if it is busy, requed, failed, successful, etc
etc. Ideally, I just want them to recieve emails on final events (Failed or
successful). I looked at the notify bash script and it shouldn't be too hard
to implement this. However, I want to stay as close to the original setup as
possible. Can I set any variables in the source'd FaxNotify file that will
force the behavior I want? Or am I going to have to modify notify
directly?