GCLIB_MAKECALL_BLK
typedef struct { GCLIB_ADDRESS_BLK destination; GCLIB_ADDRESS_BLK origination; GCLIB_CHAN_BLK chan_info; GCLIB_CALL_BLK call_info; GC_PARM_BLKP ext_datap; } GCLIB_MAKECALL_BLK, *GCLIB_MAKECALL_BLKP;Description
The GCLIB_MAKECALL_BLK structure supports generic call related parameters. The GCLIB_MAKECALL_BLK structure above shows the fields that are common across most technologies. The fields in this structure should be initialized to a value of GCMAKECALLBLK_DEFAULT with the exception of the ext_datap pointer which should be set to NULL. If a value is not specified for any field, a default value will be assigned.
Field Descriptions
The fields of GCLIB_MAKECALL_BLK are described as follows:
- destination
- called party information, typically digits
- origination
- calling party information, typically digits
- chan_info
- channel-specific information
- call_info
- call-specific information
- ext_datap
- pointer to the GC_PARM_BLK structure for passing additional parameters. This field can be set using (set ID, parm ID) pairs as shown in Table 21, "Possible Set ID, Parm ID Pairs used in GCLIB_MAKECALL_BLK Structure". See the appropriate Global Call Technology User's Guide to determine which fields are supported for the technology.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation