HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] MT2834zdnxi
Hello.
I'm having some problems receiving Fax's.
I'm getting this Log:
Aug 03 14:17:53.25: [28247]: SESSION BEGIN 000000189 351212948313
Aug 03 14:17:53.25: [28247]: HylaFAX (tm) Version 6.0.4
Aug 03 14:17:53.25: [28247]: <-- [14:AT+FCLASS=1;A\r]
Aug 03 14:17:53.42: [28247]: --> [5:ERROR]
Aug 03 14:17:53.42: [28247]: ANSWER: Ring detected without successful handshake
Aug 03 14:17:53.42: [28247]: <-- [15:ATH+FCLASS=0;A\r]
Aug 03 14:18:01.55: [28247]: --> [5:+FCON]
Aug 03 14:18:01.55: [28247]: ANSWER: FAX CONNECTION DEVICE '/dev/ttyS0'
Aug 03 14:18:01.55: [28247]: RECV FAX: begin
Aug 03 14:18:55.86: [28247]: --> [8:+FHNG:74]
Aug 03 14:18:55.86: [28247]: REMOTE HANGUP: T.30 T1 timeout after EOM received (code 74)
Aug 03 14:18:56.50: [28247]: --> [2:OK]
Aug 03 14:18:56.50: [28247]: RECV FAX:
Aug 03 14:18:56.50: [28247]: RECV FAX: end
Aug 03 14:18:56.50: [28247]: SESSION END
This is part of my config file:
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType: Class2 # use class 2 interface
ModemRate: 38400 # lock rate for DCE-DTE communication
ModemFlowControl: rtscts # default
#
ModemResetCmds: AT&FX3
ModemHardFlowCmd: AT&E4 # hardware flow control
ModemSoftFlowCmd: AT&E5 # software flow control
ModemSetupDTRCmd: AT&D3 # setup so DTR drop resets modem
ModemSetupAACmd: AT+FAA=1 # enable adaptive-answer in class 2
AdaptiveAnswer: yes # enable adaptive answer
AnswerRotary: "fax data" # answer for fax, then data
ModemAnswerCmd: AT+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
# The MT2834ZDX (and other newer models) may be more robust with this.
ModemSetupDCDCmd: AT&C4 # setup so DCD resets modem on
# # carrier drop
#
#
# NB: some models get confused by @ in ModemDialCmd
# NB: the @ causes some multifunction fax units to not go into fax mode.
#
ModemDialCmd: ATDT%s # T for tone dialing
#
Class2RecvDataTrigger: "\022" # character sent to modem to start recv
#
# The MT2834ZDX (and other newer models) can take advantage of these.
Class2APQueryCmd: AT # AT+FAP=? not supported on this modem
Class2NFLOCmd: AT+FLO=0 # Class 2: no flow control
Class2SFLOCmd: AT+FLO=1 # Class 2: software flow control
Class2HFLOCmd: AT+FLO=2 # Class 2: hardware flow control
Class2XmitWaitForXON: no
#
My modem is a Multitech 2834zdn
Can you help me with this?
Thanks.