HylaFAX The world's most advanced open source fax server |
I've never attempted what you are asking specifically, but if it can't be done directly, you could have a cron job to wget the file in question, at whatever time intervals are needed, and then send
it that way.
Or depending on how this send job is initiated, you could build the wget command into the job itself... Brian Alcorn
From: hylafax-users-bounce@xxxxxxxxxxx [hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Michael Reed [rm.reed@xxxxxxxxxxx] Sent: Sunday, December 05, 2010 12:17 PM To: hylafax-users@xxxxxxxxxxx Subject: [hylafax-users] Attached remove file to fax Is it possible to send a fax where the attached file is a file on the Internet? I guess I am envisioning something like:
sendfax –n –d 555-1212 http://somesite.com/somefile.pdf
Thanks |