Synopsis:
CCsendfeat(port, channel)
Arguments:
port – The logical E1/T1 port number.
channel – The channel number.
Description: This function maps to the following Aculab function:
ACU_ERR call_feature_send(FEATURE_DETAIL_XPARMS* feature_detailsp);
It allows for feature information to be transmitted during the lifetime of a call on a particular port and channel. Use CCsetxparm() to set the specific fields of the FEATURE_DETAIL_XPARM structure prior to calling this function.
Returns: This function returns 0 upon success or a negative error code.