![]() |
I've been having trouble sending a fax. I tried the resendfax.pl script, mentioned in a recent post to this list, and found it worked well after a couple of tweaks for Linux. Those tweaks are my small positive contribution in this message: 1) reset the local of perl in the top line (unless it works for you) 2) change line ending to Unix style 3) getlogin, which the script calls to get the default username, doen't work on my Debian Linux distro ("testing" version, i.e., more recent than the last official release). The manual says to try getpwuid($<) instead; it returns the whole line from /etc/passwd. Rather than muck around, I just used an explicit -u argument. Since it takes many minutes to process my inputs into tiff, this resubmission was a big win for me. Since I think I'm probably stuck with the transmission problems, I'll turn to them last and ask about some related behavior of faxalter that seemed weird. I'm running hylafax 4.2.5-3 as packaged for Debian (the maintainer says 4.3 is coming soon), Linux 2.4 kernel, AMD CPU, and a US Robotics modem. I gather from previous exchanges that USR modem's are not ideal, and hope to get a new modem to install my new (Intel P4) system soon. My modem config file includes ModemType: Class1 # RB workaround hw problem ModemRate: 38400 # DCE-DTE communication rate ModemFlowControl: rtscts # XON/XOFF flow control assumed 1) If one runs faxalter for a job that is currently transmitting, what should the effect be? It seemed to me it interrupted the job. ----------------------------------------- boylan@wheat:~/medical$ faxstat -s HylaFAX scheduler on wheat.betterworld.us: Running Modem ttyS0 (1 (415) 550-1062): Running and idle JID Pri S Owner Number Pages Dials TTS Status 193 125 S boylan 1-866-643-2219 0:47 2:12 09:21 Unknown problem boylan@wheat:~/medical$ faxalter -t 4 194 # goof: no job 194 boylan@wheat:~/medical$ faxalter -a +5h 193 Syntax error, unrecognized symbolic time "+5h" boylan@wheat:~/medical$ faxalter -t 4 193 # I think the modem was active while I did this Job 193: done. boylan@wheat:~/medical$ faxstat -s HylaFAX scheduler on wheat.betterworld.us: Running Modem ttyS0 (1 (415) 550-1062): Waiting for modem to come ready JID Pri S Owner Number Pages Dials TTS Status 193 124 P boylan 1-866-643-2219 1:47 3:4 09:23 Job interrupted by user ------------------------------------------------------ Notice that faxalter -t seems to have produce "job interrupted." 2) faxalter -a doesn't seem to work. Not only did running it not reset the time to that desired, it caused a job to attempt transmission immediately. Continuing from the terminal session above: ---------------------------------------------- boylan@wheat:~/medical$ faxalter -a 10:30 193 Job 193: done. boylan@wheat:~/medical$ faxstat -s HylaFAX scheduler on wheat.betterworld.us: Running Modem ttyS0 (1 (415) 550-1062): Initializing server JID Pri S Owner Number Pages Dials TTS Status 193 124 R boylan 1-866-643-2219 1:47 3:4 Job interrupted by user ------------------------------------------------- Not only is TTS not 10:30, it isn't even the old 09:23. Possibly faxalter's weird behavior is related to my pattern of id change: first I login to ross; then su to boylan; run sendfax as boylan, but specify -f "Ross Boylan <ross@localhost>". I ran resendfax.pl as boylan, and specified -u boylan. That's it for faxalter. Some other issues: 3) There seem to be a number of conditions that cause the job to fail before the indicated number of retries. ----------------------------------------------- $ faxstat -d HylaFAX scheduler on wheat.betterworld.us: Running Modem ttyS0 (1 (415) 550-1062): Running and idle JID Pri S Owner Number Pages Dials TTS Status 192 125 F boylan 1-866-643-2219 15:47 3:12 No response to PPS repeat 193 123 F boylan 1-866-643-2219 3:47 4:12 REJECT: Too many attempts 194 123 F boylan 1-866-643-2219 3:47 5:12 Unspecified Transmit Phas --------------------------------------------------- 193 may have fallen victim to a faxalter -t that took effect too late (I set it down to 4 and then tried to set it up to 12). Is the "early" termination of the others normal? 4) Finally, if anyone has any great ideas about the problems transmitting, I'd love to hear them. The initial failure was odd because quite a few pages were transmitted, though the initial 15 were in two batches. I'll call the recipient when when they're open for business in a couple of days. Here are some excerpts from the logs for the various attempts: ---------------------------------------------------------------- # for job 192 # try 1 our facsimile job to 1-866-643-2219 was not sent because: Unspecified Transmit Phase C error The job will be retried at 21:58. ---- Transcript of session follows ---- May 28 21:51:50.03: [21888]: SESSION BEGIN 000000300 18666432219 May 28 21:51:50.03: [21888]: HylaFAX (tm) Version 4.2.5 May 28 21:51:50.03: [21888]: SEND FAX: JOB 192 DEST 1-866-643-2219 COMMID 000000300 DEVICE '/dev/ttyS0' FROM 'Ross Boylan <ross@localhost>' +USER boylan May 28 21:51:50.03: [21888]: <-- [12:AT+FCLASS=1\r] May 28 21:51:50.16: [21888]: --> [2:OK] May 28 21:51:50.17: [21888]: DIAL 18666432219 May 28 21:51:50.17: [21888]: <-- [16:ATDT18666432219\r] May 28 21:52:01.23: [21888]: --> [7:CONNECT] May 28 21:52:02.68: [21888]: --> HDLC<25:FF C0 02 CA 0A 12 CA 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 98 03> May 28 21:52:02.68: [21888]: --> [2:OK] May 28 21:52:02.68: [21888]: REMOTE CSI "SHPS" May 28 21:52:02.68: [21888]: <-- [9:AT+FRH=3\r] May 28 21:52:02.69: [21888]: --> [7:CONNECT] May 28 21:52:03.03: [21888]: --> HDLC<11:FF C8 01 04 77 1F 23 01 08 18 4F> May 28 21:52:03.03: [21888]: --> [2:OK] May 28 21:52:03.03: [21888]: REMOTE best rate 33600 bit/s May 28 21:52:03.03: [21888]: REMOTE max A4 page width (215 mm) May 28 21:52:03.03: [21888]: REMOTE max unlimited page length May 28 21:52:03.03: [21888]: REMOTE best vres 7.7 line/mm May 28 21:52:03.03: [21888]: REMOTE format support: MH, MR, MMR May 28 21:52:03.03: [21888]: REMOTE supports T.30 Annex A, 256-byte ECM May 28 21:52:03.03: [21888]: REMOTE best 0 ms/scanline May 28 21:52:03.03: [21888]: USE 14400 bit/s May 28 21:52:03.03: [21888]: USE error correction mode May 28 21:52:03.03: [21888]: SEND file "docq/doc601.ps;f1" May 28 21:52:03.05: [21888]: USE A4 page width (215 mm) May 28 21:52:03.05: [21888]: USE unlimited page length May 28 21:52:03.05: [21888]: USE 7.7 line/mm May 28 21:52:03.05: [21888]: USE 2-D MMR May 28 21:52:03.05: [21888]: USE 0 ms/scanline May 28 21:52:03.05: [21888]: SEND training at v.17 14400 bit/s # [deletions] May 28 21:57:02.05: [21888]: SEND send frame number 35 May 28 21:57:02.05: [21888]: SEND send frame number 36 May 28 21:57:02.05: [21888]: SEND send frame number 37 May 28 21:57:02.05: [21888]: DELAY 200 ms May 28 21:57:02.24: [21888]: <-- [11:AT+FTM=146\r] May 28 21:57:32.24: [21888]: MODEM TIMEOUT: reading line from modem May 28 21:57:32.24: [21888]: MODEM <Timeout> May 28 21:57:32.24: [21888]: SEND end page May 28 21:57:32.24: [21888]: Unspecified Transmit Phase C error May 28 21:57:32.24: [21888]: <-- [9:AT+FTH=3\r] May 28 21:57:32.37: [21888]: --> [8:AT+FTH=3] May 28 21:57:02.05: [21888]: SEND send frame number 35 May 28 21:57:02.05: [21888]: SEND send frame number 36 May 28 21:57:02.05: [21888]: SEND send frame number 37 May 28 21:57:02.05: [21888]: DELAY 200 ms May 28 21:57:02.24: [21888]: <-- [11:AT+FTM=146\r] May 28 21:57:32.24: [21888]: MODEM TIMEOUT: reading line from modem May 28 21:57:32.24: [21888]: MODEM <Timeout> May 28 21:57:32.24: [21888]: SEND end page May 28 21:57:32.24: [21888]: Unspecified Transmit Phase C error May 28 21:57:32.24: [21888]: <-- [9:AT+FTH=3\r] May 28 21:57:32.37: [21888]: --> [8:AT+FTH=3] # 2nd transmission Your facsimile job to 1-866-643-2219 was not sent because: No response to PPS repeated 3 times. The job will be retried at 22:02. ---- Transcript of session follows ---- May 28 21:58:45.82: [21976]: SESSION BEGIN 000000301 18666432219 May 28 21:58:45.82: [21976]: HylaFAX (tm) Version 4.2.5 May 28 21:58:45.82: [21976]: SEND FAX: JOB 192 DEST 1-866-643-2219 COMMID 000000301 DEVICE '/dev/ttyS0' FROM 'Ross Boylan <ross@localhost>' +USER boylan # .... May 28 22:01:12.17: [21976]: SEND send PPS (partial page signal) May 28 22:01:12.17: [21976]: SEND send MPS (more pages, same document) May 28 22:01:12.17: [21976]: <-- [9:AT+FRH=3\r] May 28 22:01:12.51: [21976]: --> [7:CONNECT] May 28 22:01:13.52: [21976]: --> HDLC<5:FF C8 31 45 8F> May 28 22:01:13.52: [21976]: --> [2:OK] May 28 22:01:13.52: [21976]: SEND recv MCF (message confirmation) May 28 22:01:13.52: [21976]: <-- [9:AT+FRS=7\r] May 28 22:01:13.62: [21976]: --> [2:OK] May 28 22:01:13.62: [21976]: DELAY 200 ms May 28 22:01:13.82: [21976]: <-- [11:AT+FTM=146\r] May 28 22:01:14.07: [21976]: --> [7:CONNECT] May 28 22:01:14.31: [21976]: --> [2:OK] May 28 22:01:14.31: [21976]: <-- [9:AT+FTS=7\r] May 28 22:01:14.39: [21976]: --> [2:OK] May 28 22:01:14.39: [21976]: <-- [9:AT+FTH=3\r] May 28 22:01:14.54: [21976]: --> [7:CONNECT] May 28 22:01:14.54: [21976]: <-- HDLC<7:FF C8 FD F2 A0 00 00> May 28 22:01:15.83: [21976]: --> [2:OK] May 28 22:01:15.83: [21976]: SEND send PPS (partial page signal) May 28 22:01:15.83: [21976]: SEND send MPS (more pages, same document) May 28 22:01:15.83: [21976]: <-- [9:AT+FRH=3\r] May 28 22:01:18.93: [21976]: --> [0:] May 28 22:01:18.93: [21976]: MODEM <Empty line> May 28 22:01:18.93: [21976]: MODEM TIMEOUT: waiting for v.21 carrier May 28 22:01:18.94: [21976]: --> [2:OK] May 28 22:01:18.94: [21976]: <-- [9:AT+FTH=3\r] May 28 22:01:18.97: [21976]: --> [7:CONNECT] May 28 22:01:18.97: [21976]: <-- HDLC<7:FF C8 FD F2 A0 00 00> May 28 22:01:20.26: [21976]: --> [2:OK] May 28 22:01:20.26: [21976]: SEND send PPS (partial page signal) May 28 22:01:20.26: [21976]: SEND send MPS (more pages, same document) May 28 22:01:20.26: [21976]: <-- [9:AT+FRH=3\r] May 28 22:01:23.36: [21976]: --> [0:] May 28 22:01:23.36: [21976]: MODEM <Empty line> May 28 22:01:23.36: [21976]: MODEM TIMEOUT: waiting for v.21 carrier May 28 22:01:23.37: [21976]: --> [2:OK] May 28 22:01:23.37: [21976]: <-- [9:AT+FTH=3\r] May 28 22:01:23.40: [21976]: --> [7:CONNECT] May 28 22:01:23.40: [21976]: <-- HDLC<7:FF C8 FD F2 A0 00 00> May 28 22:01:24.69: [21976]: --> [2:OK] May 28 22:01:24.69: [21976]: SEND send PPS (partial page signal) May 28 22:01:24.69: [21976]: SEND send MPS (more pages, same document) May 28 22:01:24.69: [21976]: <-- [9:AT+FRH=3\r] May 28 22:01:27.79: [21976]: --> [0:] May 28 22:01:27.79: [21976]: MODEM <Empty line> May 28 22:01:27.79: [21976]: MODEM TIMEOUT: waiting for v.21 carrier May 28 22:01:27.80: [21976]: --> [2:OK] May 28 22:01:27.80: [21976]: No response to PPS repeated 3 times. May 28 22:01:27.80: [21976]: SEND end page May 28 22:01:27.80: [21976]: <-- [9:AT+FTH=3\r] May 28 22:01:27.83: [21976]: --> [7:CONNECT] May 28 22:01:27.83: [21976]: <-- HDLC<3:FF C8 DF> May 28 22:01:29.01: [21976]: --> [2:OK] May 28 22:01:29.01: [21976]: MODEM input buffering enabled May 28 22:01:29.01: [21976]: <-- [5:ATH0\r] May 28 22:01:29.24: [21976]: --> [2:OK] May 28 22:01:29.24: [21976]: MODEM set DTR OFF May 28 22:01:29.24: [21976]: SESSION END # 3rd and shortest session Your facsimile job to 1-866-643-2219 failed because: No response to PPS repeated 3 times.; too many attempts to send ---- Transcript of session follows ---- May 28 22:02:40.56: [23209]: SESSION BEGIN 000000302 18666432219 May 28 22:02:40.56: [23209]: HylaFAX (tm) Version 4.2.5 # .... May 28 22:03:17.25: [23209]: SEND send PPS (partial page signal) May 28 22:03:17.25: [23209]: SEND send MPS (more pages, same document) May 28 22:03:17.25: [23209]: <-- [9:AT+FRH=3\r] May 28 22:03:20.35: [23209]: --> [0:] May 28 22:03:20.35: [23209]: MODEM <Empty line> May 28 22:03:20.35: [23209]: MODEM TIMEOUT: waiting for v.21 carrier May 28 22:03:20.36: [23209]: --> [2:OK] May 28 22:03:20.36: [23209]: <-- [9:AT+FTH=3\r] May 28 22:03:20.39: [23209]: --> [7:CONNECT] May 28 22:03:20.39: [23209]: <-- HDLC<7:FF C8 FD F2 00 00 00> May 28 22:03:21.68: [23209]: --> [2:OK] May 28 22:03:21.68: [23209]: SEND send PPS (partial page signal) May 28 22:03:21.68: [23209]: SEND send MPS (more pages, same document) May 28 22:03:21.68: [23209]: <-- [9:AT+FRH=3\r] May 28 22:03:24.78: [23209]: --> [0:] May 28 22:03:24.78: [23209]: MODEM <Empty line> May 28 22:03:24.78: [23209]: MODEM TIMEOUT: waiting for v.21 carrier May 28 22:03:24.79: [23209]: --> [2:OK] May 28 22:03:24.79: [23209]: <-- [9:AT+FTH=3\r] May 28 22:03:24.82: [23209]: --> [7:CONNECT] May 28 22:03:24.82: [23209]: <-- HDLC<7:FF C8 FD F2 00 00 00> May 28 22:03:26.11: [23209]: --> [2:OK] May 28 22:03:26.11: [23209]: SEND send PPS (partial page signal) May 28 22:03:26.11: [23209]: SEND send MPS (more pages, same document) May 28 22:03:26.11: [23209]: <-- [9:AT+FRH=3\r] May 28 22:03:28.24: [23209]: --> [10:NO CARRIER] May 28 22:03:28.24: [23209]: MODEM No carrier May 28 22:03:28.24: [23209]: No response to PPS repeated 3 times. May 28 22:03:28.24: [23209]: SEND end page May 28 22:03:28.24: [23209]: <-- [9:AT+FTH=3\r] May 28 22:03:28.43: [23209]: --> [7:CONNECT] May 28 22:03:28.43: [23209]: <-- HDLC<3:FF C8 DF> May 28 22:03:29.61: [23209]: --> [2:OK] May 28 22:03:29.61: [23209]: MODEM input buffering enabled May 28 22:03:29.61: [23209]: SEND FAILED: JOB 192 DEST 1-866-643-2219 ERR No response to PPS repeated 3 times.; too many attempts to send May 28 22:03:29.61: [23209]: <-- [5:ATH0\r] May 28 22:03:29.84: [23209]: --> [2:OK] May 28 22:03:29.84: [23209]: MODEM set DTR OFF May 28 22:03:29.84: [23209]: SESSION END ---- Unsent job status ---- Destination: 1-866-643-2219 JobID: 192 GroupID: 192 Sender: Ross Boylan Mailaddr: ross@localhost CommID: 000000302 Submitted From: localhost Page Width: 215 (mm) Page Length: 279 (mm) Resolution: 196 (lpi) Status: No response to PPS repeated 3 times.; too many attempts to send Dialogs: 3 (exchanges with remote device) Dials: 0 (consecutive failed calls to destination) Calls: 3 (total phone calls placed) Pages: 15 (pages transmitted) TotPages: 47 (total pages to transmit) Attempts: 2 (attempts to send current page) Dirnum: 0 (directory of next page to send) -------------------------------------------------------------------- -------------------------------------------------------------- # job 193, try 1 Your facsimile job to 1-866-643-2219 was not sent because: Unspecified Transmit Phase C error The job will be retried at 09:12. ---- Transcript of session follows ---- May 29 09:10:47.22: [ 7740]: SESSION BEGIN 000000303 18666432219 # ..... May 29 09:11:07.22: [ 7740]: SEND send frame number 96 May 29 09:11:07.22: [ 7740]: SEND send frame number 97 May 29 09:11:07.22: [ 7740]: DELAY 200 ms May 29 09:11:07.42: [ 7740]: <-- [11:AT+FTM=146\r] May 29 09:11:37.42: [ 7740]: MODEM TIMEOUT: reading line from modem May 29 09:11:37.42: [ 7740]: MODEM <Timeout> May 29 09:11:37.42: [ 7740]: SEND end page May 29 09:11:37.42: [ 7740]: Unspecified Transmit Phase C error May 29 09:11:37.42: [ 7740]: <-- [9:AT+FTH=3\r] May 29 09:11:37.55: [ 7740]: --> [8:AT+FTH=3] May 29 09:11:37.55: [ 7740]: MODEM input buffering enabled May 29 09:11:37.55: [ 7740]: <-- [5:ATH0\r] May 29 09:11:37.66: [ 7740]: --> [5:ERROR] May 29 09:11:37.66: [ 7740]: MODEM Command error May 29 09:11:37.66: [ 7740]: MODEM set DTR OFF May 29 09:11:37.66: [ 7740]: SESSION END # try 2 my phone was off the hook, I think (hmm.. not "no dialtone") Your facsimile job to 1-866-643-2219 was not sent because: Unknown problem The job will be retried at 09:21. ---- Transcript of session follows ---- May 29 09:13:24.70: [ 7780]: SESSION BEGIN 000000304 18666432219 May 29 09:13:24.70: [ 7780]: HylaFAX (tm) Version 4.2.5 May 29 09:13:24.70: [ 7780]: SEND FAX: JOB 193 DEST 1-866-643-2219 COMMID 000000304 DEVICE '/dev/ttyS0' FROM 'Ross Boylan <ross@localhost>' +USER boylan May 29 09:13:24.70: [ 7780]: <-- [12:AT+FCLASS=1\r] May 29 09:13:24.84: [ 7780]: --> [2:OK] May 29 09:13:24.85: [ 7780]: DIAL 18666432219 May 29 09:13:24.85: [ 7780]: <-- [16:ATDT18666432219\r] May 29 09:16:24.85: [ 7780]: MODEM TIMEOUT: reading line from modem May 29 09:16:24.85: [ 7780]: SEND FAILED: JOB 193 DEST 1-866-643-2219 ERR Unknown problem May 29 09:16:24.85: [ 7780]: <-- [5:ATH0\r] May 29 09:16:24.98: [ 7780]: --> [4:ATH0] May 29 09:16:24.98: [ 7780]: --> [2:OK] May 29 09:16:24.98: [ 7780]: MODEM set DTR OFF May 29 09:16:24.98: [ 7780]: SESSION END # try 3? No evidence of actual attempt # side effect of faxalter? our facsimile job to 1-866-643-2219 was rejected because: REJECT: Too many attempts to transmit: 3, max 3 ---- Unsent job status ---- Destination: 1-866-643-2219 JobID: 193 GroupID: 192 Sender: Ross Boylan Mailaddr: ross@localhost CommID: 000000306 Submitted From: localhost Page Width: 215 (mm) Page Length: 279 (mm) Resolution: 196 (lpi) Status: REJECT: Too many attempts to transmit: 3, max 3 Dialogs: 3 (exchanges with remote device) Dials: 0 (consecutive failed calls to destination) Calls: 4 (total phone calls placed) Pages: 3 (pages transmitted) TotPages: 47 (total pages to transmit) Attempts: 1 (attempts to send current page) Dirnum: 0 (directory of next page to send) --------------------------------------------------------------- --------------------------------------------------------------- # job 194 # try 1+2: no local dialtone, phone off hook # try 3 Your facsimile job to 1-866-643-2219 was not sent because: Failure to train remote modem at 2400 bps or minimum speed The job will be retried at 09:41. ---- Transcript of session follows ---- May 29 09:39:47.07: [ 9464]: SESSION BEGIN 000000309 18666432219 May 29 09:39:47.07: [ 9464]: HylaFAX (tm) Version 4.2.5 May 29 09:39:47.07: [ 9464]: SEND FAX: JOB 194 DEST 1-866-643-2219 COMMID 000000309 DEVICE '/dev/ttyS0' FROM 'Ross Boylan <ross@localhost>' +USER boylan May 29 09:39:47.07: [ 9464]: <-- [12:AT+FCLASS=1\r] May 29 09:39:47.21: [ 9464]: --> [2:OK] May 29 09:39:47.21: [ 9464]: DIAL 18666432219 May 29 09:39:47.21: [ 9464]: <-- [16:ATDT18666432219\r] May 29 09:39:58.27: [ 9464]: --> [7:CONNECT] May 29 09:39:59.73: [ 9464]: --> HDLC<25:FF C0 02 CA 0A 12 CA 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 98 03> May 29 09:39:59.73: [ 9464]: --> [2:OK] May 29 09:39:59.73: [ 9464]: REMOTE CSI "SHPS" May 29 09:39:59.73: [ 9464]: <-- [9:AT+FRH=3\r] May 29 09:39:59.74: [ 9464]: --> [7:CONNECT] May 29 09:40:00.05: [ 9464]: --> HDLC<11:FF C8 01 04 77 1F 23 01 08 18 4F> May 29 09:40:00.05: [ 9464]: --> [2:OK] May 29 09:40:00.05: [ 9464]: REMOTE best rate 33600 bit/s May 29 09:40:00.05: [ 9464]: REMOTE max A4 page width (215 mm) May 29 09:40:00.05: [ 9464]: REMOTE max unlimited page length May 29 09:40:00.05: [ 9464]: REMOTE best vres 7.7 line/mm May 29 09:40:00.05: [ 9464]: REMOTE format support: MH, MR, MMR May 29 09:40:00.05: [ 9464]: REMOTE supports T.30 Annex A, 256-byte ECM May 29 09:40:00.05: [ 9464]: REMOTE best 0 ms/scanline May 29 09:40:00.05: [ 9464]: USE 14400 bit/s May 29 09:40:00.05: [ 9464]: USE error correction mode May 29 09:40:00.05: [ 9464]: SEND file "docq/doc601.ps;f1" May 29 09:40:00.05: [ 9464]: USE A4 page width (215 mm) May 29 09:40:00.05: [ 9464]: USE unlimited page length May 29 09:40:00.05: [ 9464]: USE 7.7 line/mm May 29 09:40:00.05: [ 9464]: USE 2-D MMR May 29 09:40:00.05: [ 9464]: USE 0 ms/scanline May 29 09:40:00.05: [ 9464]: SEND training at v.17 14400 bit/s May 29 09:40:00.05: [ 9464]: <-- [9:AT+FRS=7\r] May 29 09:40:00.15: [ 9464]: --> [2:OK] May 29 09:40:00.15: [ 9464]: <-- [9:AT+FTH=3\r] May 29 09:40:00.34: [ 9464]: --> [7:CONNECT] May 29 09:40:00.34: [ 9464]: <-- HDLC<23:FF C0 C2 CE 76 86 36 9E F6 42 04 A6 16 2A 04 04 04 04 04 04 04 04 04> May 29 09:40:00.35: [ 9464]: --> [7:CONNECT] May 29 09:40:00.35: [ 9464]: <-- HDLC<7:FF C8 C1 00 46 1F 22> May 29 09:40:07.90: [ 9464]: --> [0:] May 29 09:40:08.06: [ 9464]: MODEM <Empty line> May 29 09:40:08.06: [ 9464]: MODEM TIMEOUT: sending DCS frame May 29 09:40:08.06: [ 9464]: Error sending T.30 prologue frames May 29 09:40:08.06: [ 9464]: SEND training at v.17 12000 bit/s May 29 09:40:08.06: [ 9464]: <-- [9:AT+FRS=7\r] May 29 09:40:08.19: [ 9464]: --> [8:AT+FRS=7] May 29 09:40:08.19: [ 9464]: --> [5:ERROR] May 29 09:40:08.19: [ 9464]: MODEM Command error May 29 09:40:08.19: [ 9464]: Failure to receive silence. May 29 09:40:08.19: [ 9464]: Error sending T.30 prologue frames May 29 09:40:08.19: [ 9464]: SEND training at v.17 9600 bit/s May 29 09:40:08.19: [ 9464]: <-- [9:AT+FRS=7\r] May 29 09:40:08.32: [ 9464]: --> [8:AT+FRS=7] May 29 09:40:08.33: [ 9464]: --> [5:ERROR] May 29 09:40:08.33: [ 9464]: MODEM Command error May 29 09:40:08.33: [ 9464]: Failure to receive silence. May 29 09:40:08.33: [ 9464]: Error sending T.30 prologue frames May 29 09:40:08.33: [ 9464]: SEND training at v.29 9600 bit/s May 29 09:40:08.33: [ 9464]: <-- [9:AT+FRS=7\r] May 29 09:40:08.46: [ 9464]: --> [8:AT+FRS=7] May 29 09:40:08.47: [ 9464]: --> [5:ERROR] May 29 09:40:08.47: [ 9464]: MODEM Command error May 29 09:40:08.47: [ 9464]: Failure to receive silence. May 29 09:40:08.47: [ 9464]: Error sending T.30 prologue frames May 29 09:40:08.47: [ 9464]: SEND training at v.29 7200 bit/s May 29 09:40:08.47: [ 9464]: <-- [9:AT+FRS=7\r] May 29 09:40:08.60: [ 9464]: --> [8:AT+FRS=7] May 29 09:40:08.61: [ 9464]: --> [5:ERROR] May 29 09:40:08.61: [ 9464]: MODEM Command error May 29 09:40:08.61: [ 9464]: Failure to receive silence. May 29 09:40:08.61: [ 9464]: Error sending T.30 prologue frames May 29 09:40:08.61: [ 9464]: SEND training at v.27ter 4800 bit/s May 29 09:40:08.61: [ 9464]: <-- [9:AT+FRS=7\r] May 29 09:40:08.74: [ 9464]: --> [8:AT+FRS=7] May 29 09:40:08.75: [ 9464]: --> [5:ERROR] May 29 09:40:08.75: [ 9464]: MODEM Command error May 29 09:40:08.75: [ 9464]: Failure to receive silence. May 29 09:40:08.75: [ 9464]: Error sending T.30 prologue frames May 29 09:40:08.75: [ 9464]: SEND training at v.27ter fallback mode 2400 bit/s May 29 09:40:08.75: [ 9464]: <-- [9:AT+FRS=7\r] May 29 09:40:08.88: [ 9464]: --> [8:AT+FRS=7] May 29 09:40:08.89: [ 9464]: --> [5:ERROR] May 29 09:40:08.96: [ 9464]: MODEM Command error May 29 09:40:08.96: [ 9464]: Failure to receive silence. May 29 09:40:08.96: [ 9464]: Error sending T.30 prologue frames May 29 09:40:08.96: [ 9464]: TRAINING failed May 29 09:40:08.96: [ 9464]: <-- [9:AT+FTH=3\r] May 29 09:40:09.09: [ 9464]: --> [8:AT+FTH=3] May 29 09:40:09.09: [ 9464]: MODEM input buffering enabled May 29 09:40:09.09: [ 9464]: <-- [5:ATH0\r] May 29 09:40:09.09: [ 9464]: --> [5:ERROR] May 29 09:40:09.09: [ 9464]: MODEM Command error May 29 09:40:09.09: [ 9464]: MODEM set DTR OFF May 29 09:40:09.09: [ 9464]: SESSION END #try 4 Your facsimile job to 1-866-643-2219 was not sent because: Unspecified Transmit Phase C error The job will be retried at 09:43. ---- Transcript of session follows ---- May 29 09:41:21.47: [ 9552]: SESSION BEGIN 000000310 18666432219 # .... send begin page, but no indication it finished even 1 page May 29 09:41:41.47: [ 9552]: SEND send frame number 97 May 29 09:41:41.47: [ 9552]: DELAY 200 ms May 29 09:41:41.67: [ 9552]: <-- [11:AT+FTM=146\r] May 29 09:42:11.67: [ 9552]: MODEM TIMEOUT: reading line from modem May 29 09:42:11.67: [ 9552]: MODEM <Timeout> May 29 09:42:11.67: [ 9552]: SEND end page May 29 09:42:11.67: [ 9552]: Unspecified Transmit Phase C error May 29 09:42:11.67: [ 9552]: <-- [9:AT+FTH=3\r] May 29 09:42:11.80: [ 9552]: --> [8:AT+FTH=3] May 29 09:42:11.80: [ 9552]: MODEM input buffering enabled May 29 09:42:11.80: [ 9552]: <-- [5:ATH0\r] May 29 09:42:11.91: [ 9552]: --> [9:ERRORATH0] May 29 09:42:11.91: [ 9552]: MODEM Command error May 29 09:42:11.91: [ 9552]: MODEM set DTR OFF May 29 09:42:11.91: [ 9552]: SESSION END # try 5 Your facsimile job to 1-866-643-2219 failed because: Unspecified Transmit Phase C error; too many attempts to send ---- Transcript of session follows ---- May 29 09:43:25.29: [ 9579]: SESSION BEGIN 000000311 18666432219 May 29 09:43:25.29: [ 9579]: HylaFAX (tm) Version 4.2.5 # .... got about 3 pp off May 29 09:44:24.98: [ 9579]: SEND send frame number 255 May 29 09:44:24.98: [ 9579]: DELAY 200 ms May 29 09:44:25.17: [ 9579]: <-- [11:AT+FTM=146\r] May 29 09:44:55.17: [ 9579]: MODEM TIMEOUT: reading line from modem May 29 09:44:55.17: [ 9579]: MODEM <Timeout> May 29 09:44:55.17: [ 9579]: SEND end page May 29 09:44:55.17: [ 9579]: Unspecified Transmit Phase C error May 29 09:44:55.17: [ 9579]: <-- [9:AT+FTH=3\r] May 29 09:44:55.30: [ 9579]: --> [8:AT+FTH=3] May 29 09:44:55.30: [ 9579]: MODEM input buffering enabled May 29 09:44:55.30: [ 9579]: SEND FAILED: JOB 194 DEST 1-866-643-2219 ERR Unspecified Transmit Phase C error; too many attempts to send May 29 09:44:55.30: [ 9579]: <-- [5:ATH0\r] May 29 09:44:55.41: [ 9579]: --> [9:ERRORATH0] May 29 09:44:55.41: [ 9579]: MODEM Command error May 29 09:44:55.41: [ 9579]: MODEM set DTR OFF May 29 09:44:55.41: [ 9579]: SESSION END ---- Unsent job status ---- Destination: 1-866-643-2219 JobID: 194 GroupID: 192 Sender: Ross Boylan Mailaddr: ross@localhost CommID: 000000311 Submitted From: localhost Page Width: 215 (mm) Page Length: 279 (mm) Resolution: 196 (lpi) Status: Unspecified Transmit Phase C error; too many attempts to send Dialogs: 3 (exchanges with remote device) Dials: 0 (consecutive failed calls to destination) Calls: 5 (total phone calls placed) Pages: 3 (pages transmitted) TotPages: 47 (total pages to transmit) Attempts: 1 (attempts to send current page) Dirnum: 0 (directory of next page to send) ------------------------------------------------------------ Thanks. ____________________ 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*