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] Hylafax and printing Outgoing Faxes
Tadeusz Andrzej Kadłubowski wrote:
Now the problem is to ensure, that users always request notification. Only
after that is the notify script run. That's cumbersome.
[root@gollum hylafax]# grep -d recurse "FAX_DEFNOTIFY" *
config.h:#define FAX_DEFNOTIFY SendFaxJob::no_notice
config.h.in:#define FAX_DEFNOTIFY SendFaxJob::no_notice
hfaxd/Jobs.c++: defJob.notify = FaxRequest::no_notice;// FAX_DEFNOTIFY
util/SendFaxJob.c++: notify = FAX_DEFNOTIFY; // default notification
util/SendFaxJob.c++: notify = FAX_DEFNOTIFY;
[root@gollum hylafax]#
If you're using sendfax then you can set "Notify" in hyla.conf. sendfax
always specifies JPARM NOTIFY, so even if the hfaxd default was not
FaxRequest::no_notice, sendfax-delivered jobs would not use the hfaxd
default.
However, if you're not using sendfax, and if that client does not
specify JPARM NOTIFY, then you can change that entry in hfaxd/Jobs.c++
(yes, cumbersome) or we could add a "Notify" option for hfaxd.conf, too,
and then hfaxd would draw from the configured default, and the client
submission would not change that.
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*