I've installed Hylafax / AvantFax combination on PBX in a Flash. FaxDispatch looks similar to this:
(phone #'s/emails removed)
NOTIFY_FAXMASTER=errors # only notify on error
#SENDTO=FaxMaster; # by default email to FaxMaster
FILETYPE=pdf; # in PDF format
case "$CALLID4" in
318nnnnnn) SENDTO="tom.grant@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="joey.davidson@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="claire.walker@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="reon.mathews@xxxyyy.com" FILETYPE=pdf;;
Winprint Hylafax Reloaded is configured to send success and failures to the originating user. However, the admin (me) keeps getting the messages. I SHOULD only get failure messages.
Any suggestions?
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've installed Hylafax / AvantFax combination on PBX in a Flash. FaxDispatch looks similar to this:
(phone #'s/emails removed)
NOTIFY_FAXMASTER=errors # only notify on error
#SENDTO=FaxMaster; # by default email to FaxMaster
FILETYPE=pdf; # in PDF format
case "$CALLID4" in
318nnnnnn) SENDTO="tom.grant@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="joey.davidson@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="claire.walker@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="reon.mathews@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="laquitta.willis@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="brenda.davis@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="cardell.morgan@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="kim.vanness@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="terry.lindsey@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="cindy.carlisle@xxxyyy.com" FILETYPE=pdf;;
318nnnnnn) SENDTO="jeffrey.arnold@xxxyyy.com" FILETYPE=pdf;;
esac
Winprint Hylafax Reloaded is configured to send success and failures to the originating user. However, the admin (me) keeps getting the messages. I SHOULD only get failure messages.
Any suggestions?
Thanks in advance!