Synopsis:
CCproceed(port, channel[,unique_hex])
Arguments:
port – The logical E1/T1 port number.
channel – The channel number.
[unique_hex] – Optional: Hexidecimal string representation of the Aculab PROCEEDING_XPARMS.unique_xparms structure.
Description: This function maps to the following Aculab function:
ACU_ERR call_proceeding(PROCEEDING_XPARMS *proceedingp);
This function may be used on an incoming call to send a message to the calling party to indicate that sufficient information has been obtained to proceed with the call.
If any of the elements of the PROCEEDING_XPARMS.unique_xparms structure need to be set then the unique_hex parameter allows a hexadecimal string representation of this structure to be passed.
Returns: This function returns 0 upon success or a negative error code.