HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] AW: FaxDispatch: Print some faxes on a network printer
Hello Bodo,
thanks a lot for your answer. Printing the .tif files directly didn't work, but the following lines I give the result, which I wanted to have:
case "$SENDER" in *11112222)
convert "${FOLDER}${FILENAME}.tif" "${FOLDER}${FILENAME}.ps";
lpr -H cupsserver:631 -P printername "${FOLDER}${FILENAME}.ps";
mv $FULLPATH /var/spool/hylafax/recvq/2222-Dep3/;;
esac
By the way, the case-statement works fine, that's important for me. I didn't know that I can use if-statements in my FaxDispatch, too.
Thank you and have a nice weekend,
Sebastian
____________________ 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*