Difference between revisions of "Faxing & Scanning"

From OpenEMR Project Wiki
(Created page with "==Settings== '''Go To:''' Navigation Bar:   Administration --> Globals.<br> Tab:   Miscellaneous.<br> '''Options:''' :*Enable Hylafax Support :*Hylafax Serve...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Settings==
==Settings==
'''Go To:'''
'''Go To:'''
Navigation Bar:&nbsp;&nbsp; Administration --> Globals.<br>
:*Navigation Bar:&nbsp;&nbsp; Administration --> Globals.<br>
Tab:&nbsp;&nbsp; Miscellaneous.<br>
:*Tab:&nbsp;&nbsp; Miscellaneous.<br>
 
<br>
'''Options:'''
'''Options:'''
:*Enable Hylafax Support
:*Enable Hylafax Support
:*Hylafax Server - Default = localhost
:*Hylafax Server ''- Default = localhost''
:*Hylafax Directory - Default = /var/spool/fax
:*Hylafax Directory ''- Default = /var/spool/fax''
:*Hylafax Enscript Command = Default = enscript -M Letter -B -e^ --margins=36:36:36:36
:*Hylafax Enscript Command ''- Default = enscript -M Letter -B -e^ --margins=36:36:36:36''
<br>
<br>
:*Enable Scanner Support
:*Enable Scanner Support
:*Scanner Directory - Default = /mnt/scan_docs
:*Scanner Directory ''- Default = /mnt/scan_docs''
<br>
'''Configuration:'''
:*Create Faxcache Directory & Set Permissions
<pre style="font-size: 130%; margin: 1em 2em 1em 5em;">
sudo mkdir [openemr directory]/sites/default/faxcache
sudo chown -R www:www [openemr directory]/sites/default/faxcache
</pre>
<br>


==Faxing==
==Faxing==
OpenEMR has built-in commands to communicate with Hylafax server software.
OpenEMR has built-in commands to communicate with Hylafax server software.
<br>
*[[Hylafax Notes]]
*[http://www.avantfax.com AvantFax].  Web-based interface to manage Hylafax.
<br>
<br>

Latest revision as of 14:23, 4 July 2014

Settings

Go To:

  • Navigation Bar:   Administration --> Globals.
  • Tab:   Miscellaneous.


Options:

  • Enable Hylafax Support
  • Hylafax Server - Default = localhost
  • Hylafax Directory - Default = /var/spool/fax
  • Hylafax Enscript Command - Default = enscript -M Letter -B -e^ --margins=36:36:36:36


  • Enable Scanner Support
  • Scanner Directory - Default = /mnt/scan_docs


Configuration:

  • Create Faxcache Directory & Set Permissions
sudo mkdir [openemr directory]/sites/default/faxcache
sudo chown -R www:www [openemr directory]/sites/default/faxcache


Faxing

OpenEMR has built-in commands to communicate with Hylafax server software.