]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Error codes: E111 more accrurate
authorAidan Van Dyk <aidan@ifax.com>
Mon, 26 Nov 2007 14:04:14 +0000 (14:04 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Mon, 26 Nov 2007 14:04:14 +0000 (14:04 +0000)
From Lee:
| commit 92661a7e758497625950994c6f9f127cda8bdd95
| Author: Lee Howard <faxguy@howardsilvan.com>
| Date:   Mon Nov 19 13:50:42 2007 +0000
|
|     This makes the error message more accurate.

faxd/Class1Recv.c++
faxd/STATUS.txt

index 14d76ceb5b0d3d16791dbe2a41cab02cf476a4ab..f156286289470236d698255f98bbfb2ee24b48c5 100644 (file)
@@ -1030,7 +1030,7 @@ Class1Modem::recvPage(TIFF* tif, u_int& ppm, Status& eresult, const fxStr& id)
            }
        }
     } while (gotCONNECT && !wasTimeout() && lastResponse != AT_EMPTYLINE);
-    eresult = Status(111, "T.30 T2 timeout, expected page not received");
+    eresult = Status(111, "V.21 signal reception timeout; expected page possibly not received in full");
     if (prevPage && conf.saveUnconfirmedPages && getRecvEOLCount()) {
        TIFFWriteDirectory(tif);
        protoTrace("RECV keeping unconfirmed page");
index dea9bbc108f8f13190651416d905d408ab5058ad..f1579e3c8adb8a7c349cd766605482716e538d46 100644 (file)
@@ -32,7 +32,7 @@
 108      : COMREC received DCN (sender abort)
 109      : No response to RNR repeated 3 times.
 110      : COMREC invalid response received
-111      : T.30 T2 timeout, expected page not received
+111      : V.21 signal reception timeout; expected page possibly not received in full
 112      : Failed to properly detect high-speed data carrier.
 113      : Received invalid CTC signal in V.34-Fax.
 114      : Failed to properly open V.34 primary channel.