HylaFAX The world's most advanced open source fax server |
I use a simple perl script using Fax::Hylafax::Client http://search.cpan.org/~arak/Fax-Hylafax-Client/ I call that from my PHP program – basically create the pdf
for the fax to be sent, then call the script with arguments of the file to be
faxed, the fax number and any other run time options. Alternatively you could implement the Hylafax protocol directly
(which is a small extension to the ftp spec) and talk directly to the server,
or you could load the sendfax binary on the remote system and call it to submit
faxes. Good luck! -Siri Vias From:
hylafax-users-bounce@xxxxxxxxxxx [mailto:hylafax-users-bounce@xxxxxxxxxxx] On
Behalf Of innsight innsight Hi, I have just setup an hylafax server. Now I want to
integrate any hylafax client which can be called from my PHP script to send
fax. server and client will be physically at remote distance. Is there any client which I can use for this purpose. I can not use email option but an client which directly
communicates with the server. thanks |