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] Wich order follows doneq?
Title: [hylafax-users] Wich order follows doneq?
Javier - I have seen this behavior with multiple fax lines. Basically the server queues up multiple faxes to the same destination into a single phone call, and then uses the next line to send out faxes to a different number. you can see this in practice by looking at the arguments that faxsend is called with:
ps -aef | grep faxsend
the line below is a single fax going to the destination, if you have multiple faxes in one call there would be additional queued faxes listed.
uucp 2134 26998 0 17:44 ? 00:00:00 faxsend -m ttyS9 sendq/q86348
Also, as mentioned earlier, it could be that the numebr was busy. Hylafax would then reschedule all faxes to that number for a few minutes in the future, giving it time to try and send a few faxes to a different number, even though they are further down in the queue.
-Siri Vias
On Tue, 2009-02-17 at 02:01 -0600, Javi Legido wrote:
Hi.
I'm running hylafax-server 2:4.4.4-10.1 on a Debian lenny with a
class 1 modem.
i think this is the life cycle of a fax:
1. Send the fax with sendfax:
request id is 1 (group id 1)
2. The job goes to the queue 1:
/var/spool/hylafax/sendq/q1
3. The queue is processed:
cat /var/spool/hylafax/status/ttyS0
Sending job 1
4. The job goes from 'sendq' to 'doneq'
5. Changes the status of /var/spool/hylafax/status/ttyS0
Initializing server
Well, I notice that the jobs are not processed following the 'sendq' order:
ls -lat /var/spool/hylafax/doneq
...
-rw-rw---- 1 uucp fax 871 feb 16 09:54 q8
-rw-rw---- 1 uucp fax 880 feb 16 09:53 q25
-rw-rw---- 1 uucp fax 877 feb 16 09:53 q7
-rw-rw---- 1 uucp fax 873 feb 16 09:52 q24
-rw-rw---- 1 uucp fax 870 feb 16 09:51 q6
-rw-rw---- 1 uucp fax 859 feb 16 09:49 q4
-rw-rw---- 1 uucp fax 873 feb 16 09:49 q3
-rw-rw---- 1 uucp fax 877 feb 16 09:48 q2
-rw-rw---- 1 uucp fax 879 feb 16 09:47 q1
Can someone tell me if this right? How can I fix it?
Thanks.
Javier
____________________ 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*
--
-Siri Vias
Siri Vias Khalsa
Verifi, Inc.
Senior Systems Administrator
sirivias.khalsa@xxxxxxxxxx
323-655-5789 x125 office
310-498-3975 cell
|