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] zyxel u-1496e config
Aug 29 11:20:21.21: [ 1897]: DELAY 75 ms
Aug 29 11:20:21.29: [ 1897]: <-- [11:AT+FTM=145\r]
Aug 29 11:20:21.75: [ 1897]: --> [10:NO CARRIER]
Aug 29 11:20:21.75: [ 1897]: MODEM No carrier
Aug 29 11:20:21.75: [ 1897]: Problem sending TCF data
Aug 29 11:20:21.75: [ 1897]: <-- [9:AT+FRH=3\r]
Aug 29 11:20:21.76: [ 1897]: --> [5:ERROR]
Aug 29 11:20:21.76: [ 1897]: MODEM Command error
/*
* Send data using the specified signalling rate.
*/
bool
Class1Modem::transmitData(int br, u_char* data, u_int cc,
const u_char* bitrev, bool eod)
{
if (flowControl == FLOW_XONXOFF)
setXONXOFF(FLOW_XONXOFF, FLOW_NONE, ACT_FLUSH);
fxStr tmCmd(br, tmCmdFmt);
bool ok = (atCmd(tmCmd, AT_CONNECT) &&
sendClass1Data(data, cc, bitrev, eod) &&
(eod ? waitFor(AT_OK) : true));
if (flowControl == FLOW_XONXOFF)
setXONXOFF(FLOW_NONE, FLOW_NONE, ACT_DRAIN);
return (ok);
}
If any of this makes sense to you, it is very obvious that HylaFAX is only
expecting AT_CONNECT after tmCmd (+FTM), and it looks very much
intentionally programmed this way.
Which leads me to believe that your modem is behaving improperly. We can
probably hack HylaFAX to accept AT_NOCARRIER, though...
Lee.
modemflowControl on last logs I sent you are: rtscts not xonxoff
and sorry I don't understand this stuff at all.
this Zyxel is an older modem that I replaced the firmware in
had to get chips from zyxel themselves. the firmware is the
latest and probly last for this modem model.
I have the time and would be more than willing to try patches. rpm would be
easer
but if you give me good instructions or point me to docs ill try. i have
ben
wanting to lern how to make rpm's anyway.
I have a suggestion I have been watching this list for almost a year and a
half,
you have stated if I remember correctly that you would like to mess with one
of this modems, would you like to trade. I just want a modem that works
better
than my old hays compatible that takes forever to send faxes. I posted
about this
in the past finally got all the parts together to upgrade the hole mess.
Dan
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null