Oscar Fax Configuration 12.x
The following settings allow for faxing from Oscar to either a network fax program such as Hylafax or through an internet based email to fax gateway.
Oscar Fax Settings
To use faxing directly from Oscar for Rx's, Consultation requests and eForms you need to
- Configure the Oscar properties file for pdf creation and faxing.
- Ensure that the installation is hardened, specifically Tomcat is on port 8443 (Other ports are possible but more work)
- Setup software for Lan Faxing or an email to Fax gateway
Once setup you will have access to the faxing dialog as shown in the documentation of Oscar 12.1.
Typical property settings that work with the deb installed Oscar 12.1 would include the following.
# The WKHTMLTOPDF_COMMAND should be the path to the executable on your system WKHTMLTOPDF_COMMAND=/var/lib/tomcat6/webapps/OscarDocument/wkhtmltopdf-i386 # Typical setting for faxing from Rx rx_enhance=true rx_signature_enabled=true rx_fax_enabled=true # Typical setting for faxing from consultation requests faxEnable=yes consultation_fax_enabled=true consultation_signature_enabled=true # Typical setting for faxing from eforms eform_fax_enabled=true eform_signature_enabled=true
Then restart the Tomcat server
sudo service tomcat6 restart
You will need to install further utility software to allow for the files produced by Oscar to be sent by fax
- by Hylafax
- or via a T.37 protocol to a MFP
- or an email to fax gateway.