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] FaxDispatch
I believe you just have some syntax problems in your script. Try something like this instead:
case "$DEVICE" in
'ttyS0')
FILETYPE=pdf # all faxes in PDF format
SENDTO=randy # all faxes received on ttyS1
;;
'ttyS2')
FILETYPE=pdf # all faxes in PDF format
SENDTO=sales # all faxes received on ttyS2
;;
esac
If nothing is happening, it's probably because your script cannot be executed due to syntax errors.
Sam
____________________ 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@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*