Difference between revisions of "Code - Faxing"
From OpenEMR Project Wiki
(Created page with "==Location of Code== Directory: /interface/fax<br> Files: :*fax_dispatch_newpid.php :*fax_dispatch.php :*fax_view.php :*faxq.php <br>") |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
:*fax_view.php | :*fax_view.php | ||
:*faxq.php | :*faxq.php | ||
:::History: [http://github.com/openemr/openemr/commits/62274353a8ad05a3780e999dc96a0b196836c138/interface/fax/faxq.php|Github File History: faxq.php] | |||
<br> | <br> | ||
Commits: | |||
:*[http://github.com/openemr/openemr/commit/ea1bd1afd46986ce22f4a5a7db30878bce8ea400#diff-a3bd28fe28854a059b162ba7044dde9e|Initial Github Commit] | |||
<br> | |||
<br> | |||
==Hylafax== | |||
*[http://www.hylafax.org/content/Main_Page Hylafax Website] | |||
::[http://www.hylafax.org/content/FAQ Hylafax FAQ] | |||
::[http://www.hylafax.org/content/Documentation Hylafax Documentation] | |||
:::[http://www.hylafax.org/man/6.0.6/faxstat.1.html Man Page: FAXSTAT] | |||
*[http://hylafax.sourceforge.net Hylafax Plus Website] | |||
::[http://hylafax.sourceforge.net/man/hylafax-client.php HylaFAX Client Manual] | |||
<br> | |||
<br> | |||
*[http://manpages.ubuntu.com/manpages/hardy/man1/hylafax-client.1.html Man Page: HYLAFAX-CLIENT] | |||
<br> | |||
===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 | |||
<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> |
Latest revision as of 17:12, 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
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