look up "fax server software". Most new modems are able to send and receive faxes which use different encoding than computer terminal data. Hylafax is free, runs on Linux and may provide all of what you need. Have a look:
If you want to receive faxes, you will firstly need fax numbers to send to. These numbers must be routed from the telecoms provider over an SS7, ISDN or E1 line to some fax gateway equipment (eg. AudioCodes media gateway.) Then you will need some fax terminating software like Asterisk or the like on a server which can terminate the fax as a file. Asterisk can write Call Data Records directly to a database. I would not put the actual fax files in a database.
To send faxes, you can use Asterisk control files. You will also need a telecoms line to send this out over, or possibly a SIP peer that can send the faxes for you. There are also companies like Monopond that has an API for sending faxes.
There are other things to consider, ie. whether you are going to use G11 protocol or T38 etc.
发布评论
评论(2)
查找“传真服务器软件”。
大多数新调制解调器能够发送和接收使用与计算机终端数据不同的编码的传真。 Hylafax 是免费的,在 Linux 上运行,并且可以提供您需要的所有内容。看一下:
http://www.hylafax.org/content/Main_Page
look up "fax server software".
Most new modems are able to send and receive faxes which use different encoding than computer terminal data. Hylafax is free, runs on Linux and may provide all of what you need. Have a look:
http://www.hylafax.org/content/Main_Page
如果您想接收传真,您首先需要发送传真号码。这些号码必须通过 SS7、ISDN 或 E1 线路从电信提供商路由到某些传真网关设备(例如 AudioCodes 媒体网关)。然后,您将需要在服务器上安装一些传真终止软件,例如 Asterisk 等,该软件可以终止传真传真为文件。 Asterisk 可以将呼叫数据记录直接写入数据库。我不会将实际的传真文件放入数据库中。
要发送传真,您可以使用 Asterisk 控制文件。您还需要一条电信线路来发送此信息,或者可能需要一个可以为您发送传真的 SIP 对等点。还有像 Monopond 这样的公司拥有用于发送传真的 API。
还有其他事情需要考虑,即。无论您是要使用 G11 协议还是 T38 等。
If you want to receive faxes, you will firstly need fax numbers to send to. These numbers must be routed from the telecoms provider over an SS7, ISDN or E1 line to some fax gateway equipment (eg. AudioCodes media gateway.) Then you will need some fax terminating software like Asterisk or the like on a server which can terminate the fax as a file. Asterisk can write Call Data Records directly to a database. I would not put the actual fax files in a database.
To send faxes, you can use Asterisk control files. You will also need a telecoms line to send this out over, or possibly a SIP peer that can send the faxes for you. There are also companies like Monopond that has an API for sending faxes.
There are other things to consider, ie. whether you are going to use G11 protocol or T38 etc.