Hylafax Mailing List Archives

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

[hylafax-users] Not even Tiff/F format gets sent ok (nokia & usr)



Hi!

I also set the flow controls explicitly and tried the test no NOKIA (ECM
FAST) but the result is the same.


if is send this:

----------------------------------------
1aaaaaaaaaa
2bbbbbbbbbbbbbbbbbbbb
3cccccccccccccccccccccccccccccc
4dddddddddddddddddddddddddddddddddddddddd
5eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
----------------------------------------

I get  upper halfs of the letters of the first line:

1aaaaaaaaaa


And that's it...

I set the flow controls explicitly which can be seen in the logs, but
that's obviously not it.

I don't know where the catch is.

If you still have the patience, here are the config  & the log files...

Borut

# $Id: class1,v 1.2 1999/01/10 09:09:37 robert 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:		01
FAXNumber:		1790062
LongDistancePrefix:	00
InternationalPrefix:	00
DialStringRules:	etc/dialrules
ServerTracing:		1
SessionTracing:		11
RecvFileMode:		0644
LogFileMode:		0644
DeviceMode:		0644
RingsBeforeAnswer:	1
SpeakerVolume:		off
GettyArgs:		"-h %l dx_%s"
LocalIdentifier:	"ADD d.o.o."
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:		Class1		# use this to supply a hint
#ModemRate:		19200		# rate for DCE-DTE communication
ModemFlowControl:	RTSCTS 		# 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 normally 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, @ for silence
#
# 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&H1		# hardware flow control cmd
ModemSoftFlowCmd:	AT&H2		# 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
#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
#
#
SessionTracing: 0x097FF
#
#
Class1Cmd:		AT+FCLASS=1	# command to enter class 1
Class1TCFResponseDelay:	75		# 75ms delay between recv TCF & response
Class1SendPPMDelay:	75		# 75ms delay before sending PPM
Class1SendTCFDelay:	75		# 75ms delay between sending DCS & TCF
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
Class1HFLOCmd:   AT&H1
Class1SFLOCmd:   AT&H2
Class1NFLOCmd:   AT&H0
# $Id: class2.0,v 1.2 1999/01/10 09:09:37 robert 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 2.0 modem configuration.
#
# EDIT THIS CONFIGURATION TO REFLECT YOUR SETUP
#
CountryCode:		1
AreaCode:		01
FAXNumber:		1790062
LongDistancePrefix:	00
InternationalPrefix:	00
DialStringRules:	etc/dialrules
ServerTracing:		1
SessionTracing:		0x097FF
RecvFileMode:		0644
LogFileMode:		0644
DeviceMode:		0644
RingsBeforeAnswer:	1
SpeakerVolume:		off
GettyArgs:		"-h %l dx_%s"
LocalIdentifier:	"ADD d.o.o."
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.0	# use this to supply a hint
#ModemRate:		19200		# max rate for DCE-DTE communication
ModemFlowControl:	RTSCTS		# XON/XOFF flow control assumed
#ModemSetupDTRCmd:	AT&D2		# setup so DTR drop resets modem
#ModemSetupDCDCmd:	AT&C1		# setup so DCD reflects carrier (or not)
#
# We normally 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, @ for silence
#
# 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
#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
#
#
SessionTracing:  0x097ff
#
#
# Configuration parameters for Class 2.0 modems.
#
Class2Cmd:		AT+FCLASS=2.0	# command to enter class 2.0
Class2BORCmd:		AT+FBO=0	# bit order for phase B/C/D (direct)
Class2CQCmd:		""		# commands to enable copy quality proc.
Class2AbortCmd:		AT+FKS		# abort session command
Class2CQQueryCmd:	AT+FCQ=?	# query for copy quality capabilities
Class2DCCQueryCmd:	AT+FCC=?	# query for modem capabilities
Class2TBCCmd:		AT+FPP=0	# setup stream mode
Class2CRCmd:		AT+FCR=1	# enable capability to receive
Class2PHCTOCmd:		AT+FCT=30	# set phase C timeout parameter
Class2BUGCmd:		AT+FBU=1	# enable HDLC frame tracing
Class2LIDCmd:		AT+FLI		# set local identifier command
Class2DCCCmd:		AT+FCC		# set modem capabilities command
Class2DISCmd:		AT+FIS		# set session parameters command
Class2DDISCmd:		""		# disable pre-dial DIS command hack
Class2CIGCmd:		AT+FPI		# set polling identifier command
Class2NRCmd:		AT+FNR=1,1,1,1	# setup status reporting command
Class2PIECmd:		AT+FIE=0	# disable interrupt-enable command
Class2PTSCmd:		AT+FPS		# set post-page status command
Class2SPLCmd:		AT+FSP		# set polling indicator command
Class2NFLOCmd:		AT+FLO=0	# set no flow control command
Class2SFLOCmd:		AT+FLO=1	# set software flow control command
Class2HFLOCmd:		AT+FLO=2	# set hardware flow control command
Jun 09 09:09:28.47: [ 2341]: SESSION BEGIN 00000067 10137
Jun 09 09:09:28.47: [ 2341]: SEND FAX: JOB 107 DEST 37 COMMID 00000067
Jun 09 09:09:28.47: [ 2341]: MODEM set DTR OFF
Jun 09 09:09:28.47: [ 2341]: DELAY 2600 ms
Jun 09 09:09:31.06: [ 2341]: MODEM set DTR ON
Jun 09 09:09:31.06: [ 2341]: MODEM set baud rate: 19200 baud, input flow RTS/CTS, output flow RTS/CTS
Jun 09 09:09:31.06: [ 2341]: MODEM flush i/o
Jun 09 09:09:31.06: [ 2341]: <-- [15:ATE0V1Q0S0=0H0\r]
Jun 09 09:09:31.20: [ 2341]: --> [2:OK]
Jun 09 09:09:31.20: [ 2341]: <-- [15:ATS8=2S7=60&H1\r]
Jun 09 09:09:31.34: [ 2341]: --> [2:OK]
Jun 09 09:09:31.34: [ 2341]: <-- [12:AT+FCLASS=1\r]
Jun 09 09:09:31.48: [ 2341]: --> [2:OK]
Jun 09 09:09:31.48: [ 2341]: <-- [6:AT&H1\r]
Jun 09 09:09:31.62: [ 2341]: --> [2:OK]
Jun 09 09:09:31.62: [ 2341]: <-- [5:ATM0\r]
Jun 09 09:09:31.76: [ 2341]: --> [2:OK]
Jun 09 09:09:31.76: [ 2341]: STATE CHANGE: RUNNING -> SENDING
Jun 09 09:09:31.76: [ 2341]: MODEM input buffering enabled
Jun 09 09:09:31.76: [ 2341]: <-- [12:AT+FCLASS=1\r]
Jun 09 09:09:32.00: [ 2341]: --> [2:OK]
Jun 09 09:09:32.00: [ 2341]: <-- [6:AT&H1\r]
Jun 09 09:09:32.24: [ 2341]: --> [2:OK]
Jun 09 09:09:32.24: [ 2341]: DIAL 37
Jun 09 09:09:32.24: [ 2341]: <-- [7:ATDT37\r]
Jun 09 09:09:43.99: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:43.99: [ 2341]: MODEM input buffering disabled
Jun 09 09:09:45.79: [ 2341]: --> HDLC<41:FF C0 04 00 00 88 01 00 51 92 08 82 22 22 04 26 74 F6 74 F6 74 04 32 52 42 04 CA 00 F2 00 01 01 1B 71 80 80 80 80 20 36 2A>
Jun 09 09:09:45.79: [ 2341]: --> [2:OK]
Jun 09 09:09:45.79: [ 2341]: <-- [9:AT+FRH=3\r]
Jun 09 09:09:45.81: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:46.48: [ 2341]: --> HDLC<25:FF C0 02 EC CC 0C 0C 9C EC 8C 04 8C 6C 04 6C 1C CC D4 04 04 04 04 04 A1 B7>
Jun 09 09:09:46.48: [ 2341]: --> [2:OK]
Jun 09 09:09:46.48: [ 2341]: REMOTE CSI "+386 61 1790037"
Jun 09 09:09:46.48: [ 2341]: <-- [9:AT+FRH=3\r]
Jun 09 09:09:46.50: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:46.75: [ 2341]: --> HDLC<9:FF C8 01 00 77 15 22 17 5D>
Jun 09 09:09:46.75: [ 2341]: --> [2:OK]
Jun 09 09:09:46.75: [ 2341]: REMOTE best rate 14400 bit/s
Jun 09 09:09:46.75: [ 2341]: REMOTE max page width 1728 pixels in 215 mm
Jun 09 09:09:46.75: [ 2341]: REMOTE max unlimited page length 
Jun 09 09:09:46.75: [ 2341]: REMOTE best vres 7.7 line/mm
Jun 09 09:09:46.75: [ 2341]: REMOTE best format 2-D MMR
Jun 09 09:09:46.75: [ 2341]: REMOTE supports T.30 Annex A, ECM
Jun 09 09:09:46.75: [ 2341]: REMOTE best 10 ms/scanline
Jun 09 09:09:46.75: [ 2341]: USE 14400 bit/s
Jun 09 09:09:46.75: [ 2341]: USE 10 ms/scanline
Jun 09 09:09:46.75: [ 2341]: SEND file "docq/doc109.ps;31"
Jun 09 09:09:46.75: [ 2341]: USE page width 1728 pixels in 215 mm
Jun 09 09:09:46.75: [ 2341]: USE unlimited page length 
Jun 09 09:09:46.75: [ 2341]: USE 7.7 line/mm
Jun 09 09:09:46.75: [ 2341]: USE 1-D MR
Jun 09 09:09:46.75: [ 2341]: SEND training at v.17 14400 bit/s
Jun 09 09:09:46.75: [ 2341]: <-- [9:AT+FTH=3\r]
Jun 09 09:09:46.95: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:46.95: [ 2341]: <-- HDLC<23:FF C0 C2 74 F6 74 F6 74 26 04 22 22 82 04 04 04 04 04 04 04 04 04 04>
Jun 09 09:09:46.95: [ 2341]: <-- data [23]
Jun 09 09:09:46.95: [ 2341]: <-- data [2]
Jun 09 09:09:46.98: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:46.98: [ 2341]: <-- HDLC<6:FF C8 C1 00 46 14>
Jun 09 09:09:46.98: [ 2341]: <-- data [6]
Jun 09 09:09:46.98: [ 2341]: <-- data [2]
Jun 09 09:09:48.93: [ 2341]: --> [2:OK]
Jun 09 09:09:48.93: [ 2341]: DELAY 75 ms
Jun 09 09:09:49.01: [ 2341]: <-- [11:AT+FTM=145\r]
Jun 09 09:09:50.49: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:50.49: [ 2341]: <-- data [1024]
Jun 09 09:09:50.49: [ 2341]: <-- data [1024]
Jun 09 09:09:50.49: [ 2341]: <-- data [652]
Jun 09 09:09:50.49: [ 2341]: <-- data [2]
Jun 09 09:09:52.02: [ 2341]: --> [2:OK]
Jun 09 09:09:52.02: [ 2341]: <-- [9:AT+FRH=3\r]
Jun 09 09:09:52.33: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:53.29: [ 2341]: --> HDLC<5:FF C8 21 57 BE>
Jun 09 09:09:53.29: [ 2341]: --> [2:OK]
Jun 09 09:09:53.29: [ 2341]: TRAINING succeeded
Jun 09 09:09:53.29: [ 2341]: <-- [11:AT+FTM=146\r]
Jun 09 09:09:53.55: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:53.55: [ 2341]: SEND begin page
Jun 09 09:09:53.56: [ 2341]: <-- data [1026]
Jun 09 09:09:53.56: [ 2341]: <-- data [1026]
Jun 09 09:09:53.56: [ 2341]: <-- data [1024]
Jun 09 09:09:53.56: [ 2341]: <-- data [1024]
Jun 09 09:09:53.56: [ 2341]: <-- data [313]
Jun 09 09:09:55.55: [ 2341]: SENT 4408 bytes of data
Jun 09 09:09:55.55: [ 2341]: SEND 1D RTC
Jun 09 09:09:55.55: [ 2341]: <-- data [29]
Jun 09 09:09:55.55: [ 2341]: <-- data [2]
Jun 09 09:09:55.55: [ 2341]: SEND end page
Jun 09 09:09:56.04: [ 2341]: --> [2:OK]
Jun 09 09:09:56.04: [ 2341]: DELAY 95 ms
Jun 09 09:09:56.14: [ 2341]: SEND send EOP (no more pages or documents)
Jun 09 09:09:56.14: [ 2341]: <-- [9:AT+FTH=3\r]
Jun 09 09:09:56.30: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:56.30: [ 2341]: <-- HDLC<3:FF C8 F4>
Jun 09 09:09:56.30: [ 2341]: <-- data [3]
Jun 09 09:09:56.30: [ 2341]: <-- data [2]
Jun 09 09:09:57.47: [ 2341]: --> [2:OK]
Jun 09 09:09:57.47: [ 2341]: <-- [9:AT+FRH=3\r]
Jun 09 09:09:57.93: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:58.72: [ 2341]: --> HDLC<5:FF C8 31 45 8F>
Jun 09 09:09:58.72: [ 2341]: --> [2:OK]
Jun 09 09:09:58.72: [ 2341]: SEND recv MCF (message confirmation)
Jun 09 09:09:58.72: [ 2341]: SEND FAX (00000067): FROM root@hasan.add.si TO 37 (page 1 of 1 sent in 0:12)
Jun 09 09:09:58.72: [ 2341]: SEND FAX (00000067): FROM root@hasan.add.si TO 37 (docq/doc109.ps;31 sent in 0:12)
Jun 09 09:09:58.72: [ 2341]: <-- [9:AT+FTH=3\r]
Jun 09 09:09:58.92: [ 2341]: --> [7:CONNECT]
Jun 09 09:09:58.92: [ 2341]: <-- HDLC<3:FF C8 DF>
Jun 09 09:09:58.92: [ 2341]: <-- data [3]
Jun 09 09:09:58.92: [ 2341]: <-- data [2]
Jun 09 09:10:00.09: [ 2341]: --> [2:OK]
Jun 09 09:10:00.09: [ 2341]: MODEM input buffering enabled
Jun 09 09:10:00.09: [ 2341]: <-- [5:ATH0\r]
Jun 09 09:10:00.33: [ 2341]: --> [2:OK]
Jun 09 09:10:00.33: [ 2341]: MODEM set DTR OFF
Jun 09 09:10:00.33: [ 2341]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
Jun 09 09:10:00.33: [ 2341]: SESSION END
Jun 09 09:45:16.07: [ 3002]: SESSION BEGIN 00000069 10137
Jun 09 09:45:16.07: [ 3002]: SEND FAX: JOB 109 DEST 37 COMMID 00000069
Jun 09 09:45:16.07: [ 3002]: MODEM set DTR OFF
Jun 09 09:45:16.07: [ 3002]: DELAY 2600 ms
Jun 09 09:45:18.66: [ 3002]: MODEM set DTR ON
Jun 09 09:45:18.66: [ 3002]: MODEM set baud rate: 19200 baud, input flow RTS/CTS, output flow RTS/CTS
Jun 09 09:45:18.66: [ 3002]: MODEM flush i/o
Jun 09 09:45:18.66: [ 3002]: <-- [15:ATE0V1Q0S0=0H0\r]
Jun 09 09:45:18.84: [ 3002]: --> [2:OK]
Jun 09 09:45:18.84: [ 3002]: <-- [12:ATS8=2S7=60\r]
Jun 09 09:45:19.02: [ 3002]: --> [2:OK]
Jun 09 09:45:19.02: [ 3002]: <-- [14:AT+FCLASS=2.0\r]
Jun 09 09:45:19.20: [ 3002]: --> [2:OK]
Jun 09 09:45:19.20: [ 3002]: <-- [9:AT+FLO=2\r]
Jun 09 09:45:19.38: [ 3002]: --> [2:OK]
Jun 09 09:45:19.38: [ 3002]: <-- [9:AT+FPP=0\r]
Jun 09 09:45:19.57: [ 3002]: --> [2:OK]
Jun 09 09:45:19.57: [ 3002]: <-- [9:AT+FBO=0\r]
Jun 09 09:45:19.77: [ 3002]: --> [2:OK]
Jun 09 09:45:19.77: [ 3002]: <-- [10:AT+FCT=30\r]
Jun 09 09:45:19.97: [ 3002]: --> [2:OK]
Jun 09 09:45:19.97: [ 3002]: <-- [15:AT+FNR=1,1,1,1\r]
Jun 09 09:45:20.18: [ 3002]: --> [2:OK]
Jun 09 09:45:20.18: [ 3002]: <-- [9:AT+FIE=0\r]
Jun 09 09:45:20.38: [ 3002]: --> [2:OK]
Jun 09 09:45:20.38: [ 3002]: <-- [9:AT+FBU=1\r]
Jun 09 09:45:20.58: [ 3002]: --> [2:OK]
Jun 09 09:45:20.58: [ 3002]: <-- [23:AT+FCC=1,5,2,2,3,0,0,0\r]
Jun 09 09:45:20.79: [ 3002]: --> [2:OK]
Jun 09 09:45:20.79: [ 3002]: <-- [5:ATM0\r]
Jun 09 09:45:20.96: [ 3002]: --> [2:OK]
Jun 09 09:45:20.96: [ 3002]: STATE CHANGE: RUNNING -> SENDING
Jun 09 09:45:20.96: [ 3002]: MODEM input buffering enabled
Jun 09 09:45:20.96: [ 3002]: <-- [14:AT+FCLASS=2.0\r]
Jun 09 09:45:21.24: [ 3002]: --> [2:OK]
Jun 09 09:45:21.24: [ 3002]: <-- [9:AT+FLO=2\r]
Jun 09 09:45:21.52: [ 3002]: --> [2:OK]
Jun 09 09:45:21.52: [ 3002]: <-- [9:AT+FPP=0\r]
Jun 09 09:45:21.80: [ 3002]: --> [2:OK]
Jun 09 09:45:21.80: [ 3002]: <-- [9:AT+FBO=0\r]
Jun 09 09:45:22.10: [ 3002]: --> [2:OK]
Jun 09 09:45:22.10: [ 3002]: <-- [10:AT+FCT=30\r]
Jun 09 09:45:22.40: [ 3002]: --> [2:OK]
Jun 09 09:45:22.40: [ 3002]: <-- [15:AT+FNR=1,1,1,1\r]
Jun 09 09:45:22.70: [ 3002]: --> [2:OK]
Jun 09 09:45:22.70: [ 3002]: <-- [9:AT+FIE=0\r]
Jun 09 09:45:23.00: [ 3002]: --> [2:OK]
Jun 09 09:45:23.00: [ 3002]: <-- [9:AT+FBU=1\r]
Jun 09 09:45:23.30: [ 3002]: --> [2:OK]
Jun 09 09:45:23.30: [ 3002]: <-- [23:AT+FCC=1,5,2,2,3,0,0,0\r]
Jun 09 09:45:23.62: [ 3002]: --> [2:OK]
Jun 09 09:45:23.62: [ 3002]: <-- [20:AT+FLI="ADD d.o.o."\r]
Jun 09 09:45:23.93: [ 3002]: --> [2:OK]
Jun 09 09:45:23.93: [ 3002]: DIAL 37
Jun 09 09:45:23.93: [ 3002]: <-- [7:ATDT37\r]
Jun 09 09:45:42.38: [ 3002]: --> [4:+FCO]
Jun 09 09:45:44.49: [ 3002]: --> [121:+FHR:FF 03 20 00 00 11 80 00 8A 49 10 41 44 44 20 64 2E 6F 2E 6F 2E 20 4C 4A 42 20 53 00 4F 00 80 80 D8 8E 01 01 01 01 04]
Jun 09 09:45:44.65: [ 3002]: --> [112:+FNF:00 00 11 80 00 8A 49 10 41 44 44 20 64 2E 6F 2E 6F 2E 20 4C 4A 42 20 53 00 4F 00 80 80 D8 8E 01 01 01 01 04]
Jun 09 09:45:44.65: [ 3002]: REMOTE NSF "00 00 11 80 00 8A 49 10 41 44 44 20 64 2E 6F 2E 6F 2E 20 4C 4A 42 20 53 00 4F 00 80 80 D8 8E 01 01 01 01 04"
Jun 09 09:45:45.28: [ 3002]: --> [73:+FHR:FF 03 40 37 33 30 30 39 37 31 20 31 36 20 36 38 33 2B 20 20 20 20 20]
Jun 09 09:45:45.28: [ 3002]: --> [27:+FCI:"     +386 61 1790037"]
Jun 09 09:45:45.28: [ 3002]: REMOTE CSI "+386 61 1790037"
Jun 09 09:45:45.70: [ 3002]: --> [25:+FHR:FF 13 80 00 EE A8 44]
Jun 09 09:45:45.70: [ 3002]: --> [20:+FIS:1,5,0,2,3,1,0,3]
Jun 09 09:45:45.70: [ 3002]: --> [2:OK]
Jun 09 09:45:45.70: [ 3002]: REMOTE best rate 14400 bit/s
Jun 09 09:45:45.70: [ 3002]: REMOTE max page width 1728 pixels in 215 mm
Jun 09 09:45:45.70: [ 3002]: REMOTE max unlimited page length 
Jun 09 09:45:45.70: [ 3002]: REMOTE best vres 7.7 line/mm
Jun 09 09:45:45.70: [ 3002]: REMOTE best format 2-D MMR
Jun 09 09:45:45.70: [ 3002]: REMOTE supports T.30 Annex A, ECM
Jun 09 09:45:45.70: [ 3002]: REMOTE best 10 ms/scanline
Jun 09 09:45:45.70: [ 3002]: USE 14400 bit/s
Jun 09 09:45:45.70: [ 3002]: USE 10 ms/scanline
Jun 09 09:45:45.70: [ 3002]: USE error correction mode
Jun 09 09:45:45.70: [ 3002]: SEND file "docq/doc111.ps;31"
Jun 09 09:45:45.70: [ 3002]: USE page width 1728 pixels in 215 mm
Jun 09 09:45:45.70: [ 3002]: USE unlimited page length 
Jun 09 09:45:45.70: [ 3002]: USE 7.7 line/mm
Jun 09 09:45:45.70: [ 3002]: USE 1-D MR
Jun 09 09:45:45.70: [ 3002]: <-- [23:AT+FIS=1,5,0,2,0,1,0,3\r]
Jun 09 09:45:46.02: [ 3002]: --> [2:OK]
Jun 09 09:45:46.02: [ 3002]: <-- [7:AT+FDT\r]
Jun 09 09:45:46.22: [ 3002]: --> [73:+FHT:FF 03 43 2E 4F 2E 4F 2E 44 20 44 44 41 20 20 20 20 20 20 20 20 20 20]
Jun 09 09:45:46.22: [ 3002]: --> [25:+FHT:FF 13 83 00 62 A8 04]
Jun 09 09:45:53.15: [ 3002]: --> [13:+FHR:FF 13 84]
Jun 09 09:45:53.15: [ 3002]: --> [20:+FCS:1,5,0,2,0,1,0,3]
Jun 09 09:45:53.15: [ 3002]: --> [7:CONNECT]
Jun 09 09:45:53.15: [ 3002]: SEND begin page
Jun 09 09:45:53.15: [ 3002]: <-- data [1027]
Jun 09 09:45:53.16: [ 3002]: <-- data [981]
Jun 09 09:45:53.16: [ 3002]: SENT 2003 bytes of data
Jun 09 09:45:53.16: [ 3002]: SEND 1D RTC
Jun 09 09:45:53.16: [ 3002]: <-- data [9]
Jun 09 09:45:53.16: [ 3002]: SEND end page
Jun 09 09:45:53.16: [ 3002]: SEND send EOP (no more pages or documents)
Jun 09 09:45:53.16: [ 3002]: <-- data [2]
Jun 09 09:45:55.21: [ 3002]: --> [26:+FHT:FF 13 BF 2F 00 00 07]
Jun 09 09:45:58.11: [ 3002]: --> [13:+FHR:FF 13 8C]
Jun 09 09:45:58.11: [ 3002]: --> [13:+FHT:FF 13 FB]
Jun 09 09:45:59.82: [ 3002]: --> [7:+FHS:00]
Jun 09 09:45:59.82: [ 3002]: REMOTE HANGUP: Normal and proper end of connection (code 0)
Jun 09 09:45:59.82: [ 3002]: SEND recv MCF (message confirmation)
Jun 09 09:45:59.82: [ 3002]: SEND FAX (00000069): FROM root@hasan.add.si TO 37 (page 1 of 1 sent in 0:14)
Jun 09 09:45:59.82: [ 3002]: SEND FAX (00000069): FROM root@hasan.add.si TO 37 (docq/doc111.ps;31 sent in 0:14)
Jun 09 09:45:59.82: [ 3002]: <-- [5:ATH0\r]
Jun 09 09:45:59.82: [ 3002]: --> [2:OK]
Jun 09 09:45:59.82: [ 3002]: MODEM set DTR OFF
Jun 09 09:45:59.83: [ 3002]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
Jun 09 09:45:59.83: [ 3002]: SESSION END
begin:vcard 
n:Kurnik;Borut
x-mozilla-html:FALSE
org:ADD, d.o.o.
adr:;;;;;;
version:2.1
email;internet:borut.kurnik@add.si
x-mozilla-cpt:;0
fn:Borut Kurnik
end:vcard


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