![]() |
Hello all. I am using ZyXEL 2864 ID as faxdevice with HylaFax 4.0pl and Linux-Kernel 2.0.32. I sometimes encounter problems while sending and receiveing faxes. You will find the details as wel as some logfiles within this message. The following three classes of probleems occur: (You will find the depending Logfiles under "1.a","2.a" etc.) 1. The received / sended facsimiles are o.k.. But HylaFax sends a "Unspecified Transmit Phase B error (code 20)" (This can vary and can also be in Phase D or else) to the remote faxdevice Which now tries to dial in once more. see Outgoing fax 1. 2. Although only the first page of the facsimile is received correctly HylaFax / the ZyXEL states in the logfile everything would be o.k. But the pages which followed the first page were unreadable. see 2.a and 2.b This can also happen with only one page transmitted. The page is errorous / unreadable but HylaFax states it would be o.k. see 2.c 3. The fax transmission fails at all. "Unspecified Receive Phase B error" see 3. further more I would like to know - whether CLASS 2.0 commands are an extension of CLASS 2 commands (so that one can mix them partially that means have CLASS 2 and CLASS 2.0 a shared set of commands ? - If, which commands are that ? - are CLASS 2.0 an independant set of AT fax commands ? ######################## BEGIN HARDWARE ################## ZyXEL 2864 ID ati -> 28642 ati2 -> 2864I DSS1: V 2.11 Internal fax/modem: V 1.16f DFCC ######################## END HARDWARE ################## These are the configuration files for CLASS 2.0 ######################## BEGIN CLASS 2.0 ################## # $Id: class2.0,v 1.12 1996/06/24 02:58:33 sam Rel $ # # CONFIG: CLASS2.0: ZyXEL*O288S*-* # HylaFAX Facsimile Software # # Copyright (c) 1990-1996 Sam Leffler # Copyright (c) 1991-1996 Silicon Graphics, Inc. # HylaFAX is a trademark of Silicon Graphics, Inc. # # BEGIN-SERVER CountryCode: 49 # Deutschland LongDistancePrefix: 0 InternationalPrefix: 00 AreaCode: 30 DialStringRules: etc/dialrules FAXNumber: +49.30.75702991 LocalIdentifier: "Haneke Systemtechnik" # default is canonical FAXNumber ServerTracing: 2 # log server-related operations SessionTracing: 11 # log server-related operations GettyArgs: "-h %l dx_%s" # requires modem to auto-detect fax/data SpeakerVolume: OFF # machine's are already too loud RingsBeforeAnswer: 2 # answer on first ring "Any" # outbound jobs any day, any time # END-SERVER # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class2.0 # use class 2.0 interface ModemRate: 192000 # 19.2 works fine ModemFlowControl: rtscts # default ModemNoFlowCmd: AT&H0 # disable flow control ModemHardFlowCmd: AT&H3 # hardware flow control ModemSoftFlowCmd: AT&H4 # software flow control ModemSetupDTRCmd: AT&D2 # DTR off causes modem to hang up ModemSetupDCDCmd: AT&C1 # DCD tracks carrier ModemSetupAACmd: AT+FAA=0 # enable in current class, also tried it with +FAA=1 ! # Additional reset commands: ModemResetCmds: "AT&N32&B1&N0+FCLASS=2.0" ######################## END CLASS 2.0 ######################### These are the configuration files for CLASS 2. Which did not work as well. ######################## BEGIN CLASS 2 ######################### # $Id: class2,v 1.23 1996/06/24 02:58:32 sam Rel $ # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class2 # use this to supply a hint ModemRate: 38400 ModemFlowControl: xonxoff # XON/XOFF flow control assumed ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not) # # 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: ATZ 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 # # Configuration parameters for Class 2 modems. # Class2Cmd: AT+FCLASS=2 # command to enter class 2 Class2BORCmd: AT+FBOR=0 # bit order for phase B/C/D (direct) Class2RELCmd: AT+FREL=1 # byte-align EOL codes on recv Class2CQCmd: "" # commands to enable copy quality proc. Class2AbortCmd: AT+FK # abort session command Class2CQQueryCmd: AT+FCQ=? # query for copy quality capabilities Class2DCCQueryCmd: AT+FDCC=? # query for modem capabilities Class2TBCCmd: AT+FTBC=0 # setup stream mode Class2CRCmd: AT+FCR=1 # enable capability to receive Class2PHCTOCmd: AT+FPHCTO=30 # set phase C timeout parameter Class2BUGCmd: AT+FBUG=1 # enable HDLC frame tracing Class2LIDCmd: AT+FLID # set local identifier command Class2DCCCmd: AT+FDCC # set modem capabilities command Class2DISCmd: AT+FDIS # set session parameters command # Class2DDISCmd: "" # set session parameters command Class2DDISCmd: AT+FDIS # disable pre-dial DIS command hack Class2CIGCmd: AT+FCIG # set polling identifier command Class2PTSCmd: AT+FPTS # set post-page status command Class2SPLCmd: AT+FSPL # set polling indicator command # # If Class2RecvDataTrigger is not set, then it is set to DC1 # Class2RecvDataTrigger: "" # character sent to modem to start recv Class2XmitWaitForXON: yes # if true, wait for XON before send ######################## END CLASS 2 ######################### ######### BEGIN LOGFILES #################### 1. May 22 13:46:36.95: [16074]: SESSION BEGIN 00000090 493069409827 May 22 13:46:36.95: [16074]: SEND FAX: JOB 8 DEST 69409827 COMMID 00000090 May 22 13:46:36.95: [16074]: DELAY 2600 ms May 22 13:46:39.56: [16074]: <-- [17:ATN2E0V1Q0S0=0H0\r] May 22 13:46:39.58: [16074]: --> [2:OK] May 22 13:46:39.58: [16074]: <-- [21:ATS8=2S7=60&H4&D2&C1\r] May 22 13:46:39.60: [16074]: --> [2:OK] May 22 13:46:39.60: [16074]: <-- [14:AT+FCLASS=2.0\r] May 22 13:46:39.63: [16074]: --> [2:OK] May 22 13:46:39.63: [16074]: <-- [9:AT+FLO=1\r] May 22 13:46:39.65: [16074]: --> [2:OK] May 22 13:46:39.65: [16074]: <-- [9:AT+FPP=0\r] May 22 13:46:39.67: [16074]: --> [2:OK] May 22 13:46:39.67: [16074]: <-- [9:AT+FBO=0\r] May 22 13:46:39.69: [16074]: --> [2:OK] May 22 13:46:39.69: [16074]: <-- [10:AT+FCT=30\r] May 22 13:46:39.71: [16074]: --> [2:OK] May 22 13:46:39.71: [16074]: <-- [9:AT+FCQ=2\r] May 22 13:46:39.73: [16074]: --> [2:OK] May 22 13:46:39.73: [16074]: <-- [15:AT+FNR=1,1,1,1\r] May 22 13:46:39.75: [16074]: --> [2:OK] May 22 13:46:39.75: [16074]: <-- [9:AT+FIE=0\r] May 22 13:46:39.78: [16074]: --> [2:OK] May 22 13:46:39.78: [16074]: <-- [23:AT+FCC=1,5,2,2,1,0,0,0\r] May 22 13:46:39.81: [16074]: --> [2:OK] May 22 13:46:39.81: [16074]: <-- [7:ATL1M1\r] May 22 13:46:39.83: [16074]: --> [2:OK] May 22 13:46:39.83: [16074]: <-- [14:AT+FCLASS=2.0\r] May 22 13:46:39.95: [16074]: --> [2:OK] May 22 13:46:39.95: [16074]: <-- [9:AT+FLO=1\r] May 22 13:46:40.07: [16074]: --> [2:OK] May 22 13:46:40.07: [16074]: <-- [9:AT+FPP=0\r] May 22 13:46:40.20: [16074]: --> [2:OK] May 22 13:46:40.20: [16074]: <-- [9:AT+FBO=0\r] May 22 13:46:40.32: [16074]: --> [2:OK] May 22 13:46:40.32: [16074]: <-- [10:AT+FCT=30\r] May 22 13:46:40.44: [16074]: --> [2:OK] May 22 13:46:40.44: [16074]: <-- [9:AT+FCQ=2\r] May 22 13:46:40.56: [16074]: --> [2:OK] May 22 13:46:40.56: [16074]: <-- [15:AT+FNR=1,1,1,1\r] May 22 13:46:40.69: [16074]: --> [2:OK] May 22 13:46:40.69: [16074]: <-- [9:AT+FIE=0\r] May 22 13:46:40.81: [16074]: --> [2:OK] May 22 13:46:40.81: [16074]: <-- [23:AT+FCC=1,5,2,2,1,0,0,0\r] May 22 13:46:40.94: [16074]: --> [2:OK] May 22 13:46:40.94: [16074]: <-- [30:AT+FLI="Haneke Systemtechnik"\r] May 22 13:46:41.07: [16074]: --> [2:OK] May 22 13:46:41.26: [16074]: DIAL 69409827 May 22 13:46:41.26: [16074]: <-- [15:ATDTM69409827@\r] May 22 13:46:47.31: [16074]: --> [7:RINGING] May 22 13:46:51.59: [16074]: --> [7:RINGING] May 22 13:46:55.87: [16074]: --> [7:RINGING] May 22 13:47:00.14: [16074]: --> [7:RINGING] May 22 13:47:04.42: [16074]: --> [7:RINGING] May 22 13:47:12.40: [16074]: --> [4:+FCO] May 22 13:47:12.40: [16074]: --> [76:+FNF:00 00 51 00 00 90 80 2A F6 0E 04 2A 86 1E 96 04 62 86 1E 04 72 A2 AA ] May 22 13:47:12.40: [16074]: REMOTE NSF "00 00 51 00 00 90 80 2A F6 0E 04 2A 86 1E 96 04 62 86 1E 04 72 A2 AA" May 22 13:47:12.40: [16074]: --> [26:+FCI: +49 30 69409827 ] May 22 13:47:12.40: [16074]: REMOTE CSI "+49 30 69409827" May 22 13:47:12.52: [16074]: --> [20:+FIS:1,3,0,2,0,0,0,4] May 22 13:47:12.52: [16074]: --> [2:OK] May 22 13:47:12.52: [16074]: REMOTE best rate 9600 bit/s May 22 13:47:12.52: [16074]: REMOTE max page width 1728 pixels in 215 mm May 22 13:47:12.52: [16074]: REMOTE max unlimited page length May 22 13:47:12.52: [16074]: REMOTE best vres 7.7 line/mm May 22 13:47:12.52: [16074]: REMOTE best format 1-D MR May 22 13:47:12.52: [16074]: REMOTE best 20 ms, 10 ms/scanline May 22 13:47:12.52: [16074]: USE 9600 bit/s May 22 13:47:12.52: [16074]: USE 20 ms, 10 ms/scanline May 22 13:47:12.52: [16074]: SEND file "docq/doc8.ps;01" May 22 13:47:12.52: [16074]: USE page width 1728 pixels in 215 mm May 22 13:47:12.52: [16074]: USE unlimited page length May 22 13:47:12.52: [16074]: USE 7.7 line/mm May 22 13:47:12.52: [16074]: USE 1-D MR May 22 13:47:12.52: [16074]: <-- [23:AT+FIS=1,3,0,2,0,0,0,4\r] May 22 13:47:19.57: [16074]: --> [7:+FHS:20] May 22 13:47:19.57: [16074]: REMOTE HANGUP: Unspecified Transmit Phase B error (code 20) May 22 13:47:19.57: [16074]: --> [2:OK] May 22 13:47:19.57: [16074]: <-- [7:AT+FDT\r] May 22 13:47:19.77: [16074]: --> [10:NO CARRIER] May 22 13:47:19.77: [16074]: MODEM No carrier May 22 13:47:19.77: [16074]: <-- [5:ATH0\r] May 22 13:47:24.77: [16074]: MODEM <Timeout> May 22 13:47:54.77: [16074]: SESSION END 2.a Jun 02 14:59:11.38: [ 338]: SESSION BEGIN 00000167 493075702991 Jun 02 14:59:11.38: [ 338]: <-- [4:ATA\r] Jun 02 14:59:21.88: [ 338]: --> [4:+FCO] Jun 02 14:59:21.88: [ 338]: ANSWER: FAX CONNECTION Jun 02 14:59:21.88: [ 338]: RECV FAX: begin Jun 02 14:59:26.27: [ 338]: --> [26:+FTI:+493322251524 ] Jun 02 14:59:26.27: [ 338]: REMOTE TSI "+493322251524" Jun 02 14:59:26.27: [ 338]: --> [20:+FCS:1,5,0,2,0,0,0,0] Jun 02 14:59:26.27: [ 338]: REMOTE wants 14400 bit/s Jun 02 14:59:26.27: [ 338]: REMOTE wants page width 1728 pixels in 215 mm Jun 02 14:59:26.27: [ 338]: REMOTE wants unlimited page length Jun 02 14:59:26.27: [ 338]: REMOTE wants 7.7 line/mm Jun 02 14:59:26.27: [ 338]: REMOTE wants 1-D MR Jun 02 14:59:26.27: [ 338]: --> [2:OK] Jun 02 14:59:26.27: [ 338]: <-- [7:AT+FDR\r] Jun 02 14:59:27.82: [ 338]: --> [20:+FCS:1,5,0,2,0,0,0,0] Jun 02 14:59:27.82: [ 338]: REMOTE wants 14400 bit/s Jun 02 14:59:27.82: [ 338]: REMOTE wants page width 1728 pixels in 215 mm Jun 02 14:59:27.82: [ 338]: REMOTE wants unlimited page length Jun 02 14:59:27.82: [ 338]: REMOTE wants 7.7 line/mm Jun 02 14:59:27.82: [ 338]: REMOTE wants 1-D MR Jun 02 14:59:28.48: [ 338]: --> [7:CONNECT] Jun 02 14:59:28.48: [ 338]: RECV: begin page Jun 02 14:59:28.48: [ 338]: RECV: send trigger 022 Jun 02 14:59:28.48: [ 338]: <-- data [1] Jun 02 14:59:47.54: [ 338]: RECV: 32716 bytes of data, 918 total lines Jun 02 15:00:05.61: [ 338]: RECV: 32707 bytes of data, 1504 total lines Jun 02 15:00:20.82: [ 338]: RECV: 27811 bytes of data, 2387 total lines Jun 02 15:00:20.82: [ 338]: --> [16:+FPS:1,94E,0,0,0] Jun 02 15:00:22.35: [ 338]: --> [6:+FET:0] Jun 02 15:00:22.35: [ 338]: RECV recv MPS (more pages, same document) Jun 02 15:00:22.35: [ 338]: --> [2:OK] Jun 02 15:00:22.35: [ 338]: RECV send MCF (message confirmation) Jun 02 15:00:22.35: [ 338]: RECV FAX (00000167): from +493322251524, page 1 in 0:56, INF, 7.7 line/mm, 1-D MR Jun 02 15:00:22.35: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:00:24.71: [ 338]: --> [7:CONNECT] Jun 02 15:00:24.71: [ 338]: RECV: begin page Jun 02 15:00:24.71: [ 338]: RECV: send trigger 022 Jun 02 15:00:24.71: [ 338]: <-- data [1] Jun 02 15:00:43.76: [ 338]: RECV: 32688 bytes of data, 873 total lines Jun 02 15:01:01.81: [ 338]: RECV: 32759 bytes of data, 1489 total lines Jun 02 15:01:13.68: [ 338]: RECV: 21764 bytes of data, 2387 total lines Jun 02 15:01:13.79: [ 338]: --> [16:+FPS:1,94E,0,0,0] Jun 02 15:01:15.38: [ 338]: --> [6:+FET:0] Jun 02 15:01:15.38: [ 338]: RECV recv MPS (more pages, same document) Jun 02 15:01:15.38: [ 338]: --> [2:OK] Jun 02 15:01:15.38: [ 338]: RECV send MCF (message confirmation) Jun 02 15:01:15.38: [ 338]: RECV FAX (00000167): from +493322251524, page 2 in 0:53, INF, 7.7 line/mm, 1-D MR Jun 02 15:01:15.38: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:01:17.78: [ 338]: --> [7:CONNECT] Jun 02 15:01:17.78: [ 338]: RECV: begin page Jun 02 15:01:17.78: [ 338]: RECV: send trigger 022 Jun 02 15:01:17.78: [ 338]: <-- data [1] Jun 02 15:01:36.87: [ 338]: RECV: 32748 bytes of data, 939 total lines Jun 02 15:01:55.03: [ 338]: RECV: 32747 bytes of data, 1523 total lines Jun 02 15:02:07.80: [ 338]: RECV: 23223 bytes of data, 2387 total lines Jun 02 15:02:07.80: [ 338]: --> [16:+FPS:1,94E,0,0,0] Jun 02 15:02:09.51: [ 338]: --> [6:+FET:0] Jun 02 15:02:09.51: [ 338]: RECV recv MPS (more pages, same document) Jun 02 15:02:09.51: [ 338]: --> [2:OK] Jun 02 15:02:09.51: [ 338]: RECV send MCF (message confirmation) Jun 02 15:02:09.51: [ 338]: RECV FAX (00000167): from +493322251524, page 3 in 0:54, INF, 7.7 line/mm, 1-D MR Jun 02 15:02:09.51: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:02:11.88: [ 338]: --> [7:CONNECT] Jun 02 15:02:11.88: [ 338]: RECV: begin page Jun 02 15:02:11.88: [ 338]: RECV: send trigger 022 Jun 02 15:02:11.88: [ 338]: <-- data [1] Jun 02 15:02:31.00: [ 338]: RECV: 32721 bytes of data, 832 total lines Jun 02 15:02:49.11: [ 338]: RECV: 32742 bytes of data, 1398 total lines Jun 02 15:03:07.22: [ 338]: RECV: 32690 bytes of data, 2125 total lines Jun 02 15:03:10.38: [ 338]: RECV: 6087 bytes of data, 2387 total lines Jun 02 15:03:10.49: [ 338]: --> [16:+FPS:1,94E,0,0,0] Jun 02 15:03:12.18: [ 338]: --> [6:+FET:0] Jun 02 15:03:12.18: [ 338]: RECV recv MPS (more pages, same document) Jun 02 15:03:12.18: [ 338]: --> [2:OK] Jun 02 15:03:12.18: [ 338]: RECV send MCF (message confirmation) Jun 02 15:03:12.18: [ 338]: RECV FAX (00000167): from +493322251524, page 4 in 1:03, INF, 7.7 line/mm, 1-D MR Jun 02 15:03:12.18: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:03:14.55: [ 338]: --> [7:CONNECT] Jun 02 15:03:14.55: [ 338]: RECV: begin page Jun 02 15:03:14.55: [ 338]: RECV: send trigger 022 Jun 02 15:03:14.55: [ 338]: <-- data [1] Jun 02 15:03:33.56: [ 338]: RECV: 32708 bytes of data, 838 total lines Jun 02 15:03:51.71: [ 338]: RECV: 32736 bytes of data, 1500 total lines Jun 02 15:04:09.70: [ 338]: RECV: 32700 bytes of data, 2165 total lines Jun 02 15:04:10.80: [ 338]: RECV: 2114 bytes of data, 2387 total lines Jun 02 15:04:10.80: [ 338]: --> [16:+FPS:1,94E,0,0,0] Jun 02 15:04:12.44: [ 338]: --> [6:+FET:0] Jun 02 15:04:12.44: [ 338]: RECV recv MPS (more pages, same document) Jun 02 15:04:12.44: [ 338]: --> [2:OK] Jun 02 15:04:12.44: [ 338]: RECV send MCF (message confirmation) Jun 02 15:04:12.44: [ 338]: RECV FAX (00000167): from +493322251524, page 5 in 1:00, INF, 7.7 line/mm, 1-D MR Jun 02 15:04:12.44: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:04:14.76: [ 338]: --> [7:CONNECT] Jun 02 15:04:14.76: [ 338]: RECV: begin page Jun 02 15:04:14.76: [ 338]: RECV: send trigger 022 Jun 02 15:04:14.76: [ 338]: <-- data [1] Jun 02 15:04:33.75: [ 338]: RECV: 32763 bytes of data, 998 total lines Jun 02 15:04:51.61: [ 338]: RECV: 32728 bytes of data, 2007 total lines Jun 02 15:04:59.82: [ 338]: RECV: 14817 bytes of data, 2387 total lines Jun 02 15:04:59.82: [ 338]: --> [16:+FPS:1,94E,0,0,0] Jun 02 15:05:01.51: [ 338]: --> [6:+FET:0] Jun 02 15:05:01.51: [ 338]: RECV recv MPS (more pages, same document) Jun 02 15:05:01.51: [ 338]: --> [2:OK] Jun 02 15:05:01.51: [ 338]: RECV send MCF (message confirmation) Jun 02 15:05:01.51: [ 338]: RECV FAX (00000167): from +493322251524, page 6 in 0:49, INF, 7.7 line/mm, 1-D MR Jun 02 15:05:01.51: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:05:03.86: [ 338]: --> [7:CONNECT] Jun 02 15:05:03.86: [ 338]: RECV: begin page Jun 02 15:05:03.86: [ 338]: RECV: send trigger 022 Jun 02 15:05:03.86: [ 338]: <-- data [1] Jun 02 15:05:22.88: [ 338]: RECV: 32764 bytes of data, 897 total lines Jun 02 15:05:40.89: [ 338]: RECV: 32740 bytes of data, 1606 total lines Jun 02 15:05:58.94: [ 338]: RECV: 32636 bytes of data, 2387 total lines Jun 02 15:05:58.94: [ 338]: --> [16:+FPS:1,94E,0,0,0] Jun 02 15:06:00.56: [ 338]: --> [6:+FET:0] Jun 02 15:06:00.56: [ 338]: RECV recv MPS (more pages, same document) Jun 02 15:06:00.56: [ 338]: --> [2:OK] Jun 02 15:06:00.56: [ 338]: RECV send MCF (message confirmation) Jun 02 15:06:00.56: [ 338]: RECV FAX (00000167): from +493322251524, page 7 in 0:59, INF, 7.7 line/mm, 1-D MR Jun 02 15:06:00.56: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:06:02.90: [ 338]: --> [7:CONNECT] Jun 02 15:06:02.90: [ 338]: RECV: begin page Jun 02 15:06:02.90: [ 338]: RECV: send trigger 022 Jun 02 15:06:02.90: [ 338]: <-- data [1] Jun 02 15:06:21.95: [ 338]: RECV: 32739 bytes of data, 865 total lines Jun 02 15:06:40.03: [ 338]: RECV: 32761 bytes of data, 1496 total lines Jun 02 15:06:56.20: [ 338]: RECV: 29448 bytes of data, 2387 total lines Jun 02 15:06:56.20: [ 338]: --> [16:+FPS:1,94E,1,1,0] Jun 02 15:06:57.86: [ 338]: --> [6:+FET:2] Jun 02 15:06:57.86: [ 338]: RECV recv EOP (no more pages or documents) Jun 02 15:06:57.86: [ 338]: --> [2:OK] Jun 02 15:06:57.86: [ 338]: RECV send MCF (message confirmation) Jun 02 15:06:57.86: [ 338]: RECV FAX (00000167): from +493322251524, page 8 in 0:57, INF, 7.7 line/mm, 1-D MR Jun 02 15:06:57.86: [ 338]: RECV FAX (00000167): recvq/fax00106.tif from +493322251524, route to <unspecified>, 8 pages in 7:36 Jun 02 15:06:57.86: [ 338]: <-- [7:AT+FDR\r] Jun 02 15:07:00.79: [ 338]: --> [7:+FHS:00] Jun 02 15:07:00.79: [ 338]: REMOTE HANGUP: Normal and proper end of connection (code 0) Jun 02 15:07:00.79: [ 338]: RECV FAX: bin/faxrcvd "recvq/fax00106.tif" "modem" "00000167" "" Jun 02 15:07:06.70: [ 338]: RECV FAX: end Jun 02 15:07:06.70: [ 338]: SESSION END 2.b Jun 02 12:30:12.55: [ 338]: SESSION BEGIN 00000158 493075702991 Jun 02 12:30:12.55: [ 338]: <-- [4:ATA\r] Jun 02 12:30:23.06: [ 338]: --> [4:+FCO] Jun 02 12:30:23.06: [ 338]: ANSWER: FAX CONNECTION Jun 02 12:30:23.06: [ 338]: RECV FAX: begin Jun 02 12:30:25.63: [ 338]: --> [26:+FTI: +49 2261 83120 ] Jun 02 12:30:25.63: [ 338]: REMOTE TSI "+49 2261 83120" Jun 02 12:30:25.63: [ 338]: --> [20:+FCS:0,3,0,2,1,0,0,3] Jun 02 12:30:25.63: [ 338]: REMOTE wants 9600 bit/s Jun 02 12:30:25.63: [ 338]: REMOTE wants page width 1728 pixels in 215 mm Jun 02 12:30:25.63: [ 338]: REMOTE wants unlimited page length Jun 02 12:30:25.63: [ 338]: REMOTE wants 3.85 line/mm Jun 02 12:30:25.63: [ 338]: REMOTE wants 2-D MR Jun 02 12:30:25.63: [ 338]: --> [2:OK] Jun 02 12:30:25.63: [ 338]: <-- [7:AT+FDR\r] Jun 02 12:30:27.18: [ 338]: --> [20:+FCS:0,3,0,2,1,0,0,3] Jun 02 12:30:27.18: [ 338]: REMOTE wants 9600 bit/s Jun 02 12:30:27.18: [ 338]: REMOTE wants page width 1728 pixels in 215 mm +Jun 02 12:30:27.18: [ 338]: REMOTE wants unlimited page length Jun 02 12:30:27.18: [ 338]: REMOTE wants 3.85 line/mm Jun 02 12:30:27.18: [ 338]: REMOTE wants 2-D MR Jun 02 12:30:28.07: [ 338]: --> [7:CONNECT] Jun 02 12:30:28.07: [ 338]: RECV: begin page Jun 02 12:30:28.07: [ 338]: RECV: send trigger 022 Jun 02 12:30:28.07: [ 338]: <-- data [1] Jun 02 12:30:51.76: [ 338]: RECV: 25387 bytes of data, 1112 total lines Jun 02 12:30:51.76: [ 338]: --> [16:+FPS:1,453,0,0,0] Jun 02 12:30:53.05: [ 338]: --> [6:+FET:0] Jun 02 12:30:53.05: [ 338]: RECV recv MPS (more pages, same document) Jun 02 12:30:53.05: [ 338]: --> [2:OK] Jun 02 12:30:53.05: [ 338]: RECV send MCF (message confirmation) Jun 02 12:30:53.05: [ 338]: RECV FAX (00000158): from +49 2261 83120, page 1 in 0:28, INF, 3.85 line/mm, 2-D MR Jun 02 12:30:53.05: [ 338]: <-- [7:AT+FDR\r] Jun 02 12:30:55.30: [ 338]: --> [7:CONNECT] Jun 02 12:30:55.30: [ 338]: RECV: begin page Jun 02 12:30:55.30: [ 338]: RECV: send trigger 022 Jun 02 12:30:55.30: [ 338]: <-- data [1] Jun 02 12:31:26.86: [ 338]: RECV: 32747 bytes of data, 755 total lines Jun 02 12:31:48.08: [ 338]: RECV: 25174 bytes of data, 1116 total lines Jun 02 12:31:48.08: [ 338]: --> [16:+FPS:1,457,0,0,0] Jun 02 12:31:49.38: [ 338]: --> [6:+FET:0] Jun 02 12:31:49.38: [ 338]: RECV recv MPS (more pages, same document) Jun 02 12:31:49.38: [ 338]: --> [2:OK] Jun 02 12:31:49.38: [ 338]: RECV send MCF (message confirmation) Jun 02 12:31:49.38: [ 338]: RECV FAX (00000158): from +49 2261 83120, page 2 in 0:56, INF, 3.85 line/mm, 2-D MR Jun 02 12:31:49.38: [ 338]: <-- [7:AT+FDR\r] Jun 02 12:31:51.68: [ 338]: --> [7:CONNECT] Jun 02 12:31:51.68: [ 338]: RECV: begin page Jun 02 12:31:51.68: [ 338]: RECV: send trigger 022 Jun 02 12:31:51.68: [ 338]: <-- data [1] Jun 02 12:32:22.84: [ 338]: RECV: 32710 bytes of data, 708 total lines Jun 02 12:32:31.31: [ 338]: RECV: 8759 bytes of data, 1111 total lines Jun 02 12:32:31.31: [ 338]: --> [16:+FPS:1,452,0,0,0] Jun 02 12:32:32.60: [ 338]: --> [6:+FET:0] Jun 02 12:32:32.60: [ 338]: RECV recv MPS (more pages, same document) Jun 02 12:32:32.60: [ 338]: --> [2:OK] Jun 02 12:32:32.60: [ 338]: RECV send MCF (message confirmation) Jun 02 12:32:32.60: [ 338]: RECV FAX (00000158): from +49 2261 83120, page 3 in 0:43, INF, 3.85 line/mm, 2-D MR Jun 02 12:32:32.60: [ 338]: <-- [7:AT+FDR\r] Jun 02 12:32:34.86: [ 338]: --> [7:CONNECT] Jun 02 12:32:34.86: [ 338]: RECV: begin page Jun 02 12:32:34.86: [ 338]: RECV: send trigger 022 Jun 02 12:32:34.86: [ 338]: <-- data [1] Jun 02 12:33:06.20: [ 338]: RECV: 32749 bytes of data, 563 total lines Jun 02 12:33:23.71: [ 338]: RECV: 20317 bytes of data, 1117 total lines Jun 02 12:33:23.71: [ 338]: --> [16:+FPS:1,458,0,0,0] Jun 02 12:33:25.01: [ 338]: --> [6:+FET:2] Jun 02 12:33:25.01: [ 338]: RECV recv EOP (no more pages or documents) Jun 02 12:33:25.01: [ 338]: --> [2:OK] Jun 02 12:33:25.01: [ 338]: RECV send MCF (message confirmation) Jun 02 12:33:25.01: [ 338]: RECV FAX (00000158): from +49 2261 83120, page 4 in 0:53, INF, 3.85 line/mm, 2-D MR Jun 02 12:33:25.01: [ 338]: RECV FAX (00000158): recvq/fax00101.tif from +49 2261 83120, route to <unspecified>, 4 pages in 3:02 Jun 02 12:33:25.07: [ 338]: <-- [7:AT+FDR\r] Jun 02 12:33:28.28: [ 338]: --> [7:+FHS:00] Jun 02 12:33:28.28: [ 338]: REMOTE HANGUP: Normal and proper end of connection (code 0) Jun 02 12:33:28.28: [ 338]: RECV FAX: bin/faxrcvd "recvq/fax00101.tif" "modem" "00000158" "" Jun 02 12:33:35.52: [ 338]: RECV FAX: end Jun 02 12:33:35.52: [ 338]: SESSION END 2.c.1 fax consisting only of one page, stated as well received but fax is unreadable. Jun 03 21:23:56.69: [ 316]: SESSION BEGIN 00000176 493075702991 Jun 03 21:23:56.69: [ 316]: <-- [4:ATA\r] Jun 03 21:24:06.84: [ 316]: --> [4:+FCO] Jun 03 21:24:06.84: [ 316]: ANSWER: FAX CONNECTION Jun 03 21:24:06.84: [ 316]: RECV FAX: begin Jun 03 21:24:10.82: [ 316]: --> [26:+FTI:Lion Electronics ] Jun 03 21:24:10.82: [ 316]: REMOTE TSI "Lion Electronics" Jun 03 21:24:10.82: [ 316]: --> [20:+FCS:0,5,0,2,1,0,0,0] Jun 03 21:24:10.82: [ 316]: REMOTE wants 14400 bit/s Jun 03 21:24:10.82: [ 316]: REMOTE wants page width 1728 pixels in 215 mm Jun 03 21:24:10.82: [ 316]: REMOTE wants unlimited page length Jun 03 21:24:10.82: [ 316]: REMOTE wants 3.85 line/mm Jun 03 21:24:10.82: [ 316]: REMOTE wants 2-D MR Jun 03 21:24:10.82: [ 316]: --> [2:OK] Jun 03 21:24:10.82: [ 316]: <-- [7:AT+FDR\r] Jun 03 21:24:12.38: [ 316]: --> [20:+FCS:0,5,0,2,1,0,0,0] Jun 03 21:24:12.38: [ 316]: REMOTE wants 14400 bit/s Jun 03 21:24:12.38: [ 316]: REMOTE wants page width 1728 pixels in 215 mm Jun 03 21:24:12.38: [ 316]: REMOTE wants unlimited page length Jun 03 21:24:12.38: [ 316]: REMOTE wants 3.85 line/mm Jun 03 21:24:12.38: [ 316]: REMOTE wants 2-D MR Jun 03 21:24:13.34: [ 316]: --> [7:CONNECT] Jun 03 21:24:13.34: [ 316]: RECV: begin page Jun 03 21:24:13.34: [ 316]: RECV: send trigger 022 Jun 03 21:24:13.34: [ 316]: <-- data [1] Jun 03 21:24:31.27: [ 316]: RECV: 32750 bytes of data, 1020 total lines Jun 03 21:24:34.71: [ 316]: RECV: 6124 bytes of data, 1183 total lines Jun 03 21:24:34.71: [ 316]: --> [16:+FPS:1,49A,0,0,0] Jun 03 21:24:35.90: [ 316]: --> [6:+FET:2] Jun 03 21:24:35.90: [ 316]: RECV recv EOP (no more pages or documents) Jun 03 21:24:35.90: [ 316]: --> [2:OK] Jun 03 21:24:35.90: [ 316]: RECV send MCF (message confirmation) Jun 03 21:24:35.90: [ 316]: RECV FAX (00000176): from Lion Electronics, page 1 in 0:25, INF, 3.85 line/mm, 2-D MR Jun 03 21:24:35.90: [ 316]: RECV FAX (00000176): recvq/fax00114.tif from Lion Electronics, route to <unspecified>, 1 pages in 0:29 Jun 03 21:24:35.90: [ 316]: <-- [7:AT+FDR\r] Jun 03 21:24:38.79: [ 316]: --> [7:+FHS:00] Jun 03 21:24:38.79: [ 316]: REMOTE HANGUP: Normal and proper end of connection (code 0) Jun 03 21:24:38.79: [ 316]: RECV FAX: bin/faxrcvd "recvq/fax00114.tif" "modem" "00000176" "" Jun 03 21:24:48.34: [ 316]: RECV FAX: end Jun 03 21:24:48.34: [ 316]: SESSION END 2.c.2 fax consisting only of one page, stated as well received but fax is unreadable. May 27 11:46:30.22: [32307]: SESSION BEGIN 00000135 493028390178 May 27 11:46:30.22: [32307]: SEND FAX: JOB 16 DEST 28390178 COMMID 00000135 May 27 11:46:30.22: [32307]: DELAY 2600 ms May 27 11:46:32.83: [32307]: <-- [27:ATZ+FCLASS=2.0E0V1Q0S0=0H0\r] May 27 11:46:32.87: [32307]: --> [2:OK] May 27 11:46:32.87: [32307]: <-- [21:ATS8=2S7=60&H3&D2&C1\r] May 27 11:46:32.89: [32307]: --> [2:OK] May 27 11:46:32.89: [32307]: <-- [14:AT+FCLASS=2.0\r] May 27 11:46:32.91: [32307]: --> [2:OK] May 27 11:46:32.91: [32307]: <-- [9:AT+FLO=2\r] May 27 11:46:32.93: [32307]: --> [2:OK] May 27 11:46:32.93: [32307]: <-- [9:AT+FPP=0\r] May 27 11:46:32.95: [32307]: --> [2:OK] May 27 11:46:32.95: [32307]: <-- [9:AT+FBO=0\r] May 27 11:46:32.96: [32307]: --> [2:OK] May 27 11:46:32.96: [32307]: <-- [10:AT+FCT=30\r] May 27 11:46:32.97: [32307]: --> [2:OK] May 27 11:46:32.97: [32307]: <-- [15:AT+FNR=1,1,1,1\r] May 27 11:46:32.98: [32307]: --> [2:OK] May 27 11:46:32.98: [32307]: <-- [9:AT+FIE=0\r] May 27 11:46:32.99: [32307]: --> [2:OK] May 27 11:46:32.99: [32307]: <-- [23:AT+FCC=1,5,2,2,1,0,0,0\r] May 27 11:46:33.02: [32307]: --> [2:OK] May 27 11:46:33.02: [32307]: <-- [5:ATM0\r] May 27 11:46:33.04: [32307]: --> [2:OK] May 27 11:46:33.04: [32307]: <-- [14:AT+FCLASS=2.0\r] May 27 11:46:33.16: [32307]: --> [2:OK] May 27 11:46:33.16: [32307]: <-- [9:AT+FLO=2\r] May 27 11:46:33.28: [32307]: --> [2:OK] May 27 11:46:33.28: [32307]: <-- [9:AT+FPP=0\r] May 27 11:46:33.39: [32307]: --> [2:OK] May 27 11:46:33.39: [32307]: <-- [9:AT+FBO=0\r] May 27 11:46:33.51: [32307]: --> [2:OK] May 27 11:46:33.51: [32307]: <-- [10:AT+FCT=30\r] May 27 11:46:33.63: [32307]: --> [2:OK] May 27 11:46:33.63: [32307]: <-- [15:AT+FNR=1,1,1,1\r] May 27 11:46:33.75: [32307]: --> [2:OK] May 27 11:46:33.75: [32307]: <-- [9:AT+FIE=0\r] May 27 11:46:33.87: [32307]: --> [2:OK] May 27 11:46:33.87: [32307]: <-- [23:AT+FCC=1,5,2,2,1,0,0,0\r] May 27 11:46:33.99: [32307]: --> [2:OK] May 27 11:46:33.99: [32307]: <-- [30:AT+FLI="Haneke Systemtechnik"\r] May 27 11:46:34.11: [32307]: --> [2:OK] May 27 11:46:34.11: [32307]: DIAL 28390178 May 27 11:46:34.11: [32307]: <-- [14:ATDTM28390178\r] May 27 11:46:45.02: [32307]: --> [4:+FCO] May 27 11:46:45.02: [32307]: --> [26:+FCI: +49 30 28390178 ] May 27 11:46:45.02: [32307]: REMOTE CSI "+49 30 28390178" May 27 11:46:45.02: [32307]: --> [20:+FIS:1,3,0,2,0,0,0,0] May 27 11:46:45.02: [32307]: --> [2:OK] May 27 11:46:45.02: [32307]: REMOTE best rate 9600 bit/s May 27 11:46:45.02: [32307]: REMOTE max page width 1728 pixels in 215 mm May 27 11:46:45.02: [32307]: REMOTE max unlimited page length May 27 11:46:45.02: [32307]: REMOTE best vres 7.7 line/mm May 27 11:46:45.02: [32307]: REMOTE best format 1-D MR May 27 11:46:45.02: [32307]: REMOTE best 0 ms/scanline May 27 11:46:45.02: [32307]: USE 9600 bit/s May 27 11:46:45.02: [32307]: USE 0 ms/scanline May 27 11:46:45.02: [32307]: SEND file "docq/doc16.ps;01" May 27 11:46:45.02: [32307]: USE page width 1728 pixels in 215 mm May 27 11:46:45.02: [32307]: USE unlimited page length May 27 11:46:45.02: [32307]: USE 7.7 line/mm May 27 11:46:45.02: [32307]: USE 1-D MR May 27 11:46:45.02: [32307]: <-- [23:AT+FIS=1,3,0,2,0,0,0,0\r] May 27 11:46:45.14: [32307]: --> [2:OK] May 27 11:46:45.14: [32307]: <-- [7:AT+FDT\r] May 27 11:47:04.33: [32307]: --> [20:+FCS:1,1,0,2,0,0,0,0] May 27 11:47:05.34: [32307]: --> [7:CONNECT] May 27 11:47:05.34: [32307]: SEND begin page May 27 11:47:05.34: [32307]: <-- data [1027] May 27 11:47:05.34: [32307]: <-- data [1030] May 27 11:47:05.35: [32307]: <-- data [1029] May 27 11:47:05.35: [32307]: <-- data [1028] May 27 11:47:06.34: [32307]: <-- data [1028] May 27 11:47:06.34: [32307]: <-- data [1026] May 27 11:47:06.34: [32307]: <-- data [1029] May 27 11:47:06.34: [32307]: <-- data [1029] May 27 11:47:07.34: [32307]: <-- data [1025] May 27 11:47:07.34: [32307]: <-- data [1027] May 27 11:47:07.34: [32307]: <-- data [1028] May 27 11:47:07.34: [32307]: <-- data [1024] May 27 11:47:10.33: [32307]: <-- data [1030] May 27 11:47:10.33: [32307]: <-- data [1028] May 27 11:47:13.29: [32307]: <-- data [1030] May 27 11:47:16.42: [32307]: <-- data [1027] May 27 11:47:16.42: [32307]: <-- data [1027] May 27 11:47:19.62: [32307]: <-- data [1030] May 27 11:47:19.62: [32307]: <-- data [1028] May 27 11:47:22.79: [32307]: <-- data [1024] May 27 11:47:22.79: [32307]: <-- data [1026] May 27 11:47:25.91: [32307]: <-- data [1027] May 27 11:47:25.91: [32307]: <-- data [1024] May 27 11:47:28.99: [32307]: <-- data [1028] May 27 11:47:28.99: [32307]: <-- data [1025] May 27 11:47:32.07: [32307]: <-- data [1026] May 27 11:47:35.15: [32307]: <-- data [1028] May 27 11:47:35.15: [32307]: <-- data [1025] May 27 11:47:38.29: [32307]: <-- data [1027] May 27 11:47:38.29: [32307]: <-- data [1027] May 27 11:47:41.42: [32307]: <-- data [1024] May 27 11:47:41.42: [32307]: <-- data [1026] May 27 11:47:44.53: [32307]: <-- data [1028] May 27 11:47:44.53: [32307]: <-- data [1025] May 27 11:47:47.68: [32307]: <-- data [1029] May 27 11:47:47.68: [32307]: <-- data [1025] May 27 11:47:50.78: [32307]: <-- data [1026] May 27 11:47:53.96: [32307]: <-- data [1030] May 27 11:47:53.96: [32307]: <-- data [1027] May 27 11:47:57.03: [32307]: <-- data [1025] May 27 11:47:57.03: [32307]: <-- data [1029] May 27 11:48:00.09: [32307]: <-- data [1025] May 27 11:48:00.09: [32307]: <-- data [1028] May 27 11:48:03.23: [32307]: <-- data [1027] May 27 11:48:03.23: [32307]: <-- data [1029] May 27 11:48:06.29: [32307]: <-- data [1026] May 27 11:48:09.38: [32307]: <-- data [1026] May 27 11:48:09.38: [32307]: <-- data [1024] May 27 11:48:12.55: [32307]: <-- data [1025] May 27 11:48:12.55: [32307]: <-- data [1025] May 27 11:48:15.70: [32307]: <-- data [1024] May 27 11:48:15.70: [32307]: <-- data [1024] May 27 11:48:18.81: [32307]: <-- data [1029] May 27 11:48:18.81: [32307]: <-- data [1025] May 27 11:48:22.00: [32307]: <-- data [1030] May 27 11:48:22.00: [32307]: <-- data [1027] May 27 11:48:25.13: [32307]: <-- data [1025] May 27 11:48:28.21: [32307]: <-- data [1028] May 27 11:48:28.21: [32307]: <-- data [1026] May 27 11:48:31.27: [32307]: <-- data [1025] May 27 11:48:31.27: [32307]: <-- data [1024] May 27 11:48:34.34: [32307]: <-- data [1027] May 27 11:48:34.34: [32307]: <-- data [1025] May 27 11:48:37.41: [32307]: <-- data [1026] May 27 11:48:37.41: [32307]: <-- data [1025] May 27 11:48:40.45: [32307]: <-- data [1026] May 27 11:48:43.55: [32307]: <-- data [1026] May 27 11:48:43.55: [32307]: <-- data [1025] May 27 11:48:46.69: [32307]: <-- data [1025] May 27 11:48:46.69: [32307]: <-- data [1027] May 27 11:48:49.76: [32307]: <-- data [1029] May 27 11:48:49.76: [32307]: <-- data [1028] May 27 11:48:52.86: [32307]: <-- data [1026] May 27 11:48:52.86: [32307]: <-- data [1026] May 27 11:48:56.01: [32307]: <-- data [1027] May 27 11:48:56.01: [32307]: <-- data [1028] May 27 11:48:59.12: [32307]: <-- data [1026] May 27 11:49:02.27: [32307]: <-- data [1027] May 27 11:49:02.27: [32307]: <-- data [1028] May 27 11:49:05.29: [32307]: <-- data [1027] May 27 11:49:05.29: [32307]: <-- data [1028] May 27 11:49:08.36: [32307]: <-- data [1024] May 27 11:49:08.36: [32307]: <-- data [1026] May 27 11:49:11.47: [32307]: <-- data [1027] May 27 11:49:11.47: [32307]: <-- data [1025] May 27 11:49:14.39: [32307]: <-- data [1025] May 27 11:49:17.58: [32307]: <-- data [1025] May 27 11:49:17.58: [32307]: <-- data [1028] May 27 11:49:20.90: [32307]: <-- data [1024] May 27 11:49:20.90: [32307]: <-- data [1028] May 27 11:49:24.05: [32307]: <-- data [1025] May 27 11:49:24.05: [32307]: <-- data [1027] May 27 11:49:27.28: [32307]: <-- data [1025] May 27 11:49:27.28: [32307]: <-- data [1026] May 27 11:49:30.21: [32307]: <-- data [1026] May 27 11:49:30.21: [32307]: <-- data [1028] May 27 11:49:33.18: [32307]: <-- data [1025] May 27 11:49:36.34: [32307]: <-- data [1024] May 27 11:49:36.34: [32307]: <-- data [1027] May 27 11:49:39.41: [32307]: <-- data [1024] May 27 11:49:39.41: [32307]: <-- data [1024] May 27 11:49:42.52: [32307]: <-- data [1024] May 27 11:49:42.52: [32307]: <-- data [1028] May 27 11:49:45.63: [32307]: <-- data [1031] May 27 11:49:45.63: [32307]: <-- data [1032] May 27 11:49:48.66: [32307]: <-- data [1025] May 27 11:49:51.85: [32307]: <-- data [1032] May 27 11:49:51.85: [32307]: <-- data [1026] May 27 11:49:55.01: [32307]: <-- data [1030] May 27 11:49:55.01: [32307]: <-- data [1024] May 27 11:49:57.95: [32307]: <-- data [1026] May 27 11:49:57.95: [32307]: <-- data [1029] May 27 11:50:00.97: [32307]: <-- data [1028] May 27 11:50:00.97: [32307]: <-- data [1026] May 27 11:50:04.14: [32307]: <-- data [1029] May 27 11:50:04.14: [32307]: <-- data [1025] May 27 11:50:07.19: [32307]: <-- data [1026] May 27 11:50:10.30: [32307]: <-- data [1024] May 27 11:50:10.30: [32307]: <-- data [98] May 27 11:50:10.30: [32307]: SENT 120930 bytes of data May 27 11:50:10.30: [32307]: SEND 1D RTC May 27 11:50:10.30: [32307]: <-- data [9] May 27 11:50:10.30: [32307]: SEND end page May 27 11:50:10.30: [32307]: SEND send EOP (no more pages or documents) May 27 11:50:10.30: [32307]: <-- data [2] May 27 11:50:32.04: [32307]: --> [7:+FHS:00] May 27 11:50:32.04: [32307]: REMOTE HANGUP: Normal and proper end of connection (code 0) May 27 11:50:32.04: [32307]: SEND recv MCF (message confirmation) May 27 11:50:32.04: [32307]: SEND FAX (00000135): FROM mhaneke@t-online.de TO 28390178 (page 1 of 1 sent in 3:47) May 27 11:50:32.04: [32307]: SEND FAX (00000135): FROM mhaneke@t-online.de TO 28390178 (docq/doc16.ps;01 sent in 3:47) May 27 11:50:32.04: [32307]: <-- [5:ATH0\r] May 27 11:50:32.04: [32307]: --> [2:OK] May 27 11:50:32.06: [32307]: SESSION END 3. An attempt to receive facsimile on modem failed because: Unspecified Receive Phase B error ---- Transcript of session follows ---- May 21 13:36:25.12: [11180]: SESSION BEGIN 00000075 493075702991 May 21 13:36:25.12: [11180]: <-- [4:ATA\r] May 21 13:36:25.12: [11180]: --> [11:TO:75702991] May 21 13:36:35.54: [11180]: --> [4:+FCO] May 21 13:36:35.54: [11180]: ANSWER: FAX CONNECTION May 21 13:36:35.54: [11180]: RECV FAX: begin May 21 13:36:38.12: [11180]: --> [26:+FTI: +49 30 3128317 ] May 21 13:36:38.12: [11180]: REMOTE TSI "+49 30 3128317" May 21 13:36:38.12: [11180]: --> [20:+FCS:0,3,0,2,1,0,0,5] May 21 13:36:38.12: [11180]: REMOTE wants 9600 bit/s May 21 13:36:38.12: [11180]: REMOTE wants page width 1728 pixels in 215 mm May 21 13:36:38.12: [11180]: REMOTE wants unlimited page length May 21 13:36:38.12: [11180]: REMOTE wants 3.85 line/mm May 21 13:36:38.12: [11180]: REMOTE wants 2-D MR May 21 13:36:38.12: [11180]: --> [2:OK] May 21 13:36:38.12: [11180]: <-- [7:AT+FDR\r] May 21 13:36:45.16: [11180]: --> [7:+FHS:70] May 21 13:36:45.16: [11180]: REMOTE HANGUP: Unspecified Receive Phase B error (code 70) May 21 13:36:45.16: [11180]: RECV FAX (00000075): recvq/fax00056.tif from +49 30 3128317, route to <unspecified>, 0 pages in 0:10 May 21 13:36:45.17: [11180]: RECV FAX: Unspecified Receive Phase B error May 21 13:36:45.17: [11180]: RECV FAX (00000075): session with +49 30 3128317 terminated abnormally: Unspecified Receive Phase B error May 21 13:36:45.17: [11180]: RECV FAX: bin/faxrcvd "recvq/fax00056.tif" "modem" "00000075" "Unspecified Receive Phase B error" Martin U. Haneke Haneke Systemtechnik E-Mail: mhaneke@t-online.de Tel:+49 30 7570 2990 Fax.: +49 30 7570 2991 PgP Fingerprint: 3A84 79EA 7378 6931 A772 C9AB 51DC 0736 98EB 5FC9