PREV TOC HOME INDEX NEXT


GC_CCLIB_STATUS


typedef struct {
    int     num_avllibraries;
    int     num_configuredlibraries;
    int     num_failedlibraries;
    int     num_stublibraries;
    char    **avllibraries;
    char    **configuredlibraries;
    char    **failedlibraries;
    char    **stublibraries;
} GC_CCLIB_STATUS, *GC_CCLIB_STATUSP; 

Description

The GC_CCLIB_STATUS structure contains the states of the individual call control library. The Global Call library is not a call control library and is therefore not included.

Field Descriptions

The fields of GC_CCLIB_STATUS are described as follows:

num_avllibraries
the number of available call control libraries in the avllibraries field
num_configuredlibraries
the number of configured call control libraries in the avllibraries field
num_failedlibraries
the number of failed (did not start) call control libraries in the avllibraries field
num_stublibraries
obsolete, not used
avllibraries
returns the name(s) of the available libraries in a string terminated with a NULL; for example, if there are two available call control libraries and they are the PDKRT and ISDN libraries, then:
  • avllibraries[0] = "GC_PDKRT_LIB"
  • avllibraries[1] = "GC_ISDN_LIB"
Each name is a null-terminated string.
configuredlibraries
an array of name(s) of the configured libraries. Each name is a null-terminated string in the same format as avllibraries
failedlibraries
an array of name(s) of the failed libraries. Each name is a null-terminated string in the same format as avllibraries
stublibraries
obsolete, not used

PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

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