Difference between revisions of "Code - Faxing"
From OpenEMR Project Wiki
Line 30: | Line 30: | ||
::::-s = Display status of jobs in the send queue. | ::::-s = Display status of jobs in the send queue. | ||
::::-d = Display status of all jobs that have completed. | ::::-d = Display status of all jobs that have completed. | ||
::Output | |||
<pre> | |||
hyla% faxstat -r | |||
HylaFAX scheduler on hyla.chez.sgi.com: Running | |||
Modem ttyf2 (+1 510 999-0123): Running and idle | |||
Protect Page Owner Sender/TSI Recvd@ Filename | |||
-rw-r-- 9 fax 1 510 5268781 05Jan96 fax00005.tif | |||
-rw-r-- 8 fax 1 510 5268781 07Jan96 fax00009.tif | |||
-rw-r-- 2 fax 1 510 5268781 07Jan96 fax00010.tif | |||
-rw-r-- 3 fax +14159657824 08Jan96 fax00011.tif | |||
-rw-r-- 2 fax +14159657824 08Jan96 fax00012.tif | |||
<\pre> |
Revision as of 17:07, 15 May 2014
Location of Code
Directory: /interface/fax
Files:
- fax_dispatch_newpid.php
- fax_dispatch.php
- fax_view.php
- faxq.php
- History: File History: faxq.php
Commits:
Hylafax
- Man Page: HYLAFAX-CLIENT
- FAXSTAT
- Options
- -r = Display the receive queue status for each server.
- -l = Display times and dates in local timezone of server.
- -h host = specify the host.
- -s = Display status of jobs in the send queue.
- -d = Display status of all jobs that have completed.
- Output
- Options
hyla% faxstat -r HylaFAX scheduler on hyla.chez.sgi.com: Running Modem ttyf2 (+1 510 999-0123): Running and idle Protect Page Owner Sender/TSI Recvd@ Filename -rw-r-- 9 fax 1 510 5268781 05Jan96 fax00005.tif -rw-r-- 8 fax 1 510 5268781 07Jan96 fax00009.tif -rw-r-- 2 fax 1 510 5268781 07Jan96 fax00010.tif -rw-r-- 3 fax +14159657824 08Jan96 fax00011.tif -rw-r-- 2 fax +14159657824 08Jan96 fax00012.tif <\pre>