You are here: SwitchKit TCAP Interface User’s Guide > 2 SwitchKit Interface Module > ClearTransHandler()
Description
This method clears a transaction handler for a given call reference ID.
int ClearTransHandler(int callrefid);
The input parameters are shown in the next table. There are no input/output parameters.
Argument |
Description |
---|---|
callrefid |
Call reference ID for which the transaction handler is being cleared. |
Possible return values for this API are:
SKIM_SUCCESS |
No failure has occurred. |
SKIM_TRANS_RECORD_ERROR |
No transaction is active for given call reference ID. |