HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Sending Fax from PHP
On Thu, 1 Aug 2002 21:21:30 +0530, "Santhanam" <v_santhanam@amrita.edu>
wrote:
>Dear Friends,
> I am trying to send fax message(PDF file) thru a PHP file in Linux. As you know the normal command is :
> sendfax -n -d <<FaxNo>> <<FaxedPage>>.
> I am able to send the fax using linux console. But the i am not able to do it
> using PHP using the script "exec(sendfax -n -d <<FaxNo>> <<FaxedPage>>) ".
>
> I am getting the error "facsimile job 57 to 501 failed" with a mail as below :
>[Job time limit exceeded]
Are you sure you can send the very very very same file from the command
line?
does php picks the file from the same place?
ie:
you do
sendfax .... /path/file
and
php ... exec(sendfax .... /path/file)
?
--
giulioo@pobox.com
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*