Re: sendfax Problem 65280

Lee Howard <[email protected]> Wed, 29 Jun 2016 13:11:32 -0700
Newsgroups gmane.comp.telephony.fax.hylafax.user
Message-ID <[email protected]>
On 06/29/2016 09:26 AM, [email protected] wrote:
> when I try to send a fax from my perl program with sendfax I get 
> always the error number 65280 as return from sendfax

65280 means that there is some kind of error generated within sendfax 
that is a negative integer value but that somewhere it's being assigned 
to a 16-bit unsigned integer value.  I'm guessing that incongruent 
assignment is done in your perl program.

Unfortunately, the return value is undoubtedly -1 which sendfax will 
return for just about any error.  So, in order to know what's happening 
you'll need to capture and examine the stdout and stderr from invoking 
the sendfax command.

> By the way: I am missing a good manual to start a lot of iaxmodems on 
> Centos7. I found nothing in google.

Have you looked at http://iaxmodem.sourceforge.net ?

Thanks,

Lee.


____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe [email protected] < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail [email protected].*