1.2.10 Deactivate Session State Monitoring

Enter this command to cancel the hook on a session. Defined by the Id = SessionId parameter. If this parameter is -1, the hook will be cancelled for all sessions.

Request

<msg Id="CTI_NSPK_DESTROY_HOOK_REQ">
<CTI_NSPK_IE_OBJECT Type="SESSION_SOURCE" Id="2"/>
</msg>

<msg Id="CTI_NSPK_DESTROY_HOOK_REQ">
<CTI_NSPK_IE_OBJECT Type="SESSION_SOURCE" Id="-1"/>
</msg>

Response

<msg Id="CTI_NSPK_DESTROY_HOOK_CONF">
<CTI_IE_RESULT Result="OK"/>
</msg>