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] FaxDispatch Hylafax 5.1.8
Stefan Degen wrote:
Hi
i upgraded my hylafax from 4.3.4 on debian etch to 5.1.8. So far
so good, but now I have a problem with FaxDispatch. If I set in
bin/faxrcvd "SENDTO=aaa@xxxxxxx" i get a mail with the fax as a
pdf-attachment, if "SENDTO="
Before the upgrade is was running with FaxDispatch containing
case "$DEVICE" in
ttyS0) SENDTO=aaa@xxxxxxx; FILETYPE=pdf;;
esac
Any ideas what I have to chang?
Stefan,
The current release of HylaFAX is 4.4.1. You are running HylaFAX+.
Although notifications in HylaFAX and HylaFAX+ are very different, they
should both support your FaxDispatch file.
In general, you should not make any changes to bin/faxrcvd unless you
_really_ know what you're doing, and understand why it cannot be done in
FaxDispatch. Can you help us understand what's not working with your
FaxDispatch file?
In general, when troubleshooting received fax notification problems,
it's best to change directories to /var/spool/hylafax and then run the
faxrcvd command by hand that you see HylaFAX reporting in /var/log/messages.
It will look something like:
cd /var/spool/hylafax
./bin/faxrcvd "recvq/fax000117105.tif" "ttyS0" "000577778" ""
"2155551212" ""
To really see what's going on behind the scenes, try adding 'sh -x' to
the beginning of that, like:
sh -x bin/faxrcvd "recvq/fax000117105.tif" "ttyS0" "000577778" ""
"2155551212" ""
-Darren
____________________ 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*