Hylafax Mailing List Archives

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

Re: [hylafax-users] Rockwell modem cards in Lucent TNT



On Mon, Aug 23, 2004 at 07:15:26AM -0700, Lee Howard spake thusly:
> Send some session logs that indicate the problems.  Since you have a 
> connection to the modem and can communicate with it via AT commands I 
> think that, for the moment, we can ignore all of the complexity of the 
> setup and focus on the faxing problems in Class 1.

Ok...attached is my modem config file, auto-generated by hylafax's
faxaddmodem command. It detected a class 1 or 2 modem but defaulted to
class 1. 

Also attached is logfile c00011651 where I try to send a fax to my cheap
little Brother Personal Fax 275 and it fails to make a connection. My
machine answers and then drops the connection. Then we have c00011652
sending to another fax (a panasonic fax machine in another office) which
seems to result in a somewhat different error.

Finally I have included the logfile showing the modem being initialized by
faxgetty.

-- 
Tracy Reed                     The attachment is a digital signature.
http://copilotconsulting.com   More info: http://copilotconsulting.com/sig
# $Id: class1,v 1.12 2002/08/21 16:01:07 darren Exp $
#
# HylaFAX Facsimile Software
#
# Copyright (c) 1990-1996 Sam Leffler
# Copyright (c) 1991-1996 Silicon Graphics, Inc.
# HylaFAX is a trademark of Silicon Graphics, Inc.
# 
# Permission to use, copy, modify, distribute, and sell this software and 
# its documentation for any purpose is hereby granted without fee, provided
# that (i) the above copyright notices and this permission notice appear in
# all copies of the software and related documentation, and (ii) the names of
# Sam Leffler and Silicon Graphics may not be used in any advertising or
# publicity relating to the software without the specific, prior written
# permission of Sam Leffler and Silicon Graphics.
# 
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
# 
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
# OF THIS SOFTWARE.
#

#
# Generic Class 1 modem configuration.
#
# EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
#
CountryCode:		1
AreaCode:		415
FAXNumber:		+866-727-7732
LongDistancePrefix:	1
InternationalPrefix:	011
DialStringRules:	etc/dialrules
ServerTracing:		0xFFFF
SessionTracing:		0XFFFF
RecvFileMode:		0600
LogFileMode:		0600
DeviceMode:		0600
RingsBeforeAnswer:	0
SpeakerVolume:		quiet
GettyArgs:		""
LocalIdentifier:	"8667277732"
TagLineFont:		etc/lutRS18.pcf
TagLineFormat:		"From %%l|%c|Page %%P of %%T"
#
#
# 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:	xonxoff		# XON/XOFF flow control assumed
#
#ModemSetupDTRCmd:	AT&D2		# setup so DTR drop resets modem
#ModemSetupDCDCmd:	AT&C1		# setup so DCD follows carrier
#GettyArgs:		"-h %l dx_%s"	# modem must auto-detect fax/data
#
# We can append the "@" symbol to the dial string so that
# the modem will wait 5 seconds before attempting to connect
# and return result codes that distinguish between no carrier
# and no answer.  This makes it possible to avoid problems with
# repeatedly dialing a number that doesn't have a fax machine
# (kudos to Stuart Lynne for this trick.)
#
# NB: If you need to prefix phone numbers to get through a PBX,
#     put it in the ModemDialCmd; e.g. "DT9%s@".
#
#ModemDialCmd:		ATDT%s		# T for tone dialing
#
# Other possible configuration stuff.  The default strings are
# shown below.  Only those that are different from the defaults
# need to be included in the configuration file.
#
#ModemResetCmds:		""		# stuff to do when modem is reset
#ModemAnswerCmd:		ATA		# use this to answer phone
#ModemNoFlowCmd:		AT&K		# disable flow control cmd
#ModemHardFlowCmd:	AT&K3		# hardware flow control cmd
#ModemSoftFlowCmd:	AT&K4		# software flow control cmd
#ModemNoAutoAnswerCmd:	ATS0=0		# disable auto-answer
#
# Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
# Note that we both turn the speaker on/off and set volume.
#
#ModemSetVolumeCmd:	"ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1"
#ModemEchoOffCmd:	ATE0		# disable command echo
#ModemVerboseResultsCmd:	ATV1		# enable verbose command results
#ModemResultCodesCmd:	ATQ0		# enable result codes
#ModemOnHookCmd:		ATH0		# place phone on hook (hangup)
#ModemSoftResetCmd:	ATZ		# do soft reset of modem
#ModemSoftResetCmdDelay:	3000	# pause after soft reset
#ModemWaitTimeCmd:	ATS7=60		# wait 60 seconds for carrier
#ModemCommaPauseTimeCmd:	ATS8=2		# comma pause time is 2 seconds
#ModemRecvFillOrder:	LSB2MSB		# bit order of received facsimile
#ModemSendFillOrder:	LSB2MSB		# bit order modem expects for transmit
#
Class1Cmd:		AT+FCLASS=1	# command to enter class 1
#Class1PPMWaitCmd:	AT+FTS=7	# command to stop and wait before PPM
#Class1TCFWaitCmd:	AT+FTS=7	# command to stop and wait before TCF
#Class1EOPWaitCmd:	AT+FTS=9	# command to stop and wait before EOP
Class1EOPWaitCmd:   <delay
Class1TCFWaitCmd:   <delay
Class1PPMWaitCmd:   <delay


Class1MsgRecvHackCmd:	""	# command to avoid +FCERROR before image
Class1TCFResponseDelay:	75		# 75ms delay between recv TCF & response
Class1SendMsgDelay:	75		# 75ms delay after training
Class1SwitchingCmd:	AT+FRS=7	# silence between HDLC recv and trans
Class1TrainingRecovery:	1500		# 1.5sec delay after training failure
Class1RecvAbortOK:	200		# wait 200ms for abort response
Class1FrameOverhead:	4		# 4 byte overhead in recvd HDLC frames
Class1RecvIdentTimer:	40000		# 35+5secs waiting for ident frames
Class1TCFMaxNonZero:	10		# max 10% of data may be non-zero
Class1TCFMinRun:	1000		# min run is 2/3rds of TCF duration
Aug 24 13:33:27.04: [10680]: SESSION BEGIN 00011651 16196717023
Aug 24 13:33:27.04: [10680]: HylaFAX (tm) Version 4.1.8
Aug 24 13:33:27.04: [10680]: SEND FAX: JOB 17917 DEST 16196717023 COMMID 00011651 DEVICE '/dev/ttya0'
Aug 24 13:33:27.04: [10680]: MODEM set DTR OFF
Aug 24 13:33:27.04: [10680]: MODEM set baud rate: 0 baud (flow control unchanged)
Aug 24 13:33:27.04: [10680]: DELAY 75 ms
Aug 24 13:33:27.11: [10680]: MODEM set DTR ON
Aug 24 13:33:27.11: [10680]: DELAY 2600 ms
Aug 24 13:33:30.71: [10680]: MODEM set baud rate: 19200 baud, input flow XON/XOFF, output flow XON/XOFF
Aug 24 13:33:30.71: [10680]: DELAY 10 ms
Aug 24 13:33:30.72: [10680]: MODEM flush i/o
Aug 24 13:33:30.72: [10680]: <-- [4:ATZ\r]
Aug 24 13:33:33.12: [10680]: --> [2:OK]
Aug 24 13:33:33.12: [10680]: DELAY 3000 ms
Aug 24 13:33:36.12: [10680]: <-- [5:ATE0\r]
Aug 24 13:33:36.33: [10680]: --> [4:ATE0]
Aug 24 13:33:36.33: [10680]: --> [2:OK]
Aug 24 13:33:36.33: [10680]: <-- [5:ATV1\r]
Aug 24 13:33:36.63: [10680]: --> [2:OK]
Aug 24 13:33:36.63: [10680]: <-- [5:ATQ0\r]
Aug 24 13:33:36.94: [10680]: --> [2:OK]
Aug 24 13:33:36.94: [10680]: <-- [7:ATS0=0\r]
Aug 24 13:33:37.24: [10680]: --> [2:OK]
Aug 24 13:33:37.24: [10680]: <-- [7:ATS8=2\r]
Aug 24 13:33:37.54: [10680]: --> [2:OK]
Aug 24 13:33:37.54: [10680]: <-- [8:ATS7=60\r]
Aug 24 13:33:37.84: [10680]: --> [2:OK]
Aug 24 13:33:37.84: [10680]: <-- [12:AT+FCLASS=1\r]
Aug 24 13:33:38.14: [10680]: --> [2:OK]
Aug 24 13:33:38.14: [10680]: <-- [7:ATL0M1\r]
Aug 24 13:33:38.44: [10680]: --> [2:OK]
Aug 24 13:33:38.44: [10680]: STATE CHANGE: RUNNING -> SENDING
Aug 24 13:33:38.44: [10680]: MODEM input buffering enabled
Aug 24 13:33:38.44: [10680]: <-- [12:AT+FCLASS=1\r]
Aug 24 13:33:38.84: [10680]: --> [2:OK]
Aug 24 13:33:38.84: [10680]: MODEM set XON/XOFF/FLUSH: input ignored, output disabled
Aug 24 13:33:38.85: [10680]: DIAL 16196717023
Aug 24 13:33:38.85: [10680]: <-- [16:ATDT16196717023\r]
Aug 24 13:33:53.33: [10680]: --> [7:CONNECT]
Aug 24 13:33:53.33: [10680]: MODEM input buffering disabled
Aug 24 13:33:54.54: [10680]: --> HDLC<16:FF C0 04 00 00 6A AA AA 00 01 09 01 00 00 50 DA>
Aug 24 13:33:54.54: [10680]: --> [2:OK]
Aug 24 13:33:54.54: [10680]: REMOTE NSF "00 00 56 55 55 00 80 90 80 00 00 0A"
Aug 24 13:33:54.54: [10680]: NSF remote fax equipment: Brother 
Aug 24 13:33:54.54: [10680]: <-- [9:AT+FRH=3\r]
Aug 24 13:33:54.74: [10680]: --> [7:CONNECT]
Aug 24 13:33:55.25: [10680]: --> HDLC<25:FF C0 02 CC 4C 0C EC 8C EC 6C 9C 8C 6C 8C 04 04 04 04 04 04 04 04 04 26 5B>
Aug 24 13:33:55.25: [10680]: --> [2:OK]
Aug 24 13:33:55.25: [10680]: REMOTE CSI "16196717023"
Aug 24 13:33:55.25: [10680]: <-- [9:AT+FRH=3\r]
Aug 24 13:33:55.45: [10680]: --> [7:CONNECT]
Aug 24 13:33:55.45: [10680]: --> HDLC<11:FF C8 01 00 72 1D 01 01 88 A9 FF>
Aug 24 13:33:55.45: [10680]: --> [5:ERROR]
Aug 24 13:33:55.45: [10680]: MODEM Command error
Aug 24 13:33:55.45: [10680]: FCS error
Aug 24 13:33:55.45: [10680]: DELAY 200 ms
Aug 24 13:33:55.65: [10680]: <-- [9:AT+FRH=3\r]
Aug 24 13:33:55.75: [10680]: --> [2:]
Aug 24 13:33:55.75: [10680]: --> [5:ERROR]
Aug 24 13:33:55.75: [10680]: MODEM Command error
Aug 24 13:33:55.75: [10680]: DELAY 200 ms
Aug 24 13:33:55.95: [10680]: <-- [9:AT+FRH=3\r]
Aug 24 13:33:55.95: [10680]: --> [7:CONNECT]
Aug 24 13:33:56.05: [10680]: --> [10:NO CARRIER]
Aug 24 13:33:56.05: [10680]: MODEM No carrier
Aug 24 13:33:56.05: [10680]: DELAY 200 ms
Aug 24 13:33:56.25: [10680]: <-- [9:AT+FRH=3\r]
Aug 24 13:33:58.85: [10680]: --> [7:CONNECT]
Aug 24 13:34:00.15: [10680]: --> HDLC<16:FF C0 04 00 00 6A AA AA 00 01 09 01 00 00 50 DA>
Aug 24 13:34:00.15: [10680]: --> [2:OK]
Aug 24 13:34:00.15: [10680]: REMOTE NSF "00 00 56 55 55 00 80 90 80 00 00 0A"
Aug 24 13:34:00.15: [10680]: NSF remote fax equipment: Brother 
Aug 24 13:34:00.15: [10680]: <-- [9:AT+FRH=3\r]
Aug 24 13:34:00.35: [10680]: --> [7:CONNECT]
Aug 24 13:34:00.85: [10680]: --> HDLC<25:FF C0 02 CC 4C 0C EC 8C EC 6C 9C 8C 6C 8C 04 04 04 04 04 04 04 04 04 26 5B>
Aug 24 13:34:00.85: [10680]: --> [2:OK]
Aug 24 13:34:00.85: [10680]: REMOTE CSI "16196717023"
Aug 24 13:34:00.85: [10680]: <-- [9:AT+FRH=3\r]
Aug 24 13:34:01.05: [10680]: --> [7:CONNECT]
Aug 24 13:34:01.05: [10680]: --> HDLC<11:FF C8 01 00 72 1D 01 01 88 A9 FF>
Aug 24 13:34:01.05: [10680]: --> [2:OK]
Aug 24 13:34:01.05: [10680]: REMOTE best rate 9600 bit/s
Aug 24 13:34:01.05: [10680]: REMOTE max page width 1728 pixels in 215 mm
Aug 24 13:34:01.05: [10680]: REMOTE max unlimited page length
Aug 24 13:34:01.05: [10680]: REMOTE best vres 7.7 line/mm
Aug 24 13:34:01.05: [10680]: REMOTE best format 1-D MR
Aug 24 13:34:01.05: [10680]: REMOTE best 20 ms, 10 ms/scanline
Aug 24 13:34:01.05: [10680]: USE 9600 bit/s
Aug 24 13:34:01.05: [10680]: USE 20 ms, 10 ms/scanline
Aug 24 13:34:01.05: [10680]: SEND file "docq/doc39.tif;30"
Aug 24 13:34:01.05: [10680]: USE page width 1728 pixels in 215 mm
Aug 24 13:34:01.05: [10680]: USE unlimited page length
Aug 24 13:34:01.05: [10680]: USE 3.85 line/mm
Aug 24 13:34:01.05: [10680]: USE 1-D MR
Aug 24 13:34:01.05: [10680]: SEND training at v.29 9600 bit/s
Aug 24 13:34:01.05: [10680]: <-- [9:AT+FTH=3\r]
Aug 24 13:34:01.25: [10680]: --> [7:CONNECT]
Aug 24 13:34:01.25: [10680]: <-- HDLC<23:FF C0 C2 4C CC EC EC EC 4C EC 6C 6C 1C 04 04 04 04 04 04 04 04 04 04>
Aug 24 13:34:01.25: [10680]: <-- data [23]
Aug 24 13:34:01.25: [10680]: <-- data [2]
Aug 24 13:34:03.15: [10680]: --> [7:CONNECT]
Aug 24 13:34:03.15: [10680]: <-- HDLC<6:FF C8 C1 00 60 10>
Aug 24 13:34:03.15: [10680]: <-- data [6]
Aug 24 13:34:03.15: [10680]: <-- data [2]
Aug 24 13:34:03.65: [10680]: --> [2:OK]
Aug 24 13:34:03.65: [10680]: <-- [7:<delay\r]
Aug 24 13:34:33.65: [10680]: MODEM TIMEOUT: reading line from modem
Aug 24 13:34:33.65: [10680]: MODEM <Timeout>
Aug 24 13:34:33.65: [10680]: <-- [9:AT+FTH=3\r]
Aug 24 13:34:33.77: [10680]: --> [7:CONNECT]
Aug 24 13:34:33.77: [10680]: <-- HDLC<3:FF C8 DF>
Aug 24 13:34:33.77: [10680]: <-- data [3]
Aug 24 13:34:33.77: [10680]: <-- data [2]
Aug 24 13:34:35.17: [10680]: --> [2:OK]
Aug 24 13:34:35.17: [10680]: MODEM input buffering enabled
Aug 24 13:34:35.17: [10680]: SEND FAILED: JOB 17917 DEST 16196717023 ERR Stop and wait failure (modem on hook); too many attempts to dial
Aug 24 13:34:35.17: [10680]: <-- [5:ATH0\r]
Aug 24 13:34:37.07: [10680]: --> [2:OK]
Aug 24 13:34:37.07: [10680]: MODEM set DTR OFF
Aug 24 13:34:37.07: [10680]: MODEM set baud rate: 0 baud (flow control unchanged)
Aug 24 13:34:37.07: [10680]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
Aug 24 13:34:37.07: [10680]: SESSION END
Aug 24 13:32:02 lnx FaxGetty[10594]: servertracing = 0xFFFF (line 40)
Aug 24 13:32:02 lnx FaxGetty[10594]: sessiontracing = 0XFFFF (line 41)
Aug 24 13:32:02 lnx FaxGetty[10594]: recvfilemode = 0600 (line 42)
Aug 24 13:32:02 lnx FaxGetty[10594]: logfilemode = 0600 (line 43)
Aug 24 13:32:02 lnx FaxGetty[10594]: devicemode = 0600 (line 44)
Aug 24 13:32:02 lnx FaxGetty[10594]: ringsbeforeanswer = 0 (line 45)
Aug 24 13:32:02 lnx FaxGetty[10594]: speakervolume = quiet (line 46)
Aug 24 13:32:02 lnx FaxGetty[10594]: gettyargs =  (line 47)
Aug 24 13:32:02 lnx FaxGetty[10594]: localidentifier = 8667277732 (line 48)
Aug 24 13:32:02 lnx FaxGetty[10594]: taglinefont = etc/lutRS18.pcf (line 49)
Aug 24 13:32:02 lnx FaxGetty[10594]: taglineformat = From %%l|%c|Page %%P of %%T (line 50)
Aug 24 13:32:02 lnx FaxGetty[10594]: modemtype = Class1 (line 56)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1cmd = AT+FCLASS=1 (line 102)
Aug 24 13:32:02 lnx FaxGetty[10594]: Unknown AT escape code "delay"
Aug 24 13:32:02 lnx FaxGetty[10594]: class1eopwaitcmd = <delay (line 106)
Aug 24 13:32:02 lnx FaxGetty[10594]: Unknown AT escape code "delay"
Aug 24 13:32:02 lnx FaxGetty[10594]: class1tcfwaitcmd = <delay (line 107)
Aug 24 13:32:02 lnx FaxGetty[10594]: Unknown AT escape code "delay"
Aug 24 13:32:02 lnx FaxGetty[10594]: class1ppmwaitcmd = <delay (line 108)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1msgrecvhackcmd =  (line 111)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1tcfresponsedelay = 75 (line 112)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1sendmsgdelay = 75 (line 113)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1switchingcmd = AT+FRS=7 (line 114)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1trainingrecovery = 1500 (line 115)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1recvabortok = 200 (line 116)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1frameoverhead = 4 (line 117)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1recvidenttimer = 40000 (line 118)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1tcfmaxnonzero = 10 (line 119)
Aug 24 13:32:02 lnx FaxGetty[10594]: class1tcfminrun = 1000 (line 120)
Aug 24 13:32:02 lnx FaxGetty[10594]: OPEN /dev/ttya0  HylaFAX (tm) Version 4.1.8
Aug 24 13:32:03 lnx FaxGetty[10594]: MODEM set DTR OFF
Aug 24 13:32:03 lnx FaxGetty[10594]: MODEM set baud rate: 0 baud (flow control unchanged)
Aug 24 13:32:03 lnx FaxGetty[10594]: DELAY 75 ms
Aug 24 13:32:03 lnx FaxGetty[10594]: MODEM set DTR ON
Aug 24 13:32:03 lnx FaxGetty[10594]: DELAY 2600 ms
Aug 24 13:32:07 lnx FaxGetty[10594]: MODEM set baud rate: 19200 baud, input flow XON/XOFF, output flow XON/XOFF
Aug 24 13:32:07 lnx FaxGetty[10594]: DELAY 10 ms
Aug 24 13:32:07 lnx FaxGetty[10594]: MODEM flush i/o
Aug 24 13:32:07 lnx FaxGetty[10594]: <-- [4:ATZ\r]
Aug 24 13:32:09 lnx FaxGetty[10594]: --> [3:ATZ]
Aug 24 13:32:09 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:09 lnx FaxGetty[10594]: DELAY 3000 ms
Aug 24 13:32:12 lnx FaxGetty[10594]: <-- [5:ATE0\r]
Aug 24 13:32:13 lnx FaxGetty[10594]: --> [4:ATE0]
Aug 24 13:32:13 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:13 lnx FaxGetty[10594]: <-- [5:ATV1\r]
Aug 24 13:32:13 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:13 lnx FaxGetty[10594]: <-- [5:ATQ0\r]
Aug 24 13:32:13 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:13 lnx FaxGetty[10594]: <-- [7:ATS0=0\r]
Aug 24 13:32:14 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:14 lnx FaxGetty[10594]: <-- [7:ATS8=2\r]
Aug 24 13:32:14 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:14 lnx FaxGetty[10594]: <-- [8:ATS7=60\r]
Aug 24 13:32:15 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:15 lnx FaxGetty[10594]: <-- [12:AT+FCLASS=?\r]
Aug 24 13:32:15 lnx FaxGetty[10594]: --> [5:0,1,2]
Aug 24 13:32:15 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:15 lnx FaxGetty[10594]: MODEM Supports "Data"
Aug 24 13:32:15 lnx FaxGetty[10594]: MODEM Supports "Class 1"
Aug 24 13:32:15 lnx FaxGetty[10594]: MODEM Supports "Class 2"
Aug 24 13:32:15 lnx FaxGetty[10594]: <-- [12:AT+FCLASS=1\r]
Aug 24 13:32:15 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:15 lnx FaxGetty[10594]: <-- [5:ATI3\r]
Aug 24 13:32:16 lnx FaxGetty[10594]: --> [27:V5.8175 RL56CSM/3 channel:1]
Aug 24 13:32:16 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:16 lnx FaxGetty[10594]: MODEM: Mfr V5.8175 RL56CSM/3 channel:1
Aug 24 13:32:16 lnx FaxGetty[10594]: <-- [5:ATI0\r]
Aug 24 13:32:16 lnx FaxGetty[10594]: --> [16:Rockwell ARM CSM]
Aug 24 13:32:16 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:16 lnx FaxGetty[10594]: MODEM: Model Rockwell ARM CSM
Aug 24 13:32:16 lnx FaxGetty[10594]: <-- [9:AT+FTM=?\r]
Aug 24 13:32:17 lnx FaxGetty[10594]: --> [41:3,24,48,72,73,74,96,97,98,121,122,145,146]
Aug 24 13:32:17 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 3.85 line/mm
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 7.7 line/mm
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 2400 bit/s
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 4800 bit/s
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 7200 bit/s
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 9600 bit/s
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 12000 bit/s
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 14400 bit/s
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports page width 1728 pixels in 215 mm
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports page width 2048 pixels in 255 mm
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports page width 2432 pixels in 303 mm
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports A4 page length (297 mm)
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports B4 page length (364 mm)
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports unlimited page length
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 1-D MR
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 2-D MR
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 0 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 5 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 10 ms, 5 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 10 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 20 ms, 10 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 20 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 40 ms, 20 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: MODEM Supports 40 ms/scanline
Aug 24 13:32:17 lnx FaxGetty[10594]: <-- [9:AT+FRM=?\r]
Aug 24 13:32:17 lnx FaxGetty[10594]: --> [41:3,24,48,72,73,74,96,97,98,121,122,145,146]
Aug 24 13:32:17 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:17 lnx FaxGetty[10594]: <-- [12:AT+FCLASS=1\r]
Aug 24 13:32:18 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:18 lnx FaxGetty[10594]: MODEM V5.8175 RL56CSM/3 CHANNEL:1 Rockwell ARM CSM/
Aug 24 13:32:18 lnx FaxGetty[10594]: <-- [7:ATL0M1\r]
Aug 24 13:32:18 lnx FaxGetty[10594]: --> [2:OK]
Aug 24 13:32:18 lnx FaxGetty[10594]: STATE CHANGE: BASE -> RUNNING (timeout 30)
Aug 24 13:36:41.32: [10717]: SESSION BEGIN 00011652 17609443337
Aug 24 13:36:41.32: [10717]: HylaFAX (tm) Version 4.1.8
Aug 24 13:36:41.32: [10717]: SEND FAX: JOB 17918 DEST 17609443337 COMMID 00011652 DEVICE '/dev/ttya0'
Aug 24 13:36:41.32: [10717]: MODEM set DTR OFF
Aug 24 13:36:41.32: [10717]: MODEM set baud rate: 0 baud (flow control unchanged)
Aug 24 13:36:41.32: [10717]: DELAY 75 ms
Aug 24 13:36:41.40: [10717]: MODEM set DTR ON
Aug 24 13:36:41.40: [10717]: DELAY 2600 ms
Aug 24 13:36:45.00: [10717]: MODEM set baud rate: 19200 baud, input flow XON/XOFF, output flow XON/XOFF
Aug 24 13:36:45.00: [10717]: DELAY 10 ms
Aug 24 13:36:45.01: [10717]: MODEM flush i/o
Aug 24 13:36:45.01: [10717]: <-- [4:ATZ\r]
Aug 24 13:36:47.33: [10717]: --> [2:OK]
Aug 24 13:36:47.33: [10717]: DELAY 3000 ms
Aug 24 13:36:50.33: [10717]: <-- [5:ATE0\r]
Aug 24 13:36:50.63: [10717]: --> [4:ATE0]
Aug 24 13:36:50.63: [10717]: --> [2:OK]
Aug 24 13:36:50.63: [10717]: <-- [5:ATV1\r]
Aug 24 13:36:50.93: [10717]: --> [2:OK]
Aug 24 13:36:50.93: [10717]: <-- [5:ATQ0\r]
Aug 24 13:36:51.23: [10717]: --> [2:OK]
Aug 24 13:36:51.23: [10717]: <-- [7:ATS0=0\r]
Aug 24 13:36:51.53: [10717]: --> [2:OK]
Aug 24 13:36:51.53: [10717]: <-- [7:ATS8=2\r]
Aug 24 13:36:51.83: [10717]: --> [2:OK]
Aug 24 13:36:51.83: [10717]: <-- [8:ATS7=60\r]
Aug 24 13:36:52.13: [10717]: --> [2:OK]
Aug 24 13:36:52.13: [10717]: <-- [12:AT+FCLASS=1\r]
Aug 24 13:36:52.43: [10717]: --> [2:OK]
Aug 24 13:36:52.43: [10717]: <-- [7:ATL0M1\r]
Aug 24 13:36:52.73: [10717]: --> [2:OK]
Aug 24 13:36:52.73: [10717]: STATE CHANGE: RUNNING -> SENDING
Aug 24 13:36:52.73: [10717]: MODEM input buffering enabled
Aug 24 13:36:52.73: [10717]: <-- [12:AT+FCLASS=1\r]
Aug 24 13:36:53.13: [10717]: --> [2:OK]
Aug 24 13:36:53.13: [10717]: MODEM set XON/XOFF/FLUSH: input ignored, output disabled
Aug 24 13:36:53.13: [10717]: DIAL 17609443337
Aug 24 13:36:53.13: [10717]: <-- [16:ATDT17609443337\r]
Aug 24 13:37:12.73: [10717]: --> [7:CONNECT]
Aug 24 13:37:12.73: [10717]: MODEM input buffering disabled
Aug 24 13:37:14.03: [10717]: --> HDLC<22:FF C0 04 00 00 70 00 00 00 68 FF 80 E0 00 08 00 40 A9 01 10 83 74>
Aug 24 13:37:14.03: [10717]: --> [2:OK]
Aug 24 13:37:14.03: [10717]: REMOTE NSF "00 00 0E 00 00 00 16 FF 01 07 00 10 00 02 95 80 08 C1"
Aug 24 13:37:14.03: [10717]: NSF remote fax equipment: Panasonic 
Aug 24 13:37:14.03: [10717]: <-- [9:AT+FRH=3\r]
Aug 24 13:37:14.23: [10717]: --> [7:CONNECT]
Aug 24 13:37:14.43: [10717]: --> HDLC<11:FF C8 01 00 77 11 01 01 88 C5 9A>
Aug 24 13:37:14.43: [10717]: --> [2:OK]
Aug 24 13:37:14.43: [10717]: REMOTE best rate 14400 bit/s
Aug 24 13:37:14.43: [10717]: REMOTE max page width 1728 pixels in 215 mm
Aug 24 13:37:14.43: [10717]: REMOTE max unlimited page length
Aug 24 13:37:14.43: [10717]: REMOTE best vres 7.7 line/mm
Aug 24 13:37:14.43: [10717]: REMOTE best format 2-D MR
Aug 24 13:37:14.43: [10717]: REMOTE best 20 ms/scanline
Aug 24 13:37:14.43: [10717]: USE 14400 bit/s
Aug 24 13:37:14.43: [10717]: USE 20 ms/scanline
Aug 24 13:37:14.43: [10717]: SEND file "docq/doc40.tif;70"
Aug 24 13:37:14.43: [10717]: USE page width 1728 pixels in 215 mm
Aug 24 13:37:14.44: [10717]: USE unlimited page length
Aug 24 13:37:14.44: [10717]: USE 3.85 line/mm
Aug 24 13:37:14.44: [10717]: USE 2-D MR
Aug 24 13:37:14.44: [10717]: SEND training at v.17 14400 bit/s
Aug 24 13:37:14.44: [10717]: <-- [9:AT+FTH=3\r]
Aug 24 13:37:14.63: [10717]: --> [7:CONNECT]
Aug 24 13:37:14.63: [10717]: <-- HDLC<23:FF C0 C2 4C CC EC EC EC 4C EC 6C 6C 1C 04 04 04 04 04 04 04 04 04 04>
Aug 24 13:37:14.63: [10717]: <-- data [23]
Aug 24 13:37:14.63: [10717]: <-- data [2]
Aug 24 13:37:16.53: [10717]: --> [7:CONNECT]
Aug 24 13:37:16.53: [10717]: <-- HDLC<6:FF C8 C1 00 45 10>
Aug 24 13:37:16.53: [10717]: <-- data [6]
Aug 24 13:37:16.53: [10717]: <-- data [2]
Aug 24 13:37:17.03: [10717]: --> [2:OK]
Aug 24 13:37:17.03: [10717]: <-- [7:<delay\r]
Aug 24 13:37:47.03: [10717]: MODEM TIMEOUT: reading line from modem
Aug 24 13:37:47.03: [10717]: MODEM <Timeout>
Aug 24 13:37:47.03: [10717]: <-- [9:AT+FTH=3\r]
Aug 24 13:37:47.15: [10717]: --> [7:CONNECT]
Aug 24 13:37:47.15: [10717]: <-- HDLC<3:FF C8 DF>
Aug 24 13:37:47.15: [10717]: <-- data [3]
Aug 24 13:37:47.15: [10717]: <-- data [2]
Aug 24 13:37:48.55: [10717]: --> [2:OK]
Aug 24 13:37:48.55: [10717]: MODEM input buffering enabled
Aug 24 13:37:48.55: [10717]: SEND FAILED: JOB 17918 DEST 17609443337 ERR Stop and wait failure (modem on hook); too many attempts to dial
Aug 24 13:37:48.55: [10717]: <-- [5:ATH0\r]
Aug 24 13:37:50.45: [10717]: --> [2:OK]
Aug 24 13:37:50.45: [10717]: MODEM set DTR OFF
Aug 24 13:37:50.45: [10717]: MODEM set baud rate: 0 baud (flow control unchanged)
Aug 24 13:37:50.45: [10717]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
Aug 24 13:37:50.45: [10717]: SESSION END

Attachment: pgp00014.pgp
Description: PGP signature



Home
Report any problems to webmaster@hylafax.org

HylaFAX is a trademark of Silicon Graphics Corporation.
Internet connectivity for hylafax.org is provided by:
VirtuALL Private Host Services