Version 1.0
July 17, 2003
Verbatim Copying Permitted. Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute translations of this document into another language, under the above conditions for verbatim copying, except that this permission notice must be stated in a translation approved by the Copyright holder.
This manual is intended to give an overview of how to manage and use various fax clients.
Section 3, describes two kinds of fax client software for Windows: WHFC and Cypheus.
HylaFAXis the current fax server that is used and is installed in a Linux machine.
HylaFAXis an enterprise-class system for sending and receiving facsimiles as well as for sending alpha-numeric pages.
The software is designed around a client-server architecture. Fax modems may reside on a single machine on a network and clients can submit an outbound job from any other machine on the network. Client software is designed to be lightweight and easy to port.
For complete HylaFAX command options, we created an administration script called mmaFaxAdmin.sh. Run this script on the fax server.
We recommend WHFC (see Section 3.1) for free fax client software. It is available under GNU Public license. For commercial use, we recommend Cypheus (see Section 3.2). Cypheus is more featureful and better supports for Windows integration.
Our current fax server configuration is designed to automatically send the incoming faxes to a dedicated email fax dispatcher in the form of pdf files. The fax dispatcher will distribute these faxes to the right recipient through email as well.
WHFC is a Client for the network fax server HylaFAX under Windows 95/98 and Windows NT/2000.
WHFC is available under the GNU Public license and can be downloaded from http://www.uli-eckhardt.de/whfc.
Figure 1 shows the screen shot of WHFC on Windows machine.
For setting up the client's system preferences, click on Fax->System preferences. A similar windows will look similar to Figure 2. The information you need from your Administrator are the following:
- Fax server's name or IP address - Samba's shared directory for received faxes
As you can see, in Figure 2, the fax server's IP address is 192.168.0.38. For the "Program and arguments for viewing received faxes", type in the following:
C:\Program Files\Windows NT\Accessories\ImageVue\kodakimg \\192.168.0.38\recvq\%s
This means you can view an incoming fax using Kodak Image software that comes standard with Windows 2000.
Setting up the sender's information is done through user preferences. Click on Fax->User Preferences and a window similar to Figure 3 appear.
To setup a log file, click on Logs->Denine Log. Type in the log filename that is assigned by your administrator. Move the slider for "Keep log file for" to the maximum. See Figure 4. This log file will keep all of the sent faxes activity. To view the log file, click on Logs->View Log.
Cypheus is another HylaFAX client for Windows and it has more features than WHFC. Cypheus is a commercial software and the costs depend on how many license you would like to acquire. For 1-9 license, the cost is $34 per license (as of July 17, 2003). To buy the license, go to their website at http://www.cypheus.de/frm_home_e.htm.
To start Cypheus, on your computer desktop, double click on Cypheus icon. A Logon icon will appear (similar to Figure 5.)
The Main Window is similar to Figure 6. You see a list of all incoming, outgoing and sent faxes and HylaFAX status in the main window.
All information are refreshing at an user defined period.
The fax viewer shows the individual pages of received and sent documents. You may add comments, graphics and pages, delete pages and scan new documents if a scanner is attached.
In addition you may forward any document by e-mail or fax.
To send fax, click on the "New Fax". The send fax window will look similar to Figure 7.
First choose document(s), then enter a fax number and other information or choose receivers out of your address books. You may add a cover page, a tag line and an overlay and edit all other options.
Before sending the fax you may open a preview window and add some last changes and comments.
You are able to enter all user and server related information here, viewing and eMail notification options, too.
You may register as many cover pages as you want for later use and save some country specific dial options as well as the default values of Fax Info Center.
You may create professional looking cover pages or documents using the built-in text/cover page editor. Documents can be send directly, if you have added the appropriate paragraph formats or fields.
The editor includes all functions of a big word processor, e.g. table editor, integration of graphics and OLE objects, style sheets and editable templates.
To submit a fax job for transmission on a Unix client, sendfax command is used.sendfax submits one or more fax transmission requests to a HylaFAX fax server. Example of use are demonstrated below:
The command line has the form of: sendfax [options] [files...] The simplest form of sendfax: sendfax -d 5551212 /tmp/sample
For more options, see sendfax manual page.