1isdn_cause(7) Miscellaneous isdn_cause(7)
2
3
4
6 isdn_cause - Description of ISDN cause messages.
7
9 This document describes the cause messages, used with the ISDN D-chan‐
10 nel protocols EDSS1 and 1TR6 and their format, visible to the user.
11
13 Cause messages are 2-byte information elements, describing the state
14 transitions of an ISDN line. Each cause message describes its origina‐
15 tion (location) in one byte, while the cause code is described in the
16 other byte. Internally, when EDSS1 is used, the first byte contains the
17 location while the second byte contains the cause code. When using
18 1TR6, the first byte contains the cause code while the location is
19 coded in the second byte. In the Linux ISDN subsystem, the cause mes‐
20 sages visible to the user are unified to avoid confusion. All user vis‐
21 ible cause messages are displayed as hexadecimal strings. These strings
22 always have the location coded in the first byte, regardless if using
23 1TR6 or EDSS1. When using EDSS1, these strings are preceeded by the
24 character 'E'.
25
27 LOCATION
28 The following location codes are defined when using EDSS1:
29
30 00 Message generated by user.
31
32 01 Message generated by private network serving the local user.
33
34 02 Message generated by public network serving the local user.
35
36 03 Message generated by transit network.
37
38 04 Message generated by public network serving the remote user.
39
40 05 Message generated by private network serving the remote user.
41
42 07 Message generated by international network.
43
44 0A Message generated by network beyond inter-working point.
45
46 CAUSE
47 The following cause codes are defined when using EDSS1:
48
49 01 Unallocated (unassigned) number.
50
51 02 No route to specified transit network.
52
53 03 No route to destination.
54
55 06 Channel unacceptable.
56
57 07 Call awarded and being delivered in an established channel.
58
59 10 Normal call clearing.
60
61 11 User busy.
62
63 12 No user responding.
64
65 13 No answer from user (user alerted).
66
67 15 Call rejected.
68
69 16 Number changed.
70
71 1A Non-selected user clearing.
72
73 1B Destination out of order.
74
75 1C Invalid number format.
76
77 1D Facility rejected.
78
79 1E Response to status enquiry.
80
81 1F Normal, unspecified.
82
83 22 No circuit or channel available.
84
85 26 Network out of order.
86
87 29 Temporary failure.
88
89 2A Switching equipment congestion.
90
91 2B Access information discarded.
92
93 2C Requested circuit or channel not available.
94
95 2F Resources unavailable, unspecified.
96
97 31 Quality of service unavailable.
98
99 32 Requested facility not subscribed.
100
101 39 Bearer capability not authorised.
102
103 3A Bearer capability not presently available.
104
105 3F Service or option not available, unspecified.
106
107 41 Bearer capability not implemented.
108
109 42 Channel type not implemented.
110
111 45 Requested facility not implemented.
112
113 46 Only restricted digital information bearer.
114
115 4F Service or option not implemented, unspecified.
116
117 51 Invalid call reference value.
118
119 52 Identified channel does not exist.
120
121 53 A suspended call exists, but this call identity does not.
122
123 54 Call identity in use.
124
125 55 No call suspended.
126
127 56 Call having the requested call identity.
128
129 58 Incompatible destination.
130
131 5B Invalid transit network selection.
132
133 5F Invalid message, unspecified.
134
135 60 Mandatory information element is missing.
136
137 61 Message type non-existent or not implemented.
138
139 62 Message not compatible with call state or message or message
140 type non existent or not implemented.
141
142 63 Information element non-existent or not implemented.
143
144 64 Invalid information element content.
145
146 65 Message not compatible.
147
148 66 Recovery on timer expiry.
149
150 6F Protocol error, unspecified.
151
152 7F Inter working, unspecified.
153
155 LOCATION
156 The following location codes are defined when using 1TR6:
157
158 00 Octet not available. (Not always generated.)
159
160 44 Message generated by public network.
161
162 45 Message generated by private network.
163
164 4F Unknown.
165
166 CAUSE
167 The following cause codes are defined when using 1TR6:
168
169 00 Normal call clearing.
170
171 01 Invalid Call reference value.
172
173 03 Bearer service not implemented.
174
175 07 Call identity does not exist.
176
177 08 No channel available.
178
179 10 Requested facility not implemented.
180
181 11 Requested facility not subscribed.
182
183 20 Outgoing calls barred.
184
185 21 User access busy.
186
187 22 Closed user group mismatch.
188
189 23 Non existent closed user group.
190
191 25 SPV connection not allowed.
192
193 35 Destination not obtainable.
194
195 38 Number changed.
196
197 3A No user responding.
198
199 3B User busy.
200
201 3D Incoming calls barred.
202
203 3E Call rejected.
204
205 59 Network congestion.
206
207 5A Remote user initiated.
208
209 70 Local procedure error.
210
211 71 Remote procedure error.
212
213 72 Remote user suspended.
214
215 73 Remote user resumed.
216
217 7F User info discarded locally.
218
220 ITU Q.850, FTZ Richtlinien 1TR3, Band 3 (1TR6)
221
222
223
224
225
226ISDN 4 Linux 3.13 1998/12/02 isdn_cause(7)