File: isdn_cause.7

package info (click to toggle)
manpages-de 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 71,404 kB
  • sloc: sh: 1,059; makefile: 71; python: 64; perl: 37; sed: 11
file content (314 lines) | stat: -rw-r--r-- 5,503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
.\" $Id: isdn_cause.man.in,v 1.4 1998/12/02 16:53:28 paul Exp $
.\"
.\" CHECKIN $Date: 1998/12/02 16:53:28 $
.\"
.\" Process this file with
.\" groff -man -Tascii isdn_cause.7 for ASCII output, or
.\" groff -man -Tps isdn_cause.7 for PostScript output
.\"
.TH isdn_cause 7 "1998/12/02" "ISDN 4 Linux 3.27" Miscellaneous
.SH NAME
isdn_cause \- Description of ISDN cause messages.
.SH DESCRIPTION
This document describes the cause messages, used with the
.SM ISDN
D-channel protocols EDSS1 and 1TR6 and their format, visible to
the user.
.SH FORMAT
Cause messages are 2-byte information elements, describing
the state transitions of an
.SM ISDN
line. Each cause message describes its origination (location) in one byte,
while the cause code is described in the other byte. Internally, when
EDSS1 is used, the first byte contains the location while the second
byte contains the cause code. When using 1TR6, the first byte contains
the cause code while the location is coded in the second byte. In the
Linux
.SM ISDN
subsystem, the cause messages visible to the user are unified to avoid
confusion. All user visible cause messages are displayed as hexadecimal
strings. These strings always have the location coded in the first byte,
regardless if using 1TR6 or EDSS1. When using EDSS1, these strings are
preceded by the character 'E'.
.SH CAUSE MESSAGES WITH EDSS1
.SS LOCATION
The following location codes are defined when using EDSS1:
.TP
.B 00
Message generated by user.
.TP
.B 01 
Message generated by private network serving the local user.
.TP
.B 02
Message generated by public network serving the local user.
.TP
.B 03
Message generated by transit network.
.TP
.B 04
Message generated by public network serving the remote user.
.TP
.B 05
Message generated by private network serving the remote user.
.TP
.B 07
Message generated by international network.
.TP
.B 0A
Message generated by network beyond inter-working point.
.SS CAUSE
The following cause codes are defined when using EDSS1:
.TP
.B 01
Unallocated (unassigned) number.
.TP
.B 02
No route to specified transit network.
.TP
.B 03
No route to destination.
.TP
.B 06
Channel unacceptable.
.TP
.B 07
Call awarded and being delivered in an established channel.
.TP
.B 10
Normal call clearing.
.TP
.B 11
User busy.
.TP
.B 12
No user responding.
.TP
.B 13
No answer from user (user alerted).
.TP
.B 15
Call rejected.
.TP
.B 16
Number changed.
.TP
.B 1A
Non-selected user clearing.
.TP
.B 1B
Destination out of order.
.TP
.B 1C
Invalid number format.
.TP
.B 1D
Facility rejected.
.TP
.B 1E
Response to status enquiry.
.TP
.B 1F
Normal, unspecified.
.TP
.B 22
No circuit or channel available.
.TP
.B 26
Network out of order.
.TP
.B 29
Temporary failure.
.TP
.B 2A
Switching equipment congestion.
.TP
.B 2B
Access information discarded.
.TP
.B 2C
Requested circuit or channel not available.
.TP
.B 2F
Resources unavailable, unspecified.
.TP
.B 31
Quality of service unavailable.
.TP
.B 32
Requested facility not subscribed.
.TP
.B 39
Bearer capability not authorised.
.TP
.B 3A
Bearer capability not presently available.
.TP
.B 3F
Service or option not available, unspecified.
.TP
.B 41
Bearer capability not implemented.
.TP
.B 42
Channel type not implemented.
.TP
.B 45
Requested facility not implemented.
.TP
.B 46
Only restricted digital information bearer.
.TP
.B 4F
Service or option not implemented, unspecified.
.TP
.B 51
Invalid call reference value.
.TP
.B 52
Identified channel does not exist.
.TP
.B 53
A suspended call exists, but this call identity does not.
.TP
.B 54
Call identity in use.
.TP
.B 55
No call suspended.
.TP
.B 56
Call having the requested call identity.
.TP
.B 58
Incompatible destination.
.TP
.B 5B
Invalid transit network selection.
.TP
.B 5F
Invalid message, unspecified.
.TP
.B 60
Mandatory information element is missing.
.TP
.B 61
Message type non-existent or not implemented.
.TP
.B 62
Message not compatible with call state or message or message type non
existent or not implemented.
.TP
.B 63
Information element non-existent or not implemented.
.TP
.B 64
Invalid information element content.
.TP
.B 65
Message not compatible.
.TP
.B 66
Recovery on timer expiry.
.TP
.B 6F
Protocol error, unspecified.
.TP
.B 7F
Inter working, unspecified.
.SH CAUSE MESSAGES WITH 1TR6
.SS LOCATION
The following location codes are defined when using 1TR6:
.TP
.B 00
Octet not available. (Not always generated.)
.TP
.B 44
Message generated by public network.
.TP
.B 45
Message generated by private network.
.TP
.B 4F
Unknown.
.SS CAUSE
The following cause codes are defined when using 1TR6:
.TP
.B 00
Normal call clearing.
.TP
.B 01
Invalid Call reference value.
.TP
.B 03
Bearer service not implemented.
.TP
.B 07
Call identity does not exist.
.TP
.B 08
No channel available.
.TP
.B 10
Requested facility not implemented.
.TP
.B 11
Requested facility not subscribed.
.TP
.B 20
Outgoing calls barred.
.TP
.B 21
User access busy.
.TP
.B 22
Closed user group mismatch.
.TP
.B 23
Non existent closed user group.
.TP
.B 25
SPV connection not allowed.
.TP
.B 35
Destination not obtainable.
.TP
.B 38
Number changed.
.TP
.B 3A
No user responding.
.TP
.B 3B
User busy.
.TP
.B 3D
Incoming calls barred.
.TP
.B 3E
Call rejected.
.TP
.B 59
Network congestion.
.TP
.B 5A
Remote user initiated.
.TP
.B 70
Local procedure error.
.TP
.B 71
Remote procedure error.
.TP
.B 72
Remote user suspended.
.TP
.B 73
Remote user resumed.
.TP
.B 7F
User info discarded locally.
.SH SEE ALSO
.BR "ITU Q.850" ", " "FTZ Richtlinien 1TR3, Band 3 (1TR6)"