HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Scheduling of faxes to specific numbers
Mark Erik Deinzer wrote:
Hi,
i have following newbie question. I am looking fo a way to schedule
faxes to specific fax#.
Something like
(Pseudo-Code-on)
+49 69 4711 only between 22.00 23.00
(Pseudo_code-off)
read the man page destctrls(4F);
Is it possible to send faxes to a destination only if i have
collected a specific amount of faxes, something like:
(Pseudo-Code-on)
+49 69 4711 only if there are more than 7 faxes there
(Pseudo_code-off)
the answer is NO, not with HylaFAX itself; you can write scripts
checking the number of faxes for a destination and using faxalter(1)
to push waiting delayed jobs;
matthias