08.01.2013 Views

Dialogic® Global Call API Library Reference

Dialogic® Global Call API Library Reference

Dialogic® Global Call API Library Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

GC_CCLIB_STATUS<br />

states of a call control library<br />

typedef struct {<br />

int num_avllibraries;<br />

int num_configuredlibraries;<br />

int num_failedlibraries;<br />

int num_stublibraries;<br />

char **avllibraries;<br />

char **configuredlibraries;<br />

char **failedlibraries;<br />

char **stublibraries;<br />

} GC_CCLIB_STATUS, *GC_CCLIB_STATUSP;<br />

Description<br />

states of a call control library — GC_CCLIB_STATUS<br />

The GC_CCLIB_STATUS structure contains the states of the individual call control library. The<br />

<strong>Global</strong> <strong>Call</strong> library is not a call control library and is therefore not included.<br />

Field Descriptions<br />

The fields of GC_CCLIB_STATUS are described as follows:<br />

num_avllibraries<br />

the number of available call control libraries in the avllibraries field<br />

num_configuredlibraries<br />

the number of configured call control libraries in the avllibraries field<br />

num_failedlibraries<br />

the number of failed (did not start) call control libraries in the avllibraries field<br />

num_stublibraries<br />

obsolete, not used<br />

avllibraries<br />

returns the name(s) of the available libraries in a string terminated with a NULL; for example,<br />

if there are two available call control libraries and they are the PDKRT and ISDN libraries,<br />

then:<br />

avllibraries[0] = "GC_PDKRT_LIB"<br />

avllibraries[1] = "GC_ISDN_LIB"<br />

Each name is a null-terminated string.<br />

configuredlibraries<br />

an array of name(s) of the configured libraries. Each name is a null-terminated string in the<br />

same format as avllibraries<br />

failedlibraries<br />

an array of name(s) of the failed libraries. Each name is a null-terminated string in the same<br />

format as avllibraries<br />

stublibraries<br />

obsolete, not used<br />

Dialogic ® <strong>Global</strong> <strong>Call</strong> <strong>API</strong> <strong>Library</strong> <strong>Reference</strong> — January 2008 435<br />

Dialogic Corporation

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!