Difference between revisions of "Hylafax Notes"

From OpenEMR Project Wiki
Line 75: Line 75:
==Hylafax Directories==
==Hylafax Directories==


=====/etc/hylafax=====
*Config FIles
::Config FIles
:<tt style="font-size: 130%;">/etc/hylafax</tt>
 
*Spool Folder
:<tt style="font-size: 130%;">/var/spool/hylafax</tt>
 
*Documents - Image Files/PDFs of Documents Sent & Received
:<tt style="font-size: 130%;">/var/spool/hylafax/docq</tt>
 
*FAX Jobs - Sent
:<tt style="font-size: 130%;">/var/spool/hylafax/sendq</tt>
 
 


=====/var/spool/hylafax=====





Revision as of 13:37, 1 June 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
  • USB modem is usually at: ttyACM0.
  • Location of Config File
/etc/hylafax/config.tty[XXX]
sudo nano config.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

  • Config FIles
/etc/hylafax
  • Spool Folder
/var/spool/hylafax
  • Documents - Image Files/PDFs of Documents Sent & Received
/var/spool/hylafax/docq
  • FAX Jobs - Sent
/var/spool/hylafax/sendq





AvantFAX