Added isdn_cause.man.in.

This commit is contained in:
fritz 1997-02-23 12:23:44 +00:00
parent d93dc72416
commit e69e1dd649
4 changed files with 317 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.2 1997/02/23 10:45:24 fritz Exp $
# $Id: Makefile.in,v 1.3 1997/02/23 12:23:44 fritz Exp $
#
# Makefile for ISDN manpages
# (C) 1997 Fritz Elfert
@ -7,7 +7,7 @@
SHELL = /bin/sh
AWK = @AWK@
SED = @SED@
MANPAGES = ttyI.4 isdninfo.4
MANPAGES = ttyI.4 isdninfo.4 isdn_cause.7
INSTALL_MAN = @INSTALL@ -o 0 -g 0 -m 0644
prefix = @prefix@
mandir = @mandir@
@ -16,6 +16,10 @@ mandir = @mandir@
MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'`; \
$(SED) -e s%@MANDATE@%$$MANDATE%g $< > $@
%.7: %.man
MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'`; \
$(SED) -e s%@MANDATE@%$$MANDATE%g $< > $@
%.8: %.man
MANDATE=`grep CHECKIN $< | $(AWK) '{print $$4}'`; \
$(SED) -e s%@MANDATE@%$$MANDATE%g $< > $@

4
doc/configure vendored
View File

@ -763,7 +763,7 @@ done
ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "Makefile ttyI.man isdninfo.man" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
trap 'rm -fr `echo "Makefile ttyI.man isdninfo.man isdn_cause.man" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -805,7 +805,7 @@ CEOF
EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile ttyI.man isdninfo.man"}
CONFIG_FILES=\${CONFIG_FILES-"Makefile ttyI.man isdninfo.man isdn_cause.man"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

View File

@ -15,4 +15,4 @@ AC_SUBST(AWK)
AC_SUBST(SED)
AC_SUBST(I4LCONFDIR)
AC_SUBST(I4LVERSION)
AC_OUTPUT(Makefile ttyI.man isdninfo.man)
AC_OUTPUT(Makefile ttyI.man isdninfo.man isdn_cause.man)

308
doc/isdn_cause.man.in Normal file
View File

@ -0,0 +1,308 @@
.\" $Id: isdn_cause.man.in,v 1.1 1997/02/23 12:23:46 fritz Exp $
.\"
.\" CHECKIN $Date: 1997/02/23 12:23:46 $
.\"
.\" Process this file with
.\" groff -man -Tascii isdn_cause.7 for ASCII output, or
.\" groff -man -Tps isdn_cause.7 for PostScript output
.\"
.TH TTYI 7 "@MANDATE@" Linux 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
preceeded 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 44
Message generated by public network.
.TP
.B 45
Message generated by private network.
.TP
.B 45
Unknown.
.SS CAUSE
The following cause codes are defined when using 1TR6:
.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)"