Difference between revisions of "Hylafax Notes"

From OpenEMR Project Wiki
Line 25: Line 25:
===faxaddmodem===
===faxaddmodem===
*[http://www.hylafax.org/content/Handbook:Basic_Server_Configuration:Faxaddmodem Hylafax Documnetation - Faxaddmodem]
*[http://www.hylafax.org/content/Handbook:Basic_Server_Configuration:Faxaddmodem Hylafax Documnetation - Faxaddmodem]
<pre style="font-size: 130%; margin: 0 2em 0 2em;">
<pre style="font-size: 130%; margin: 1em 2em 1em 2em;">
sudo faxaddmodem
sudo faxaddmodem
</pre>
</pre>
*Location of Config File
*Location of Config File
:<tt style="font-size: 130%">/etc/hylafax/config.tty{XXX}</tt>
:<tt style="font-size: 130%">/etc/hylafax/config.tty[XXX]</tt>
<br>
<br>
USB modem is usually at:  ttyACM0.<br>
USB modem is usually at:  ttyACM0.<br>

Revision as of 23:56, 31 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

sudo faxaddmodem
  • Location of Config File
/etc/hylafax/config.tty[XXX]


USB modem is usually at: ttyACM0.



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]


Hylafax Directories

/etc/hylafax
Config FIles
/var/spool/hylafax



AvantFAX