7.5. S7PARM_CCTGRP_STATE_DATA Structure
The S7PARM_CCTGRP_STATE_DATA structure is used with the gc_SetConfigData( ) function to perform maintenance operations on telephony circuit groups.
The S7PARM_CCTGRP_STATE_DATA structure is defined as follows:
typedef struct _s7parm_cctgrp_state_data { int group_id; unsigned int cic_mask; int state; } S7PARM_CCTGRP_STATE_DATA;
group_id Circuit group ID that must be set to one of the group IDs specified in the config.txt file. cic_mask Specifies the circuits in the group to which an operation applies. Each circuit in the group is represented by a bit in this field. state Specifies the maintenance operation to perform. See Section 5.11, Circuit Group Blocking, Unblocking and Resetting for more information.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation