[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Faxempfang mit Hylafax/faxgetty und einem alten Zyxel U1496



Hallo Leute

Ich versuche mit einem alten Zyxel U1496 Modem einen Faxserver aufzubauen. Senden ist ok, nur beim Empfang klappt es nicht, das Modem nimmt den Faxanruf entgegen, bricht dann die Verbindung ab (beim sendenden Gerät erhalte ich die Meldung "keine Antwort") und in der /var/log/messages schreibt FaxGetty dann nur lapidar:

Jun 17 16:16:30 ncr FaxGetty[535]: OPEN /dev/ttyS0 HylaFAX (tm) Version 4.1.1
Jun 17 16:16:39 ncr FaxGetty[535]: MODEM ZYXEL U1496E/V 6.14  M
Jun 17 16:16:39 ncr FaxGetty[535]: STATE CHANGE: BASE -> RUNNING
[...]
Jun 17 16:21:41 ncr FaxGetty[535]: STATE CHANGE: RUNNING -> LISTENING
Jun 17 16:21:46 ncr FaxGetty[535]: STATE CHANGE: LISTENING -> ANSWERING
Jun 17 16:21:52 ncr FaxGetty[535]: ANSWER: Ring detected without successful handshake
Jun 17 16:22:01 ncr FaxGetty[535]: MODEM ZYXEL U1496E/V 6.14  M
Jun 17 16:22:02 ncr FaxGetty[535]: STATE CHANGE: ANSWERING -> RUNNING


Die Konfigurationsdatei steht unten...
Kann mir jemand helfen woran dass Handshaking scheitert oder zumindest sagen, wie man aus FaxGetty mehr Infos rausholt (so im Stil wie z.B. faxgetty -v -v )??

Besten Dank und Gruss
Pascal Tritten




# $Id: zyxel-1496e,v 1.1.1.1 1998/10/12 20:47:48 root Exp $
#
# Configuration for a ZyXEL U1496.  Firmware revisions from
# 5.02 on should work, though rev 6.01 works much better.
# Actually, the preferred use is to get firwmare rev 6.13 or
# 6.14 and configure the modem to use Class 2.0; this file
# is kept around for folks with old firmware.
#
CountryCode:            41
AreaCode:               41
FAXNumber:              1234567
LongDistancePrefix:     0
InternationalPrefix:    00
DialStringRules:        etc/dialrules
ServerTracing:          0x08501
SessionTracing:         0x08501
RecvFileMode:           0640
LogFileMode:            0640
DeviceMode:             0660
RingsBeforeAnswer:      2
SpeakerVolume:          Quiet
GettyArgs:              "-r -b %l"
LocalIdentifier:        "my name and city"
TagLineFormat:          "From %%l|%c|Page %%P of %%T"
NoCarrierRetrys:        3
MaxRecvPages:           25
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType:              Class2.0                # use class 2 interface
ModemRate:              38400           # 38.4 works fine
ModemFlowControl:       rtscts          # default
ModemNoFlowCmd:         AT&H0           # disable flow control
ModemHardFlowCmd:       AT&H3           # hardware flow control
ModemSoftFlowCmd:       AT&H4           # software flow control
ModemSetupDTRCmd:       AT&D2           # DTR off causes modem to hang up
ModemSetupDCDCmd:       AT&C1           # DCD tracks carrier
#ModemSetupAACmd:       AT+FAA=1        # enable in current class
AnswerRotary:           "fax"
ModemAnswerCmd:         AT+FCLASS=2.0;A
#
ModemSendFillOrder:     LSB2MSB         # as expected
ModemRecvFillOrder:     MSB2LSB         # opposite of what makes sense
Class2RecvDataTrigger:  "\022"          # a la 2388-B
#Class2Cmd:             AT+FCLASS=2.0
#
ModemResetCmds:         AT&B1&N0&S0*F0S18=2S38.3=1S39=0
#
#
ModemDialCmd: ATDT%s # no '@' 'cuz then busy not recognized
NoCarrierRetrys:        3               # retry 3 times on no carrier
#
ModemSetVolumeCmd:      "ATM0 ATM1L1 ATM1L3 ATM1L5 ATM1L7"
#
#
PagerSetupCmds:         AT&K0&N15       # use V.22 at 1200 bps (PageNet)
#
#
Class2DCCQueryCmd:      "!(0,1),(0-5),(0-4),(0-2),(0,1),(0),(0),(0-7)"




Reply to: