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] save fax location ttyS0/S1
Dear Lee;
It works fine now. My Dispatch conf.
case "$DEVICE" in
ttyS1)
SENDTO=FaxMaster;
FILETYPE=pdf;
/bin/cp $FILE /home/5583/;;
esac
Thank you.
Regards;
Benoit
----- Original Message -----
From: "Benoit.Y" <byeung@xxxxxxxxxxxxxxxxxxxx>
To: <hylafax-users@xxxxxxxxxxx>
Sent: Wednesday, May 10, 2006 12:07 PM
Subject: Re: [hylafax-users] save fax location ttyS0/S1
Dear Lee;
Thank you for your reply. I have taken your suggestion and modified the
script.
Here is my Faxdispatcher config.
case "$DEVICE" in
ttyS1)
FILE=/home/5583/
;; # all faxes received on ttyS1
ttyS0)
FILE=/home/5565/
;; # all faxes received on ttyS0
esac
Does not seem to work and the faxes are still in /var/spool/hylafax/recvq.
Please kindly help.
Regards;
Benoit
----- Original Message -----
From: "Lee Howard" <faxguy@xxxxxxxxxxxxxxxx>
To: "Benoit.Y" <byeung@xxxxxxxxxxxxxxxxxxxx>
Cc: <hylafax-users@xxxxxxxxxxx>
Sent: Tuesday, May 09, 2006 11:06 PM
Subject: Re: [hylafax-users] save fax location ttyS0/S1
Benoit.Y wrote:
Hi All;
I have two modems configured. ttyS0 and ttyS1.
I would like to setup in such a way that the receiving fax ttyS0 will
save under /home/ttys0
and ttyS1 will save under /home/ttys1
Is that any way that I can archieve this goal?
Use FaxDispatch and copy the file to wherever you please.
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*
____________________ 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*