DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

isdnCalledNbr(D4isdn)


isdnCalledNbr -- ISDN called party number structure

Synopsis

   #include <sys/types.h>
   #include <sys/scoisdn.h>
   

typedef struct isdnCalledNbr { isdnByte_t type; isdnByte_t number[MAX_NUMBER_DIGITS]; } isdnCalledNbr_t;

Description

isdnCalledNbr identifies the called party number and is coded according to Q.931.

isdnCalledNbr is used by:

ISDN_CONNECT.ISDN_REQ(D7isdn)
ISDN_CONNECT.ISDN_IND(D7isdn)
ISDN_INFO.ISDN_REQ(D7isdn)

Parameters


type
type of number and numbering plan identifier (identical to byte 3 of the Q.931 called party number information element). At the calling side, the value supplied by the application will be transmitted over the network; 0x80 is the suggested default value. At the called side, the value received from the network will be passed to the application.

number
called party number

References

Intro(D4isdn), Intro(D7isdn), isdnCalledAdr(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