sktal_recvTCAPDialog()

Description

This method receives TCAP dialogue information from a SKTAL_EVENT.

Syntax

int sktal_recvTCAPDialog(int instanceId, SKTAL_EVENT *ev,

unsigned *dialogueId, SKTAL_DLG *dlg);

Input Parameters

instanceId: instance for registered node/stack/snn combination.

ev: event containing dialogue information.

The SKTAL_EVENT is defined in Appendix C.

Input/Output Parameters

None

Output Parameters

Argument

Description

dialogueId

TCAP dialogue ID

dlg

Pointer to the structure containing TCAP dialogue information

For definition see Appendix D, SKTAL_DLG and SKTAL_CPT Structure Definitions.

Return Value

SKTAL_SUCCESS: If method is successful.

SKTAL return code as defined in Appendix C, SKTAL Return Codes.