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] problem with no OK after at+fclass
On 2002.04.13 08:54 Norbert Aldinger wrote:
> As it is shown at the end of the attached logfile, the initialization
> aborts
> always at the same point. Probably this is because the device should send
> a
> second line with 'OK'. At least I have seen other modems that do so. I
> have
> tried to send at+fclass with seyon terminal program and there comes only
> one
> line as answer from the device, too. The manufacturer says that this
> device
> behaves like a generic class 2 modem and should work with all fax
> programs.
The device certainly should send an OK following "0,1,2".
We've seen other devices, though, that behave this errant way.
I'm attaching patches by Siegfried Bosch which he uses to get around this
issue. It's not the best solution, but it works for him.
> Apr 13 17:22:32 linux FaxGetty[6346]: <-- [6:AT&C1\r]
> Apr 13 17:22:32 linux FaxGetty[6346]: --> [2:OK]
> Apr 13 17:22:32 linux FaxGetty[6346]: DELAY 150 ms
Turn off your ModemATCmdDelay setting.
> Apr 13 17:22:33 linux FaxGetty[6346]: <-- [12:AT+FCLASS=?\r]
> Apr 13 17:22:33 linux FaxGetty[6346]: --> [5:0,1,2]
> Apr 13 17:22:33 linux FaxGetty[6346]: MODEM TIMEOUT: reading line from
> modem
Lee.
ClassModem.h.diff
Class1.c++.diff
ClassModem.c++.diff