1.3.3 Delete Source from Session

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

Request

<msg Id="CTI_NSPK_REMOVE_SESSION_SOURCE_REQ">
<CTI_IE_REFERENCE Ref="0x423"/>
<CTI_NSPK_IE_SESSION_SOURCE_ID SessionId="0x4" SourceId="0xD"/>
</msg>

Response

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

Error

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