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] routing inbound faxes to folders on the server
Well, i was making the changes in FaxDispatch. Since FaxDispatch is called
from within faxrcvd, it should only be excecuted once the fax is fully
received, correct?
FaxDispatch:
FILE="/var/spool/fax/recvq/"
FULLPATH="${FILE}${FILENAME}.tif"
case "$DEVICE" in
ttyACM2)
cp $FULLPATH /var/spool/fax/custom/purchasing /faxes/purchasing
rm $FULLPATH;
;;
esae
On Friday 26 August 2005 14:10, Lee Howard wrote:
> Sam wrote:
> >One problem I've been having with that idea is that FaxDispatch/faxrcvd
> > seems to copy the file immediately. Hence the copied version would be
> > the initially created .tiff (let's say 8k instead 124k or whatever the
> > final size might be).
> >
> >Any ideas on how to circumvent this issue?
>
> faxrcvd isn't called until the fax is complete. The TIFF file should
> not be 8K.
>
> 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*