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] routing faxes to certain folders
Todd R Davis wrote:
I am trying to figure out how to direct faxes to certain folders based on
the call number sent. I have tried using the FaxDispatch file but haven't
found a way to send to certain folders. Only to e-mail addresses. I'm
wondering if I need to modify the faxrcvd script to do this and if so how
to modify it. Or is this even an option in hylafax? Thanks in advance.
Something like the following in should work:
case "$CALLID4" in
1234)
cp $FILE /tmp/$FILENAME.tif
chmod a+r /tmp/$FILENAME.tif
;;
esac
--
Jamin W. Collins
____________________ 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*