Difference between revisions of "Hylafax Notes"
From OpenEMR Project Wiki
Line 7: | Line 7: | ||
==Install Hylafax== | ==Install Hylafax== | ||
sudo apt-get install hylafax-server hylafax-client | sudo apt-get install hylafax-server hylafax-client | ||
sudo gpasswd -a [USERNAME] dialout | |||
sudo chmod a+x /usr/sbin/pppd | sudo chmod a+x /usr/sbin/pppd | ||
Line 13: | Line 13: | ||
<br> | <br> | ||
==Start and Stop Hylafax== | ==Start and Stop Hylafax== | ||
sudo /etc/init.d/hylafax stop | sudo /etc/init.d/hylafax stop |
Revision as of 15:44, 19 May 2014
General
(All examples in this section are using Linux/Ubuntu.)
Install Hylafax
sudo apt-get install hylafax-server hylafax-client sudo gpasswd -a [USERNAME] dialout sudo chmod a+x /usr/sbin/pppd
Start and Stop Hylafax
sudo /etc/init.d/hylafax stop sudo /etc/init.d/hylafax start
Hylafax Commands
faxaddmodem
USB modem is usually at: ttyACM0.
Run this as sudo.
Faxstat
Show Send Queue
faxstat -s
Show Done Queue
faxstat -d
Sendfax
sendfax -n -d [TELEPHONE NUMBER] /usr/share/doc/hylafax-server/copyright
faxrm
faxrm [JOB ID]