Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionI would like to integrate a system with a SIP phone, the system generates pdf files, that should be faxed to specific fax nu开发者_StackOverflow社区mbers (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.
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.
精彩评论