Linux – How to implement a STABLE Hylafax fax server? (or other alternative)

faxlinux

I set up a hylafax server on Ubuntu Edgy, with the Avantfax front end.
It worked very well for about 6 months, then failed. I couldn't find the failure point.

Since it was a test setup, I dumped it. Loaded Ubuntu Jaunty and tried again. This time the Avantfax front end was no good. Same in CentOS5. Trying in PCLinuxOS, but having issues loading on older PC (crappy optical drive).

My goal is eventually to have multi-line fax to email (and email to fax).
I'm currently using a Class 1 modem (Multitech Multimodem 56k) attached to the serial port on a PC. I've heard that Class 2 modems are far more effective, but much more expensive.

What faxserver's / modems have you tried? What was the most stable / successful? What was the worst? I'm tired of trial and error.

Best Answer

We use Hylafax + Avantfax on a CentOS 5.3 virtual machine.

Incoming faxes are handled by our dedicated asterisk server using IAXModems. Each external fax no. has an IAXModem registered as IAX peer on the asterisk. The fax-server and the asterisk "talk" to each other using interceptty, which works surprisingly well. The idea was to keep the CPU-intensive tasks like creating PDFs away from our phone-server.

No hardware modem involed, but maybe this is still of some help.

Edit: Mix this with Avantfax and interceptty and you have pretty much, what we're using right now.

Related Topic