![]() |
- using Linux 2.2.5, Suse 6.1, Hylafax/faxgetty - Hello, my modem hangs up after 30 sec ringing. To enable 60 Seconds I wrote 60 sec to register S7 ATS7=3D60 But faxgetty seems to overwrite these settings. Further, I state that the setting are always reset to 45 sec after reboot of the modem or after ATZ. When I write the setting to profile 0 with AT&W0 the setting is reset, too. Trying minicom all works fine. The modem is ringing as long as I forced it with register S7. Where can I configure faxgetty ? Here is my config.ttyS0: # $Id: exar,v 1.7 1996/06/24 02:58:34 sam Rel $ # [.. cut, ekkard ..] # sending and for receiving. XON/XOFF flow control is used on # the tty port. # CountryCode: 49 AreaCode: 721 FAXNumber: +49.721.380648 LongDistancePrefix: 0 InternationalPrefix: 0049 DialStringRules: etc/dialrules ServerTracing: 527 SessionTracing: 527 RecvFileMode: 0644 LogFileMode: 0600 DeviceMode: 0666 RingsBeforeAnswer: 1 SpeakerVolume: low GettyArgs: "-r -b -s %s %l" LocalIdentifier: "Umweltzentrum" TagLineFont: etc/lutRS18.pcf TagLineFormat: "From %%l|%c|Page %%p of %%t" MaxRecvPages: 25 # # # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class2 # use class 2 interface ModemRate: 19200 # fax send&recv is locked at 19.2 ModemFlowControl: xonxoff # default # ModemSoftFlowCmd: AT&S1\G0\Q4\X1 # software flow control ModemSetupDTRCmd: AT&D2 # DTR off causes modem to reset ModemSetupDCDCmd: AT&C1 # DCD follows carrier ModemSetupAACmd: AT+FAA=3D1 # enable in current class # ModemSendFillOrder: LSB2MSB # as expected ModemRecvFillOrder: MSB2LSB # opposite of what makes sense # ModemDialCmd: ATDT%s@ # T for tone dialing, @ for silence # ModemWaitForConnect: yes # wait for CONNECT on answer #Diese Zeile hier eingef=FCgt, war nicht vorhanden !!! ????? Ekkard ModemWaitTimeCmd: ATS7=3D120 # wait 60 seconds for carrier Class2RecvDataTrigger: "\022" # DC2 Class2DDISCmd: AT+FDIS # set parameter before dialing thank you Ekkard