Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to send fax (pdf) from the command line using SIP? (Linux) [closed]

Tags:

fax

sip

I would like to integrate a system with a SIP phone, the system generates pdf files, that should be faxed to specific fax numbers (e.g. sale orders) via SIP. Is there an easy way to accomplish this?

The system is run under Linux. Unfortunately, I don't have any experience with SIP.

like image 360
Akasha Avatar asked Nov 05 '22 00:11

Akasha


1 Answers

Hylafax is what you want to look at. It's the preeminent open source fax server. If you must fax using SIP then make sure your SIP Provider supports T.38. Without it your faxes will be sent as a standard call with the fax carried over RTP and it only takes a few lost packets here and there to corrupt your fax or cause the transmission to be aborted altogether.

like image 186
sipsorcery Avatar answered Nov 15 '22 08:11

sipsorcery