Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-users] One way to route incoming faxes to different emails
Here is a way to distinguish between which incoming fax number was
dialled.
It will require more than one modem attached to the faxserver, and
possibly some sort of
ident-a-call switch to route to different modems.
I was able to get this going because we have a number of different fax
lines that end up
in the same phone room.
If there are other more plausible/cost effective solutions, please, let
me know.
Dmitri
etc/FaxDispatch contains these lines:
case "$DEVICE" in
*ttyS0) SENDTO=email1;;
*ttyS1) SENDTO=email2;;
*ttyS2) SENDTO=email3;;
*) SENDTO=default_email;;
esac
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null