isdnReject(D4isdn)
isdnReject --
ISDN rejection codes
Synopsis
   #include <sys/types.h>
   #include <sys/scoisdn.h>
   
   typedef isdnWord_t  isdnReject_t;
Description
The isdnReject parameter defines the action to be
taken by SCO ISDN drivers for incoming calls.
This parameter is used by:
ISDN_CONNECT.ISDN_RESP(D7isdn)
ISDN_CONNECT_B3.ISDN_RESP(D7isdn)
Parameters
The following rejection codes are valid:
 ISDN_REJECT_OK
- 
0:  accept the call
 ISDN_REJECT_IGNORE
- 
1:  ignore the call
 ISDN_REJECT_NORMAL
- 
2:  reject, normal call clearing
 ISDN_REJECT_BUSY
- 
3:  reject, user busy
 ISDN_REJECT_NOCIRCUIT
- 
4:  reject, requested circuit/channel not available
 ISDN_REJECT_FACILITY
- 
5:  reject, facility rejected
 ISDN_REJECT_CHANNEL
- 
6:  reject, channel unacceptable
 ISDN_REJECT_DESTINATION
- 
7:  reject, incompatible destination
 ISDN_REJECT_OUTOFORDER
- 
8:  reject, destination out of order
References
Intro(D4isdn)
``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