Hello.
is there a way to hve a email to fax system with asterisk ?
Thank you for your help.
Hello.
is there a way to hve a email to fax system with asterisk ?
Thank you for your help.
Not as a pre-built package, but you could create a solution on top of Aserisk to accept an email and then send it out via Asterisk. Some details may be found here:
voip-info.org/wiki/view/Aste … il+to+Faxl
and here:
voip-info.org/wiki-Asterisk+fax
In effect, you would need to write some code to pick up emails from a mailbox on the server, convert any files necessary, and then use the Manager API/call files to send the fax:
[quote=“Wiki Example”]
Channel:ZAP/G1/1234567
MaxRetries: 0
WaitTime: 20
Application:txfax
Data:/tmp/faximage.tif|caller[/quote]
You could use PHPAGI to do the integration of this with your code, or the Java Libraries.
OK, thank you very much for this informations.