HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Adaptive answer.
> Try idling in class 0 (ie data) mode instead, and this may eliminate
> the manual switching with ATO that appears that you're having to do.
> At a guess, you could possibly enable this with
Actually that is what I do. Here's an extract from the log that shows
faxgetty setting up the modem for answer:
Oct 21 23:44:52 raindrop FaxGetty[10178]: MODEM Supports 40 ms/scanline
Oct 21 23:44:52 raindrop FaxGetty[10178]: <-- [9:AT+FRM=?\r]
Oct 21 23:44:52 raindrop FaxGetty[10178]: -->
[41:3,24,48,72,73,74,96,97,98,121,122,145,146]
Oct 21 23:44:52 raindrop FaxGetty[10178]: --> [2:OK]
Oct 21 23:44:52 raindrop FaxGetty[10178]: <-- [12:AT+FCLASS=1\r]
Oct 21 23:44:52 raindrop FaxGetty[10178]: --> [2:OK]
Oct 21 23:44:52 raindrop FaxGetty[10178]: <-- [18:AT+FCLASS=0+FAA=1\r]
Oct 21 23:44:52 raindrop FaxGetty[10178]: --> [2:OK]
Oct 21 23:44:52 raindrop FaxGetty[10178]: MODEM /
Oct 21 23:44:52 raindrop FaxGetty[10178]: <-- [5:ATM0\r]
Oct 21 23:44:52 raindrop FaxGetty[10178]: --> [2:OK]
Oct 21 23:44:52 raindrop FaxGetty[10178]: MODEM input buffering disabled
ooooo
-- Tom Unger oo\ oo
Wet Weather Consulting o \ o
(206)325-7403 o B I\V I o
o \ o
oo \oo
ooooo
On Mon, 20 Oct 1997, Jonathan Chen wrote:
> Date: Mon, 20 Oct 1997 13:18:54 +1300 (NZDT)
> From: Jonathan Chen <jonc@pinnacle.co.nz>
> To: Thomas Unger <unger@raindrop.seaslug.org>
> Cc: flexfax@sgi.com
> Subject: Re: flexfax: Adaptive answer.
>
> On Fri, 17 Oct 1997, Thomas Unger wrote:
>
> > Hi again. I'm running HylaFax 4.0 on freebsd with a ZOOM K56.
> >
> > I've hooked up this modem and have started working with getting it to
> > work. In hand tests it seems to do adaptive answer BUT for data mode
> > I need to have the following occur:
> >
> > 1) modem says "RING"
> > 2) send command "ATA"
> > 3) modem says "DATA"
> > 4) send command "ATO"
> > 5) modem says "CONNECT xxxx"
>
> Try idling in class 0 (ie data) mode instead, and this may eliminate
> the manual switching with ATO that appears that you're having to do.
> At a guess, you could possibly enable this with
>
> ModemSetupAACmd: AT+FAA=1;AT+FCLASS=0
>
> or
> ModemSetupAACmd: AT+FAA=1+FCLASS=0
>
> (some modems hate the `;')
> --
> Jonathan Chen e-mail : jonc@pinnacle.co.nz
> Pinnacle Software Ltd Voice : +64.9.415.4460
> Auckland, New Zealand Fax : +64.9.415.4250
>