Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-users] Listening to rings from phone ??
I am running a fresh install of suse 8.1.
Installed the suse binary.
Followed the install directions and suggestions for suse.
Setup my modems and fax. Setup inittab.
I run watch -n1 faxstat
Then I picked up the phone and dialed one of the fax lines. All it says
is listening to rings on phone.
How can I tell it to answer?
Second question what should the group/owner and permissions be for
faxdispatch and do I just put this file in /etc/FaxDispatch
Inittab
-------
# fax getty (hylafax)
mo:35:respawn:/usr/lib/fax/faxgetty /dev/ttyS4
m1:35:respawn:/usr/lib/fax/faxgetty /dev/ttyS5
m2:35:respawn:/usr/lib/fax/faxgetty /dev/ttyS6
m3:35:respawn:/usr/lib/fax/faxgetty /dev/ttyS7
Faxdispatch
-----------
case "DEVICE" in
ttyS4)
FILETYPE=PDF;
SENDTO=email@email.com;
/usr/bin/tiff2ps -a $FILE | lp -dMVAUGHN;;
ttyS5)
FILETYPE=PDF;
SENDTO=email@email.com;
/usr/bin/tiff2ps -a $FILE | lp -dMVAUGHN;;
ttyS6)
FILETYPE=PDF;
SENDTO=email@email.com;
/usr/bin/tiff2ps -a $FILE | lp -dMVAUGHN;;
ttyS7)
FILETYPE=PDF;
SENDTO=email@email.com;
/usr/bin/tiff2ps -a $FILE | lp -dMVAUGHN;;
esac
____________________ 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.*