summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnd/isdnd.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/i4b/isdnd/isdnd.8')
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.828
1 files changed, 13 insertions, 15 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8
index 9913487..950614c 100644
--- a/usr.sbin/i4b/isdnd/isdnd.8
+++ b/usr.sbin/i4b/isdnd/isdnd.8
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved.
+.\" Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -22,18 +22,17 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdnd.8,v 1.20 1998/12/18 09:47:09 hm Exp $
+.\" $Id: isdnd.8,v 1.24 1999/02/23 16:25:49 hm Exp $
.\"
-.\" last edit-date: [Sat Dec 12 21:13:59 1998]
+.\" last edit-date: [Tue Feb 23 16:46:26 1999]
.\"
-.Dd November 3, 1998
+.Dd February 23, 1999
.Dt isdnd 8
.Sh NAME
.Nm isdnd
.Nd isdn4bsd ISDN connection management daemon
.Sh SYNOPSIS
.Nm isdnd
-.Op Fl b
.Op Fl c Ar configfile
.Op Fl d Ar debuglevel
.Op Fl f
@@ -53,9 +52,6 @@ and disconnection of ISDN devices supported by the package.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl b
-Bell: in full-screen mode, ring the bell when connecting
-or disconnecting a call.
.It Fl c
Use
.Ar configfile
@@ -89,6 +85,8 @@ process handling.
isdn4bsd kernel i/o calls.
.It Ar 0x100
controller and channel busy/free messages.
+.It Ar 0x200
+isdnd.rc configuration file processing.
.El
.Pp
The value can be specified in any number base supported by the
@@ -277,11 +275,11 @@ to the daemon.
.Pp
The call is terminated by either the local site timing out or the remote
side hanging up the connection or the local side actively sending a
-.Em DISCONNECT_REQ
+.Em I4B_DISCONNECT_REQ
ioctl message, both events are signaled to the
.Nm
by the kernel sending the
-.Em DISCONNECT_IND
+.Em I4B_DISCONNECT_IND
message and the CDID corresponding to the call is no longer valid.
.Pp
.Ss INCOMING CALLS
@@ -294,23 +292,23 @@ message to the daemon.
With the information contained in this message, the
.Nm
searches the entry section of its configuration database and if a match is
-found, it accepts or rejects the call or, of no match is found, it ignores the
+found, it accepts or rejects the call or, if no match is found, it ignores the
call - all by issuing a
.Em I4B_CONNECT_RESP
ioctl message with the appropriate parameters to the kernel.
.Pp
-In case the daemon decided to accept the message, the kernel signal the then
-active connection by sending a
+In case the daemon decided to accept the call, the kernel signals this
+by sending a
.Em MSG_CONNECT_ACTIVE_IND
message to the daemon.
.Pp
The call is terminated by either the local site timing out or the remote
side hanging up the connection or the local side actively sending a
-.Em DISCONNECT_REQ
+.Em I4B_DISCONNECT_REQ
ioctl message, both events are signaled to the
.Nm
by the kernel sending the
-.Em DISCONNECT_IND
+.Em I4B_DISCONNECT_IND
message and the CDID corresponding to the call is no longer valid.
.Pp
OpenPOWER on IntegriCloud