From owner-freebsd-questions Wed Oct 2 12:31:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA00432 for questions-outgoing; Wed, 2 Oct 1996 12:31:03 -0700 (PDT) Received: from salsa.habaneros.com (salsa.habaneros.com [207.34.140.99]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA00426 for ; Wed, 2 Oct 1996 12:31:00 -0700 (PDT) Received: from jalapeno.habaneros.com (jalapeno [207.34.140.98]) by salsa.habaneros.com (8.7.5/8.7.3) with SMTP id MAA11281 for ; Wed, 2 Oct 1996 12:30:47 -0700 (PDT) Received: by jalapeno.habaneros.com with Microsoft Mail id <01BBAFF8.CF5C3F20@jalapeno.habaneros.com>; Wed, 2 Oct 1996 00:29:44 -0700 Message-ID: <01BBAFF8.CF5C3F20@jalapeno.habaneros.com> From: "Neil C. Jensen" To: "'questions@freebsd.org'" Subject: hylafax, faxgetty, & 2.1.5R (still) Date: Wed, 2 Oct 1996 00:29:43 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm can't get faxgetty's adaptive answering feature to work. Data calls to the modem, send it in to fax mode, where it hangs up with the CS,TR,CD lights on. Getty is never spawned. Fax calls don't send the modem into fax mode. I'm using a USR Sportster 14.4 on cuaa0. Faxing out works correctly. Any suggestions? The config.cuaa0 file is included below. Thanks in advance. Neil Jensen Habanero Studios Ltd. Vancouver, Canada www.habaneros.com ----------------------------------------- config.cuaa0 ----------------------------- # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class1 # use this to supply a hint ModemRate: 19200 # rate for DCE-DTE communication ModemFlowControl: rtscts # ModemSetupDTRCmd: ATS13=1&D2 # setup so DTR drop resets modemD2 ModemSetupDCDCmd: AT&C1 # setup so DCD follows carrier ModemNoFlowCmd: AT&H0&I0&R1 # setup modem for no flow control ModemHardFlowCmd: AT&H1&I0&R2 # setup modem for hardware flow control ModemSoftFlowCmd: AT&H2&I2&R1 # setup modem for software flow control ModemResultCodesCmd: ATQ0X4 # enable result codes # ModemMfrQueryCmd: !USR ModemModelQueryCmd: ATI3 ModemRevQueryCmd: ATI7 # XXX, returns a multi-line result # # When AT+FCLASS=1 is issued the modem automatically switches # to software flow control; these parameters let the fax software # reset flow control as needed after entering Class 1. # Class1NFLOCmd: AT&H0&I0&R1 # setup modem for no flow control Class1HFLOCmd: AT&H1&I0&R2 # setup modem for hardware flow control Class1SFLOCmd: "" # modem does this automatically # # The remainder of this configuration is included so that the # modem "idles" in Class 0 while not sending or receiving facsimile. # ModemSetupAACmd: AT+FCLASS=0&H1&I0&R2 # leave modem in class 0 # ModemDialCmd: ATDT%s@ # T for tone dialing, @ for silence # # ModemSetVolumeCmd: QUIET # # Adataptive answering commands # AdaptiveAnswer: yes # enable adaptive answer AnswerRotary: "fax data" # answer for data, then fax ModemAnswerCmd: ATH+FCLASS=1;A # default is to answer as data ModemAnswerFaxCmd: ATH+FCLASS=1;A # default is to answer as fax ModemAnswerDataCmd: ATH+FCLASS=0;A # hangup and answer as data Class1RecvIdentTimer: 10000 # timeout fax answer in 10 secs