HylaFAX The world's most advanced open source fax server

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

[hylafax-users] T.30 T2 timeout, expected page not received



Hi,
 
I have a RedHat 7.2, Hylafax 4.1.1 with 8 modens USRobotics 28.800, 60% of my received faxes fails with the error T.30 T2 timeout, expected page not received, this is my log :
An attempt to receive facsimile on ttyR35 failed because:

    T.30 T2 timeout, expected page not received

    ---- Transcript of session follows ----

Mar 14 15:18:32.18: [15223]: SESSION BEGIN 00006036 551155090377
Mar 14 15:18:32.18: [15223]: HylaFAX (tm) Version 4.1.1
Mar 14 15:18:32.18: [15223]: <-- [22:AT+FCLASS=1&H1&I0&R2A\r]
Mar 14 15:18:36.97: [15223]: --> [7:CONNECT]
Mar 14 15:18:36.97: [15223]: ANSWER: FAX CONNECTION  DEVICE '/dev/ttyR35'
Mar 14 15:18:36.97: [15223]: RECV FAX: begin
Mar 14 15:18:37.00: [15223]: --> [7:CONNECT]
Mar 14 15:18:38.95: [15223]: --> [2:OK]
Mar 14 15:18:38.95: [15223]: <-- [9:AT+FRH=3\r]
Mar 14 15:18:39.58: [15223]: --> [7:CONNECT]
Mar 14 15:18:40.84: [15223]: --> [2:OK]
Mar 14 15:18:40.84: [15223]: REMOTE TSI ""
Mar 14 15:18:40.84: [15223]: <-- [9:AT+FRH=3\r]
Mar 14 15:18:40.86: [15223]: --> [7:CONNECT]
Mar 14 15:18:41.21: [15223]: --> [2:OK]
Mar 14 15:18:41.21: [15223]: REMOTE wants 9600 bit/s
Mar 14 15:18:41.21: [15223]: REMOTE wants page width 1728 pixels in 215 mm
Mar 14 15:18:41.21: [15223]: REMOTE wants A4 page length (297 mm)
Mar 14 15:18:41.21: [15223]: REMOTE wants 3.85 line/mm
Mar 14 15:18:41.21: [15223]: REMOTE wants 2-D MR
Mar 14 15:18:41.21: [15223]: RECV training at v.29 9600 bit/s
Mar 14 15:18:41.21: [15223]: <-- [10:AT+FRM=96\r]
Mar 14 15:18:41.59: [15223]: --> [7:CONNECT]
Mar 14 15:18:43.11: [15223]: RECV: TCF 1833 bytes, 4% non-zero, 1758 zero-run
Mar 14 15:18:43.12: [15223]: --> [10:NO CARRIER]
Mar 14 15:18:43.12: [15223]: DELAY 75 ms
Mar 14 15:18:43.20: [15223]: TRAINING succeeded
Mar 14 15:18:43.20: [15223]: <-- [9:AT+FTH=3\r]
Mar 14 15:18:43.40: [15223]: --> [7:CONNECT]
Mar 14 15:18:44.57: [15223]: --> [2:OK]
Mar 14 15:18:44.57: [15223]: <-- [10:AT+FRM=96\r]
Mar 14 15:18:45.38: [15223]: --> [7:CONNECT]
Mar 14 15:18:45.38: [15223]: RECV: begin page
Mar 14 15:18:47.27: [15223]: RECV: 7 total lines, 5 bad lines, 5 consecutive bad lines
Mar 14 15:18:47.27: [15223]: RECV: end page
Mar 14 15:18:47.27: [15223]: --> [10:NO CARRIER]
Mar 14 15:18:47.27: [15223]: <-- [9:AT+FRH=3\r]
Mar 14 15:18:49.77: [15223]: --> [7:CONNECT]
Mar 14 15:18:54.78: [15223]: --> [2:OK]
Mar 14 15:18:54.78: [15223]: RECV FAX (00006036): recvq/fax05054.tif from , route to <unspecified>, 0 pages in 0:18
Mar 14 15:18:54.78: [15223]: RECV FAX: T.30 T2 timeout, expected page not received
Mar 14 15:18:54.78: [15223]: <-- [9:AT+FTH=3\r]
Mar 14 15:18:54.82: [15223]: --> [7:CONNECT]
Mar 14 15:18:55.99: [15223]: --> [2:OK]
Mar 14 15:18:55.99: [15223]: RECV FAX (00006036): session with  terminated abnormally: T.30 T2 timeout, expected page not received
Mar 14 15:18:55.99: [15223]: RECV FAX: /var/spool/hylafax/bin/faxrcvd02 "recvq/fax05054.tif" "ttyR35" "00006036" "T.30 T2 timeout, expected page not received" "" ""
 
This is my config.ttyR35 :
 

CountryCode: 55

AreaCode: 11

FAXNumber: 5509-0377

LongDistancePrefix: 1

InternationalPrefix: 21

DialStringRules: etc/dialrules

ServerTracing: 1

SessionTracing: 11

RecvFileMode: 0600

LogFileMode: 0600

DeviceMode: 0600

RingsBeforeAnswer: 1

SpeakerVolume: high

GettyArgs: "-h %l dx_%s"

LocalIdentifier: "NothingSetup"

TagLineFont: etc/lutRS18.pcf

TagLineFormat: "From %%l|%c|Page %%P of %%T"

PercentGoodLines: 5

MaxConsecutiveBadLines: 10

MaxRecvPages: 100

FaxRcvdCmd: /var/spool/hylafax/bin/faxrcvd02

#

#

# Modem-related stuff: should reflect modem command interface

# and hardware connection/cabling (e.g. flow control).

#

ModemType: Class1 # use class 1 interface

ModemRate: 19200

ModemFlowControl: rtscts # hardware flow control

#

ModemSetupDTRCmd: ATS13=1&D2 # setup so DTR drop resets modem

ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)

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&N2&U8 # 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

ModemAnswerCmd: AT+FCLASS=1&H1&I0&R2A # force RTS/CTS after change

#

# Disables the reporting of bad frames by the modem. This

# overcomes a firmware problem in the x2 and V90 Sportsters.

# It is not necessary for the Courier modem.

#

Class2NRCmd: AT+FNR=1,1,1,0

 

Anyone can help me ?

 

Alex

 

 



Project hosted by iFAX Solutions