Difference between revisions of "Hylafax Notes"
From OpenEMR Project Wiki
(Created page with "==General== ''(All examples in this section are using Linux/Ubuntu.)'' *[http://www.hylafax.org/content/Main_Page Hylafax Website] *[http://hylafax.sourceforge.net Hylafax Plus W...") |
|||
Line 7: | Line 7: | ||
==Install Hylafax== | ==Install Hylafax== | ||
sudo apt-get install hylafax-server hylafax-client | sudo apt-get install hylafax-server hylafax-client | ||
<br> | |||
==Hylafax Commands== | |||
===Faxstat=== | |||
====Show Send Queue==== | |||
faxstat -s | |||
<br> | |||
====Show Done Queue==== | |||
faxstat -d | |||
===Sendfax=== | |||
====Send A Fax==== | |||
sendfax -n [TELEPHONE NUMBER] | |||
===faxrm=== | |||
faxrm [JOB ID] |
Revision as of 14:18, 19 May 2014
General
(All examples in this section are using Linux/Ubuntu.)
Install Hylafax
sudo apt-get install hylafax-server hylafax-client
Hylafax Commands
Faxstat
Show Send Queue
faxstat -s
Show Done Queue
faxstat -d
Sendfax
Send A Fax
sendfax -n [TELEPHONE NUMBER]
faxrm
faxrm [JOB ID]