1.7.3 Delete Destination from Session

Enter the command to remove a destination from a session. The session is defined by the SessionId parameter and the destination by the DestId parameter. If you specify a non-existent SessionId or DestId, the server will return an error message.

Request

<msg Id="CTI_NSPK_REMOVE_SESSION_DEST_REQ">
<CTI_IE_REFERENCE Ref="0x423"/>
<CTI_NSPK_IE_SESSION_DEST_ID SessionId="0x2" DestId="0x5"/>
</msg>

Response

<msg Id="CTI_NSPK_REMOVE_SESSION_DEST_CONF">
<CTI_IE_REFERENCE Ref="0x423"/>
<CTI_IE_RESULT Result="OK"/>
</msg>

Error

<msg Id="CTI_NSPK_REMOVE_SESSION_DEST_CONF">
<CTI_IE_REFERENCE Ref="0x423"/>
<CTI_IE_RESULT Result="INVALID_OBJECT"/>
</msg>