PREV TOC HOME INDEX NEXT


GC_CCLIB_STATE


typedef struct {
    char    name[GC_MAX_CCLIBNAME_LEN];    /* name of the library. */
    int     state;                         /* state of the library */
} GC_CCLIB_STATE, *GC_CCLIB_STATEP; 

Description

The GC_CCLIB_STATE structure contains the status of any call control library.

Field Descriptions

The fields of GC_CCLIB_STATE are described as follows:

name
specifies the name of the call control library and is filled in by the Global Call 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
state
specifies the state of the call control library and is filled in by Global Call library. The possible states are:
  • GC_CCLIB_ CONFIGURED
    library is configured; no attempt has been made to start the library
  • GC_CCLIB_ AVAILABLE
    library is available; started successfully
  • GC_CCLIB_FAILED
    library failed to start

PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

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