7.2. IPCCLIB_START_DATA
The IPCCLIB_START_DATA structure is used to configure the IP H.323/SIP call control library when starting Global Call. The data structure definition is as follows:
typedef struct { unsigned short version; unsigned char delimiter; unsigned char num_boards; IP_VIRTBOARD *board_info; } IPCCLIB_START_DATA;Table 39 describes the meaning of each field in the IPCCLIB_START_DATA data structure.
version The version of the start structure. Set to 0x100. delimiter An ANSI character used to change the default address string delimiter, that is, ",". The delimiter is used to separate the components of the destination information when using gc_MakeCall( ) for example. num_boards The number of IPT board devices. See Section 2.2.1, IPT Board Devices for more information on IPT board devices. the maximum value is 8. board_info Information associated with each board. See Section 7.11, IP_VIRTBOARD for more information.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation