PREV TOC HOME INDEX NEXT


CCLIB_START_STRUCT


typedef struct {
    char    *cclib_name;
    void    *cclib_data;
} CCLIB_START_STRUCT, *CCLIB_START_STRUCTP; 

Description

The CCLIB_START_STRUCT structure contains startup information for a call control library.

Field Descriptions

The fields of CCLIB_START_STRUCT are described as follows:

cclib_name
name of the call control library. Valid call control library names are:
  • "GC_ALL_LIB"
    All call control libraries
  • "GC_ANAPI_LIB"
    ANAPI call control library
  • "GC_CUSTOM1_LIB"
    Custom call control library 1
  • "GC_CUSTOM2_LIB"
    Custom call control library 2
  • "GC_DM3CC_LIB
    DM3CC call control library
  • "GC_ICAPI_LIB"
    ICAPI call control library
  • "GC_IPM_LIB"
    IP_Media call control library
  • "GC_ISDN_LIB"
    ISDN call control library
  • "GC_PDKRT_LIB"
    PDKRT call control library
  • "GC_SS7_LIB"
    SS7 call control library
cclib_data
pointer to the call control specific data structure. Call control library specific information can be passed to the library through this pointer. For custom libraries, the GC_CUSTOMLIB_STRUCT can be used for loading the call control library.


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated February, 2003