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] how to print on different printers
Hi,
I tried configuration that you suggested...
Nothing is changed since hylafax server is printing only on system
default printer!!!!!
I really don't understand why!!!!!
Both printers are well configured since I'mable to print other docs
without troubles.
Could you pls provide other possible solution?
Thanks in advance for yr kind help
Rgds
Davide
Lee Howard wrote:
Davide Sberna wrote:
I need to dispatch fax received on various modem ( and different
lines ) to different printers located all across the office ( eg
ttysS0 will print on printer A, ttyS1 on printer B )
Create the /var/spool/hylafax/etc/FaxDispatch file and in it put:
PRINTER=default
case $DEVICE
ttyS0) PRINTER=printer-A;;
ttyS1) PRINTER=printer-B;;
esac
tiff2ps -a $FILE | lpr -P $PRINTER
Lee.
____________________ 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*