Synopsis:
CCsndcnctless(port)
Arguments:
port – The logical E1/T1 port number.
Description: This function maps to the following Aculab function:
ACU_ERR call_send_connectionless(FEATURE_DETAIL_XPARMS* feature_detailsp);
It allows FACILITY messages to be sent to the network that are not specific to a particular call on a particular channel. Prior to calling this function the specific fields of the port specific FEATURE_DETAIL_XPARMS structure should be set with calls to CCsetxparm() with the connectionless_flag set to 1.
Returns: This function returns 0 upon success or a negative error code.