HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] nweb2fax problem
Hi all
I'm trying to configure nweb2fax.
I'm running slackware 10.2 and hylafax 4.2.1
I have already installed all the packages required by nweb2fax
I also changed all the programs paths in the config
But I see no faxes in the web interface.
I tried to debug the problem, and I discovered this issue
recvq.php calls this command:
/usr/bin/faxstat -r | sort -r -g --key='3' -t'|'
I tried launching it from command line and I get this output:
root@serverlinux:~# /usr/bin/faxstat -r | sort -r -g --key='3' -t'|'
Protect Page Owner Sender/TSI Recvd@ Filename
HylaFAX scheduler on serverlinux.example.com: Running
-rw-rw- 5 14 <UNSPECIFIED> 20Oct05 fax000000023.tif
-rw-rw- 4 14 +39+19+6xxxxx 16Nov05 fax000000048.tif
-rw-rw- 4 14 0183 4xxxxx 27Oct05 fax000000037.tif
-rw-rw- 3 14 +39+19+6xxxxx 21Nov05 fax000000050.tif
-rw-rw- 3 14 011 3xxxxx 15Oct05 fax000000017.tif
-rw-rw- 3 14 01xxxxxxx 27Oct05 fax000000036.tif
and so on
then the php script searches via regexp for a | character, but there are
no one of them in the output, and the cycle fails
And every rows need to be exploded on | , and this is impossible.
And I can't understand why sorting by number of pages.
I think the problem is the fact that nweb2fax expects a different output
from faxstat, but I don't know what.
Do anyone has an idea on how to fix this problem?
Thanks in advance, bye all
____________________ 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*