Hylafax Mailing List Archives

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

[hylafax-users] A Hint about Devolo Microlink Fun II and Failure to train remote modem



Hello List,

I had problems like this with a Devolo Microlink Fun II getting it to work with HylaFAX v4.2.1:
SEND FAILED: JOB 10 DEST +49-123-12345678 ERR Failure to train remote modem at 2400 bps or minimum speed; too many attempts to dial
For details please read the complete log below my _now_ working config.ttySx - file.


I took the generic class1 configfile as template and changed the following parameters:
ModemRate: 57600 # rate for DCE-DTE communication ModemFlowControl: rtscts # RTS/CTS flow control assumed
ModemResetCmds: "AT&FV1E0&D2&C1S0=0+MR=0;+DR=1;+ER=1;+ILRR=0"
ModemNoFlowCmd: AT+ifc=0,0; # (&K) disable flow control cmd
ModemHardFlowCmd: AT+ifc=2,2; # (&K3) hardware flow control cmd
ModemSoftFlowCmd: AT+ifc=1,1; # (&K4) software flow control cmd


I`ve found these InitStrings in the dvl1262.inf provided by the WindozeDriver you can download at www.devolo.de.
So if someone`s got the same problem I hope this hint will help. But keep in mind that this Setup is currently only tested with
the Serial version of the modem and with only three different faxmachines:
Tobit FaXWare with an Elsa Microlink TQV Modem, An HP OfficeJet and an Canon Laser Class 9000 Series.


Anyway, I hope the "fun" in the name of the modem ... We`ll see ;-)

Kind Regards
H. Backhaus

The working configuration:
#-----------------------------------------------------------------------------------------------------------------------
#
# 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: 49
AreaCode: 0000
FAXNumber: +49.0000.00000
LongDistancePrefix: 0
InternationalPrefix: 00
DialStringRules: etc/dialrules
ServerTracing: 527
SessionTracing: 527
RecvFileMode: 0666
LogFileMode: 0666
DeviceMode: 0600
RingsBeforeAnswer: 1
SpeakerVolume: low
GettyArgs: "-h %l dx_%s"
LocalIdentifier: Schnullie
TagLineFont: etc/lutRS18.pcf
TagLineFormat: "From %%l|%c|Page %%P of %%T"
PercentGoodLines: 98
MaxConsecutiveBadLines: 2
MaxRecvPages: 99
#
#
# 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: 57600 # 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 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: "AT&FV1E0&D2&C1S0=0+MR=0;+DR=1;+ER=1;+ILRR=0" # stuff to do when modem is reset
ModemAnswerCmd: ATA # use this to answer phone
ModemNoFlowCmd: AT+ifc=0,0; # (&K) disable flow control cmd
ModemHardFlowCmd: AT+ifc=2,2; # (&K3) hardware flow control cmd
ModemSoftFlowCmd: AT+ifc=1,1; # (&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: 1000 # pause after soft reset
ModemWaitTimeCmd: ATS7=60 # wait 60 seconds for carrier
ModemCommaPauseTimeCmd: ATS8=1 # 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
Class1MsgRecvHackCmd: "" # command to avoid +FCERROR before image
Class1TCFResponseDelay: 75 # 75ms delay between recv TCF & response
Class1SendMsgDelay: 200 # 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
#-----------------------------------------------------------------------------------------------------------------------





The Problem / log:


Mar 23 20:25:53.09: [15457]: <-- [12:AT+FCLASS=1\r]
Mar 23 20:25:53.20: [15457]: --> [2:OK]
Mar 23 20:25:53.20: [15457]: MODEM set XON/XOFF/FLUSH: input ignored, output disabled
Mar 23 20:25:53.20: [15457]: DIAL 012312345678
Mar 23 20:25:53.20: [15457]: <-- [16:ATDT012312345678\r]
Mar 23 20:26:11.45: [15457]: --> [7:CONNECT]
Mar 23 20:26:11.45: [15457]: MODEM input buffering disabled
Mar 23 20:26:12.57: [15457]: --> [2:OK]
Mar 23 20:26:12.57: [15457]: REMOTE NSF "AD 00 36 04 00 00 00 00"
Mar 23 20:26:12.57: [15457]: NSF remote fax equipment: HP
Mar 23 20:26:12.57: [15457]: <-- [9:AT+FRH=3\r]
Mar 23 20:26:12.58: [15457]: --> [7:CONNECT]
Mar 23 20:26:13.29: [15457]: --> [2:OK]
Mar 23 20:26:13.29: [15457]: REMOTE CSI "012312345678"
Mar 23 20:26:13.29: [15457]: <-- [9:AT+FRH=3\r]
Mar 23 20:26:13.30: [15457]: --> [7:CONNECT]
Mar 23 20:26:13.72: [15457]: --> [2:OK]
Mar 23 20:26:13.72: [15457]: REMOTE best rate 33600 bit/s
Mar 23 20:26:13.72: [15457]: REMOTE max A4 page width (215 mm)
Mar 23 20:26:13.72: [15457]: REMOTE max unlimited page length
Mar 23 20:26:13.72: [15457]: REMOTE best vres 300 x 300 dpi
Mar 23 20:26:13.72: [15457]: REMOTE best format 2-D MMR
Mar 23 20:26:13.72: [15457]: REMOTE supports T.30 Annex A, 256-byte ECM
Mar 23 20:26:13.72: [15457]: REMOTE best 0 ms/scanline
Mar 23 20:26:13.72: [15457]: USE 14400 bit/s
Mar 23 20:26:13.72: [15457]: USE error correction mode
Mar 23 20:26:13.72: [15457]: USE 0 ms/scanline
Mar 23 20:26:13.72: [15457]: SEND file "docq/doc10.ps;c1"
Mar 23 20:26:13.72: [15457]: USE A4 page width (215 mm)
Mar 23 20:26:13.72: [15457]: USE unlimited page length
Mar 23 20:26:13.72: [15457]: USE 7.7 line/mm
Mar 23 20:26:13.72: [15457]: USE 2-D MMR
Mar 23 20:26:13.72: [15457]: SEND training at v.17 14400 bit/s
Mar 23 20:26:13.72: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:26:13.84: [15457]: --> [7:CONNECT]
Mar 23 20:26:13.84: [15457]: <-- data [23]
Mar 23 20:26:13.84: [15457]: <-- data [2]
Mar 23 20:26:14.83: [15457]: --> [7:CONNECT]
Mar 23 20:26:14.83: [15457]: <-- data [7]
Mar 23 20:26:14.83: [15457]: <-- data [2]
Mar 23 20:26:22.38: [15457]: --> [0:]
Mar 23 20:26:22.38: [15457]: MODEM <Empty line>
Mar 23 20:26:22.38: [15457]: MODEM TIMEOUT: sending DCS frame
Mar 23 20:26:22.38: [15457]: Error sending T.30 prologue frames
Mar 23 20:26:22.38: [15457]: SEND training at v.17 12000 bit/s
Mar 23 20:26:22.38: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:26:29.93: [15457]: MODEM TIMEOUT: reading line from modem
Mar 23 20:26:29.93: [15457]: Error sending T.30 prologue frames
Mar 23 20:26:29.93: [15457]: SEND training at v.17 9600 bit/s
Mar 23 20:26:29.93: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:26:37.48: [15457]: MODEM TIMEOUT: reading line from modem
Mar 23 20:26:37.48: [15457]: Error sending T.30 prologue frames
Mar 23 20:26:37.48: [15457]: SEND training at v.29 9600 bit/s
Mar 23 20:26:37.48: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:26:45.03: [15457]: MODEM TIMEOUT: reading line from modem
Mar 23 20:26:45.03: [15457]: Error sending T.30 prologue frames
Mar 23 20:26:45.03: [15457]: SEND training at v.29 7200 bit/s
Mar 23 20:26:45.03: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:26:52.58: [15457]: MODEM TIMEOUT: reading line from modem
Mar 23 20:26:52.58: [15457]: Error sending T.30 prologue frames
Mar 23 20:26:52.58: [15457]: SEND training at v.27ter 4800 bit/s
Mar 23 20:26:52.58: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:27:00.13: [15457]: MODEM TIMEOUT: reading line from modem
Mar 23 20:27:00.13: [15457]: Error sending T.30 prologue frames
Mar 23 20:27:00.13: [15457]: SEND training at v.27ter fallback mode 2400 bit/s
Mar 23 20:27:00.13: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:27:07.68: [15457]: MODEM TIMEOUT: reading line from modem
Mar 23 20:27:07.68: [15457]: Error sending T.30 prologue frames
Mar 23 20:27:07.68: [15457]: TRAINING failed
Mar 23 20:27:07.68: [15457]: <-- [9:AT+FTH=3\r]
Mar 23 20:27:15.23: [15457]: --> [0:]
Mar 23 20:27:15.23: [15457]: MODEM TIMEOUT: sending HDLC frame
Mar 23 20:27:15.23: [15457]: MODEM input buffering enabled
Mar 23 20:27:15.23: [15457]: SEND FAILED: JOB 10 DEST +49-123-12345678 ERR Failure to train remote modem at 2400 bps or minimum speed; too many attempts to dial
Mar 23 20:27:15.23: [15457]: <-- [5:ATH0\r]
Mar 23 20:27:20.23: [15457]: MODEM TIMEOUT: reading line from modem
Mar 23 20:27:20.23: [15457]: MODEM <Timeout>
Mar 23 20:27:20.23: [15457]: MODEM set DTR OFF
Mar 23 20:27:20.23: [15457]: SESSION END



After applying the InitStrings etc.:


Mar 23 20:30:26.52: [15518]: SESSION BEGIN 000000030 4912312345678
Mar 23 20:30:26.52: [15518]: HylaFAX (tm) Version 4.2.1
Mar 23 20:30:26.52: [15518]: SEND FAX: JOB 11 DEST +49-123-12345678 COMMID 000000030 DEVICE '/dev/ttyS0'
Mar 23 20:30:26.52: [15518]: MODEM input buffering enabled
Mar 23 20:30:26.52: [15518]: <-- [12:AT+FCLASS=1\r]
Mar 23 20:30:26.63: [15518]: --> [2:OK]
Mar 23 20:30:26.63: [15518]: DIAL 012312345678
Mar 23 20:30:26.63: [15518]: <-- [16:ATDT012312345678\r]
Mar 23 20:30:44.05: [15518]: --> [7:CONNECT]
Mar 23 20:30:44.05: [15518]: MODEM input buffering disabled
Mar 23 20:30:45.17: [15518]: --> [2:OK]
Mar 23 20:30:45.17: [15518]: REMOTE NSF "AD 00 36 04 00 00 00 00"
Mar 23 20:30:45.17: [15518]: NSF remote fax equipment: HP
Mar 23 20:30:45.17: [15518]: <-- [9:AT+FRH=3\r]
Mar 23 20:30:45.18: [15518]: --> [7:CONNECT]
Mar 23 20:30:45.86: [15518]: --> [2:OK]
Mar 23 20:30:45.86: [15518]: REMOTE CSI "012312345678"
Mar 23 20:30:45.86: [15518]: <-- [9:AT+FRH=3\r]
Mar 23 20:30:45.87: [15518]: --> [7:CONNECT]
Mar 23 20:30:46.29: [15518]: --> [2:OK]
Mar 23 20:30:46.29: [15518]: REMOTE best rate 33600 bit/s
Mar 23 20:30:46.29: [15518]: REMOTE max A4 page width (215 mm)
Mar 23 20:30:46.29: [15518]: REMOTE max unlimited page length
Mar 23 20:30:46.29: [15518]: REMOTE best vres 300 x 300 dpi
Mar 23 20:30:46.29: [15518]: REMOTE best format 2-D MMR
Mar 23 20:30:46.29: [15518]: REMOTE supports T.30 Annex A, 256-byte ECM
Mar 23 20:30:46.29: [15518]: REMOTE best 0 ms/scanline
Mar 23 20:30:46.29: [15518]: USE 14400 bit/s
Mar 23 20:30:46.29: [15518]: USE error correction mode
Mar 23 20:30:46.29: [15518]: USE 0 ms/scanline
Mar 23 20:30:46.29: [15518]: SEND file "docq/doc11.ps;c1"
Mar 23 20:30:46.29: [15518]: USE A4 page width (215 mm)
Mar 23 20:30:46.29: [15518]: USE unlimited page length
Mar 23 20:30:46.29: [15518]: USE 7.7 line/mm
Mar 23 20:30:46.29: [15518]: USE 2-D MMR
Mar 23 20:30:46.29: [15518]: SEND training at v.17 14400 bit/s
Mar 23 20:30:46.29: [15518]: <-- [9:AT+FTH=3\r]
Mar 23 20:30:46.41: [15518]: --> [7:CONNECT]
Mar 23 20:30:46.41: [15518]: <-- data [23]
Mar 23 20:30:46.41: [15518]: <-- data [2]
Mar 23 20:30:47.41: [15518]: --> [7:CONNECT]
Mar 23 20:30:47.41: [15518]: <-- data [7]
Mar 23 20:30:47.41: [15518]: <-- data [2]
Mar 23 20:30:48.45: [15518]: --> [2:OK]
Mar 23 20:30:48.45: [15518]: <-- [9:AT+FTS=7\r]
Mar 23 20:30:48.53: [15518]: --> [2:OK]
Mar 23 20:30:48.53: [15518]: <-- [11:AT+FTM=145\r]
Mar 23 20:30:49.96: [15518]: --> [7:CONNECT]
Mar 23 20:30:49.96: [15518]: <-- data [1024]
Mar 23 20:30:49.96: [15518]: <-- data [1024]
Mar 23 20:30:49.96: [15518]: <-- data [652]
Mar 23 20:30:49.96: [15518]: <-- data [2]
Mar 23 20:30:51.57: [15518]: --> [2:OK]
Mar 23 20:30:51.57: [15518]: <-- [9:AT+FRH=3\r]
Mar 23 20:30:51.95: [15518]: --> [7:CONNECT]
Mar 23 20:30:52.96: [15518]: --> [2:OK]
Mar 23 20:30:52.96: [15518]: TRAINING succeeded
Mar 23 20:30:52.96: [15518]: SEND begin page
Mar 23 20:30:52.99: [15518]: SEND EOFB
Mar 23 20:30:52.99: [15518]: SEND send frame number 0
Mar 23 20:30:52.99: [15518]: SEND send frame number 1
Mar 23 20:30:52.99: [15518]: SEND send frame number 2
Mar 23 20:30:52.99: [15518]: SEND send frame number 3
Mar 23 20:30:52.99: [15518]: SEND send frame number 4
Mar 23 20:30:52.99: [15518]: SEND send frame number 5
Mar 23 20:30:52.99: [15518]: SEND send frame number 6
Mar 23 20:30:52.99: [15518]: SEND send frame number 7
Mar 23 20:30:52.99: [15518]: SEND send frame number 8
Mar 23 20:30:52.99: [15518]: SEND send frame number 9
Mar 23 20:30:52.99: [15518]: SEND send frame number 10
Mar 23 20:30:52.99: [15518]: SEND send frame number 11
Mar 23 20:30:52.99: [15518]: SEND send frame number 12
Mar 23 20:30:53.00: [15518]: SEND send frame number 13
Mar 23 20:30:53.00: [15518]: SEND send frame number 14
Mar 23 20:30:53.00: [15518]: SEND send frame number 15
Mar 23 20:30:53.00: [15518]: SEND send frame number 16
Mar 23 20:30:53.00: [15518]: SEND send frame number 17
Mar 23 20:30:53.00: [15518]: SEND send frame number 18
Mar 23 20:30:53.00: [15518]: SEND send frame number 19
Mar 23 20:30:53.00: [15518]: SEND send frame number 20
Mar 23 20:30:53.00: [15518]: SEND send frame number 21
Mar 23 20:30:53.00: [15518]: SEND send frame number 22
Mar 23 20:30:53.00: [15518]: SEND send frame number 23
Mar 23 20:30:53.00: [15518]: SEND send frame number 24
Mar 23 20:30:53.00: [15518]: SEND send frame number 25
Mar 23 20:30:53.00: [15518]: SEND send frame number 26
Mar 23 20:30:53.00: [15518]: SEND send frame number 27
Mar 23 20:30:53.00: [15518]: SEND send frame number 28
Mar 23 20:30:53.00: [15518]: SEND send frame number 29
Mar 23 20:30:53.00: [15518]: SEND send frame number 30
Mar 23 20:30:53.00: [15518]: SEND send frame number 31
Mar 23 20:30:53.00: [15518]: SEND send frame number 32
Mar 23 20:30:53.00: [15518]: SEND send frame number 33
Mar 23 20:30:53.00: [15518]: SEND send frame number 34
Mar 23 20:30:53.00: [15518]: SEND send frame number 35
Mar 23 20:30:53.00: [15518]: SEND send frame number 36
Mar 23 20:30:53.00: [15518]: SEND send frame number 37
Mar 23 20:30:53.00: [15518]: SEND send frame number 38
Mar 23 20:30:53.00: [15518]: SEND send frame number 39
Mar 23 20:30:53.00: [15518]: SEND send frame number 40
Mar 23 20:30:53.00: [15518]: SEND send frame number 41
Mar 23 20:30:53.00: [15518]: SEND send frame number 42
Mar 23 20:30:53.00: [15518]: SEND send frame number 43
Mar 23 20:30:53.00: [15518]: SEND send frame number 44
Mar 23 20:30:53.00: [15518]: SEND send frame number 45
Mar 23 20:30:53.00: [15518]: SEND send frame number 46
Mar 23 20:30:53.00: [15518]: SEND send frame number 47
Mar 23 20:30:53.00: [15518]: SEND send frame number 48
Mar 23 20:30:53.00: [15518]: SEND send frame number 49
Mar 23 20:30:53.00: [15518]: DELAY 200 ms
Mar 23 20:30:53.20: [15518]: <-- [11:AT+FTM=146\r]
Mar 23 20:30:53.38: [15518]: --> [7:CONNECT]
Mar 23 20:30:53.38: [15518]: <-- data [1029]
Mar 23 20:30:53.38: [15518]: <-- data [1028]
Mar 23 20:30:53.38: [15518]: <-- data [1032]
Mar 23 20:30:53.38: [15518]: <-- data [1034]
Mar 23 20:30:53.99: [15518]: <-- data [1039]
Mar 23 20:30:53.99: [15518]: <-- data [1033]
Mar 23 20:30:53.99: [15518]: <-- data [1027]
Mar 23 20:30:54.48: [15518]: <-- data [1035]
Mar 23 20:30:55.34: [15518]: <-- data [1035]
Mar 23 20:30:55.77: [15518]: <-- data [1035]
Mar 23 20:30:56.19: [15518]: <-- data [1033]
Mar 23 20:30:56.63: [15518]: <-- data [1030]
Mar 23 20:30:57.48: [15518]: <-- data [1034]
Mar 23 20:30:57.91: [15518]: <-- data [582]
Mar 23 20:30:58.34: [15518]: <-- data [2]
Mar 23 20:31:01.21: [15518]: --> [2:OK]
Mar 23 20:31:01.21: [15518]: <-- [9:AT+FTS=9\r]
Mar 23 20:31:01.30: [15518]: --> [2:OK]
Mar 23 20:31:01.30: [15518]: <-- [9:AT+FTH=3\r]
Mar 23 20:31:01.36: [15518]: --> [7:CONNECT]
Mar 23 20:31:01.36: [15518]: <-- data [7]
Mar 23 20:31:01.36: [15518]: <-- data [2]
Mar 23 20:31:02.71: [15518]: --> [2:OK]
Mar 23 20:31:02.71: [15518]: SEND send PPS (partial page signal)
Mar 23 20:31:02.71: [15518]: SEND send EOP (no more pages or documents)
Mar 23 20:31:02.71: [15518]: <-- [9:AT+FRH=3\r]
Mar 23 20:31:03.08: [15518]: --> [7:CONNECT]
Mar 23 20:31:04.08: [15518]: --> [2:OK]
Mar 23 20:31:04.08: [15518]: SEND recv MCF (message confirmation)
Mar 23 20:31:04.08: [15518]: <-- [9:AT+FRS=7\r]
Mar 23 20:31:04.82: [15518]: --> [2:OK]
Mar 23 20:31:04.82: [15518]: SEND end page
Mar 23 20:31:04.82: [15518]: SEND FAX (000000030): FROM xxxxx@xxxxx TO +49-123-12345678 (docq/doc11.ps;c1 sent in 0:18)
Mar 23 20:31:04.82: [15518]: SEND FAX (000000030): FROM xxxxx@xxxxx TO +49-123-12345678 (page 1 of 1 sent in 0:18)
Mar 23 20:31:05.83: [15518]: <-- [9:AT+FTH=3\r]
Mar 23 20:31:05.90: [15518]: --> [7:CONNECT]
Mar 23 20:31:05.90: [15518]: <-- data [3]
Mar 23 20:31:05.90: [15518]: <-- data [2]
Mar 23 20:31:07.14: [15518]: --> [2:OK]
Mar 23 20:31:07.14: [15518]: MODEM input buffering enabled
Mar 23 20:31:07.14: [15518]: <-- [5:ATH0\r]
Mar 23 20:31:07.44: [15518]: --> [2:OK]
Mar 23 20:31:07.44: [15518]: MODEM set DTR OFF
Mar 23 20:31:07.44: [15518]: SESSION END




--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*



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