ISDN_CONNECT_B3.ISDN_RESP(D7isdn)
ISDN_CONNECT_B3.ISDN_RESP --
ISDN response to incoming logical call
Synopsis
#include <sys/stream.h>
#include <sys/mdi.h>
#include <sys/types.h>
#include <sys/scoisdn.h>
typedef struct isdn_connect_b3_resp
{
isdnNCCI_t ncci;
isdnReject_t reject;
isdnNCPI_t ncpi;
} isdn_connect_b3_resp_t;
Description
The ISDN_CONNECT_B3.ISDN_RESP message consists of one
M_PROTO(D7str)
message block containing the response to an incoming logical call
ISDN_CONNECT_B3.ISDN_IND(D7isdn).
A Network Control Connection Identifier is assigned, which
subsequently identifies the incoming call. The reject
parameter indicates whether the call is accepted or rejected.
Additional protocol-dependent information can be transferred with the
ncpi
parameter.
Parameters
ncci
-
Network Control Connection Identifier; see
isdnNCCI(D4isdn).
reject
-
Reject; see
isdnReject(D4isdn).
Valid values are:
-
ISDN_REJECT_OK: accept call
-
ISDN_REJECT_NORMAL: reject call, normal call clearing
Any other reject
values will cause the call to be
rejected.
ncpi
-
Network Control Protocol Identifier; see
isdnNCPI(D4isdn).
The value of this parameter depends on the protocol used.
References
Intro(D4isdn),
Intro(D7isdn)
ISDN_CONNECT_B3.ISDN_REQ(D7isdn),
ISDN_CONNECT_B3.ISDN_CONF(D7isdn),
ISDN_CONNECT_B3.ISDN_IND(D7isdn)
``SCO ISDN adapter drivers'' in Developing MDI network adapter drivers
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005