isdn4k-utils/doc/isdn_cause.7.in

311 lines
5.3 KiB
Groff

.\" 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 "December 1998" "ISDN 4 Linux @I4LVERSION@" 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)"