HylaFAX The world's most advanced open source fax server

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

[hylafax-users] Something new? Unspecified Transmit Phase D error.



(Warning: This is a VERBOSE error description!)

Hello,

I just installed the latest Hylafax on my RedHat6.1 machine.
I'm using a "3Com 56K FaxModem". Unfortunately is does NOT
say on the plastic whether this is a "Sportser" but I guess
so. It *looks* like this one:

http://www.3com.de/produkte/desktopmodems/sportster_flash.shtml


And here is its gutdump:

ATI7 = Product type           Germany External
       Product ID:            02566300
       Options                V32bis,V.34+,x2,V.90
       Fax Options            Class 1/Class 2.0
       Voice Options          Speakerphone, TAD
       Clock Freq             92.0Mhz
       EPROM                  256k
       RAM                    32k
       FLASH date             3/2/98
       FLASH rev              11.1.17
       DSP date               3/2/98
       DSP rev                11.1.17

Ok, so I have set it up to use Class2.0 protocol with faxgetty
and all. I tested the receipt of faxes, works like a charm...

(incidentally, here is a command to just take a TIFF in recvq
 and send it to root or whoever in MIME, I got to this one
 before I found out about faxrcvd:

 `/usr/bin/metasend -b -e base64 -D "HylaFAX received fax" \
                    -S 100000000 -f $FAXFILE \
                    -s "FAX server received $FAXFILE" \
                    -m "image/tiff" \
                    -F "The Hylafax Receive Agent <fax>" \
                    -t $DESTINATION`;
)

Right, now for the problem:

The modem seems to have real trouble sending to another fax machine.
I've been reading about the general trouble with Sportster modems,
so it's probably something in that direction. The connection is
established ok, but after some lines, the fax begins to write the
same line over and over again and HylaFAX gives up.

Interesting thing is, it always stops at the *same* line in the
transmission, e.g. on a given line in the cover sheet.

It seems HylaFAX sends the MPS command, the FAX balks, and after
a certain time, there is a timeout (one can see this with tail -f
on the session log). Here's the dump:

Nov 14 20:52:56.48: [11124]: SESSION BEGIN 00000028 35244794479
Nov 14 20:52:56.48: [11124]: SEND FAX: JOB 10 DEST 44794479 COMMID 00000028
Nov 14 20:52:56.48: [11124]: MODEM set DTR OFF
Nov 14 20:52:56.48: [11124]: DELAY 2600 ms
Nov 14 20:52:59.08: [11124]: MODEM set DTR ON
Nov 14 20:52:59.08: [11124]: MODEM set baud rate: 19200 baud, input flow
NONE, output flow NONE
Nov 14 20:52:59.08: [11124]: MODEM flush i/o
Nov 14 20:52:59.08: [11124]: <-- [15:ATE0V1Q0S0=0H0\r]
Nov 14 20:52:59.22: [11124]: --> [2:OK]
Nov 14 20:52:59.22: [11124]: <-- [12:ATS8=2S7=60\r]
Nov 14 20:52:59.36: [11124]: --> [2:OK]
Nov 14 20:52:59.36: [11124]: <-- [14:AT+FCLASS=2.0\r]
Nov 14 20:52:59.50: [11124]: --> [2:OK]
Nov 14 20:52:59.50: [11124]: <-- [9:AT+FLO=0\r]
Nov 14 20:52:59.64: [11124]: --> [2:OK]
Nov 14 20:52:59.64: [11124]: <-- [9:AT+FPP=0\r]
Nov 14 20:52:59.78: [11124]: --> [2:OK]
Nov 14 20:52:59.78: [11124]: <-- [9:AT+FBO=0\r]
Nov 14 20:52:59.92: [11124]: --> [2:OK]
Nov 14 20:52:59.92: [11124]: <-- [10:AT+FCT=30\r]
Nov 14 20:53:00.06: [11124]: --> [2:OK]
Nov 14 20:53:00.06: [11124]: <-- [15:AT+FNR=1,1,1,0\r]
Nov 14 20:53:00.20: [11124]: --> [2:OK]
Nov 14 20:53:00.20: [11124]: <-- [9:AT+FIE=0\r]
Nov 14 20:53:00.34: [11124]: --> [2:OK]
Nov 14 20:53:00.34: [11124]: <-- [9:AT+FBU=1\r]
Nov 14 20:53:00.48: [11124]: --> [5:ERROR]
Nov 14 20:53:00.48: [11124]: MODEM Command error
Nov 14 20:53:00.48: [11124]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
Nov 14 20:53:00.63: [11124]: --> [2:OK]
Nov 14 20:53:00.63: [11124]: <-- [7:ATL1M1\r]
Nov 14 20:53:00.77: [11124]: --> [2:OK]
Nov 14 20:53:00.77: [11124]: STATE CHANGE: RUNNING -> SENDING
Nov 14 20:53:00.77: [11124]: MODEM input buffering enabled
Nov 14 20:53:00.77: [11124]: Apply DialString rules to "44794479"
Nov 14 20:53:00.77: [11124]: --> return result "44794479"
Nov 14 20:53:00.77: [11124]: <-- [14:AT+FCLASS=2.0\r]
Nov 14 20:53:01.01: [11124]: --> [2:OK]
Nov 14 20:53:01.01: [11124]: <-- [9:AT+FLO=0\r]
Nov 14 20:53:01.25: [11124]: --> [2:OK]
Nov 14 20:53:01.25: [11124]: <-- [9:AT+FPP=0\r]
Nov 14 20:53:01.49: [11124]: --> [2:OK]
Nov 14 20:53:01.49: [11124]: <-- [9:AT+FBO=0\r]
Nov 14 20:53:01.73: [11124]: --> [2:OK]
Nov 14 20:53:01.73: [11124]: <-- [10:AT+FCT=30\r]
Nov 14 20:53:01.97: [11124]: --> [2:OK]
Nov 14 20:53:01.97: [11124]: <-- [15:AT+FNR=1,1,1,0\r]
Nov 14 20:53:02.21: [11124]: --> [2:OK]
Nov 14 20:53:02.21: [11124]: <-- [9:AT+FIE=0\r]
Nov 14 20:53:02.45: [11124]: --> [2:OK]
Nov 14 20:53:02.45: [11124]: <-- [9:AT+FBU=1\r]
Nov 14 20:53:02.69: [11124]: --> [5:ERROR]
Nov 14 20:53:02.69: [11124]: MODEM Command error
Nov 14 20:53:02.69: [11124]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r]
Nov 14 20:53:02.94: [11124]: --> [2:OK]
Nov 14 20:53:02.94: [11124]: <-- [22:AT+FLI="Synapse S.A."\r]
Nov 14 20:53:03.19: [11124]: --> [2:OK]
Nov 14 20:53:03.19: [11124]: DIAL 44794479
Nov 14 20:53:03.19: [11124]: <-- [13:ATDT44794479\r]
Nov 14 20:53:39.20: [11124]: --> [4:+FCO]
Nov 14 20:53:41.88: [11124]: --> [27:+FCI:"                    "]
Nov 14 20:53:41.88: [11124]: REMOTE CSI ""
Nov 14 20:53:41.88: [11124]: --> [20:+FIS:1,3,0,2,1,0,0,4]
Nov 14 20:53:41.88: [11124]: --> [2:OK]
Nov 14 20:53:41.88: [11124]: REMOTE best rate 9600 bit/s
Nov 14 20:53:41.88: [11124]: REMOTE max page width 1728 pixels in 215 mm
Nov 14 20:53:41.88: [11124]: REMOTE max unlimited page length
Nov 14 20:53:41.88: [11124]: REMOTE best vres 7.7 line/mm
Nov 14 20:53:41.88: [11124]: REMOTE best format 2-D MR
Nov 14 20:53:41.88: [11124]: REMOTE best 20 ms, 10 ms/scanline
Nov 14 20:53:41.88: [11124]: USE 9600 bit/s
Nov 14 20:53:41.88: [11124]: USE 20 ms, 10 ms/scanline
Nov 14 20:53:41.88: [11124]: SEND file "docq/doc10.cover;30"
Nov 14 20:53:41.88: [11124]: USE page width 1728 pixels in 215 mm
Nov 14 20:53:41.88: [11124]: USE unlimited page length
Nov 14 20:53:41.88: [11124]: USE 3.85 line/mm
Nov 14 20:53:41.88: [11124]: USE 1-D MR
Nov 14 20:53:41.88: [11124]: <-- [23:AT+FIS=0,3,0,2,0,0,0,4\r]
Nov 14 20:53:42.13: [11124]: --> [2:OK]
Nov 14 20:53:42.13: [11124]: <-- [7:AT+FDT\r]
Nov 14 20:53:42.41: [11124]: --> [20:+FCS:0,3,0,2,0,0,0,4]
Nov 14 20:53:48.16: [11124]: --> [7:CONNECT]
Nov 14 20:53:48.16: [11124]: SEND begin page
Nov 14 20:53:48.16: [11124]: <-- data [1030]
Nov 14 20:53:48.16: [11124]: <-- data [1035]
Nov 14 20:53:48.16: [11124]: <-- data [1028]
Nov 14 20:53:48.16: [11124]: <-- data [1038]
Nov 14 20:53:50.15: [11124]: <-- data [1027]
Nov 14 20:53:50.15: [11124]: <-- data [1052]
Nov 14 20:53:50.15: [11124]: <-- data [1037]
Nov 14 20:53:50.15: [11124]: <-- data [1054]
Nov 14 20:53:52.15: [11124]: <-- data [1051]
Nov 14 20:53:52.15: [11124]: <-- data [1047]
Nov 14 20:53:52.15: [11124]: <-- data [1049]
Nov 14 20:53:52.15: [11124]: <-- data [1025]
Nov 14 20:53:54.15: [11124]: <-- data [682]
Nov 14 20:53:54.15: [11124]: SENT 12970 bytes of data
Nov 14 20:53:54.15: [11124]: SEND 1D RTC
Nov 14 20:53:54.15: [11124]: <-- data [9]
Nov 14 20:53:54.15: [11124]: SEND end page
Nov 14 20:53:54.15: [11124]: SEND send MPS (more pages, same document)
Nov 14 20:53:54.15: [11124]: <-- data [2]


(...at this point, the FAX balks and HylaFAX goes into a LONG wait)


Nov 14 20:56:54.15: [11124]: MODEM TIMEOUT: reading line from modem
Nov 14 20:56:54.15: [11124]: REMOTE HANGUP: Unspecified Transmit Phase D
error, including +FPHCTO timeout between data and +FET command (code 50)
Nov 14 20:56:54.15: [11124]: <-- [7:AT+FKS\r]
Nov 14 20:57:24.15: [11124]: MODEM TIMEOUT: reading line from modem
Nov 14 20:57:24.15: [11124]: MODEM <Timeout>
Nov 14 20:57:24.15: [11124]: <-- [5:ATH0\r]
Nov 14 20:57:29.15: [11124]: MODEM TIMEOUT: reading line from modem
Nov 14 20:57:29.15: [11124]: MODEM <Timeout>
Nov 14 20:57:29.15: [11124]: MODEM set DTR OFF
Nov 14 20:57:29.15: [11124]: STATE CHANGE: SENDING -> MODEMWAIT (timeout 5)
Nov 14 20:57:29.15: [11124]: SESSION END


I have tried

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

but to no avail. I will try another modem as soon as I can get
hold of one.

However, if anyone has an idea what I can try...any help would
be appreciated

	Best regards,

	-- David Tonhofer




____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null




Project hosted by iFAX Solutions