You are here: SwitchKit TCAP Interface User’s Guide > 2 SwitchKit Interface Module > SendPreArrangedEnd()
Description
This method sends a Pre-Arranged End message to the CSP for the given call reference ID. This method releases the call reference ID and associated resources.
int SendPreArrangedEnd(int callrefid);
The input parameter is shown in the next table. There are no input/output parameters, or output parameters.
Argument |
Description |
---|---|
callrefid |
Call reference ID |
Possible return values for this API are:
SKIM_SUCCESS |
Method is successful. |
SKIM return code |
As defined in Appendix B SKIM Return Codes. |