@@ -10,19 +10,66 @@ string
10
10
| ** Result Code** | ** Message** |
11
11
| --------------- | ------------------------------------------------- |
12
12
| 0 | OK |
13
- | 2 | Timed out waiting for initial communication |
14
- | 3 | Timed out waiting for the first message |
15
- | 5 | The HDLC carrier did not stop in a timely manner |
13
+ | 1 | The CED tone exceeded 5s |
14
+ | 2 | Timed out waiting for initial communication |
15
+ | 3 | Timed out waiting for the first message |
16
+ | 4 | Timed out waiting for procedural interrupt |
17
+ | 5 | The HDLC carrier did not stop in a timely manner |
16
18
| 6 | Failed to train with any of the compatible modems |
17
- | 13 | Unexpected message received |
18
- | 14 | Received bad response to DCS or training |
19
- | 15 | Received a DCN from remote after sending a page |
20
- | 17 | Received a DCN while waiting for a DIS |
21
- | 20 | Received no response to DCS or TCF |
22
- | 23 | Invalid ECM response received from transmitter |
23
- | 31 | Timer T2 expired while waiting for fax page |
24
- | 32 | Timer T2 expired while waiting for next fax page |
25
- | 48 | Disconnected after permitted retries |
26
- | 49 | The call dropped prematurely |
19
+ | 7 | Operator intervention failed |
20
+ | 8 | Far end is not compatible |
21
+ | 9 | Far end is not able to receive |
22
+ | 10 | Far end is not able to transmit |
23
+ | 11 | Far end cannot receive at the resolution of the image |
24
+ | 12 | Far end cannot receive at the size of image |
25
+ | 13 | Unexpected message received |
26
+ | 14 | Received bad response to DCS or training |
27
+ | 15 | Received a DCN from remote after sending a page |
28
+ | 16 | Invalid ECM response received from receiver |
29
+ | 17 | Received a DCN while waiting for a DIS |
30
+ | 18 | Invalid response after sending a page |
31
+ | 19 | Received other than DIS while waiting for DIS |
32
+ | 20 | Received no response to DCS, training or TCF |
33
+ | 21 | No response after sending a page |
34
+ | 22 | Timed out waiting for receiver ready (ECM mode) |
35
+ | 23 | Invalid ECM response received from transmitter |
36
+ | 24 | DCS received while waiting for DTC |
37
+ | 25 | Unexpected command after page received |
38
+ | 26 | Carrier lost during fax receive |
39
+ | 27 | Timed out while waiting for EOL (end of line) |
40
+ | 28 | Timed out while waiting for first line |
41
+ | 29 | Timer T2 expired while waiting for DCN |
42
+ | 30 | Timer T2 expired while waiting for phase D |
43
+ | 31 | Timer T2 expired while waiting for fax page |
44
+ | 32 | Timer T2 expired while waiting for next fax page |
45
+ | 33 | Timer T2 expired while waiting for RR command |
46
+ | 34 | Timer T2 expired while waiting for NSS, DCS or MCF |
47
+ | 35 | Unexpected DCN while waiting for DCS or DIS |
48
+ | 36 | Unexpected DCN while waiting for image data |
49
+ | 37 | Unexpected DCN while waiting for EOM, EOP or MPS |
50
+ | 38 | Unexpected DCN after EOM or MPS sequence |
51
+ | 39 | Unexpected DCN after RR/RNR sequence |
52
+ | 40 | Unexpected DCN after requested retransmission |
53
+ | 41 | TIFF/F file cannot be opened |
54
+ | 42 | TIFF/F page not found |
55
+ | 43 | TIFF/F format is not compatible |
56
+ | 44 | TIFF/F page number tag missing |
57
+ | 45 | Incorrect values for TIFF/F tags |
58
+ | 46 | Bad TIFF/F header - incorrect values in fields |
59
+ | 47 | Cannot allocate memory for more pages |
60
+ | 48 | Disconnected after permitted retries |
61
+ | 49 | The call dropped prematurely |
62
+ | 50 | Poll not accepted |
63
+ | 51 | Far end's ident is not acceptable |
64
+ | 52 | Far end's sub-address is not acceptable |
65
+ | 53 | Far end's selective polling address is not acceptable |
66
+ | 54 | Far end's polled sub-address is not acceptable |
67
+ | 55 | Far end's sender identification is not acceptable |
68
+ | 56 | Far end's password is not acceptable |
69
+ | 57 | Far end's transmitting subscriber internet address is not acceptable |
70
+ | 58 | Far end's internet routing address is not acceptable |
71
+ | 59 | Far end's calling subscriber internet address is not acceptable |
72
+ | 60 | Far end's internet selective polling address is not acceptable |
73
+ | 61 | Far end's called subscriber internet address is not acceptable |
27
74
28
75
0 commit comments