Operating System - HP-UX
1826122 Members
4883 Online
109690 Solutions
New Discussion

Creating a UNIX Fax Server

 
SOLVED
Go to solution
Andrew Pollard
Super Advisor

Creating a UNIX Fax Server

Hi,

Can anyone tell me how I would create a Fax Server to run from UNIX. The system is a SuperDome and the OS is HPUX 11i.

Any information would be great.

Thanks
Andrew
6 REPLIES 6
Peter Godron
Honored Contributor

Re: Creating a UNIX Fax Server

A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Creating a UNIX Fax Server

My weapon of choice (and one I have used for many years) is a package called Vsi-Fax. Check www.esker.com
If it ain't broke, I can fix that.
Patrick Wallek
Honored Contributor

Re: Creating a UNIX Fax Server

I vote for VSIFax as well. We use it on several machines for faxing out. VSIFax also has the capability to send faxes via e-mail which is VERY nice.

Steven E. Protter
Exalted Contributor

Re: Creating a UNIX Fax Server

If for some reason I was silly enough to not listen to A. Clay, I'd look at the following open source alteratives:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=745031

Compiling these products on hpux is a non-trivial exercize.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Andrew Pollard
Super Advisor

Re: Creating a UNIX Fax Server

Hi,

These are great suggestions and VSIFax does look like the way to go. Unfortunatly some other senior admins here would rather not install such a product. Their question is:
"Can we not just set up the fax machine as a printer and feed it commands and options from the UNIX command line?"

Is this possible?
Thanks
Andrew
A. Clay Stephenson
Acclaimed Contributor

Re: Creating a UNIX Fax Server

Do you have a FAX machine that can accept the phone numbers via the serial port or network connection? It's certainly possible to modify the lp interface file to do almost anything but ultimately your fax machine has to understand the instructions. In contrast, Vsi-FAX also understands the concept of tags embedded in the input datastream. It can automatically extract the name, address, phone number, etc. directly from the data and take the appropriate action.
If it ain't broke, I can fix that.