1.3.2 Edit Source in Session

Enter the command to adjust the session input source. The session is defined by the SessionId parameter and the source by the Type and ID parameters. SourceId defines the source only within the session. If the SessionId and SourceId parameters match, the source with the defined SourceId is replaced with a new source defined by the Type and ID parameters. If you specify a non-existent SessionId, the server will return an error message.

Request

<msg Id="CTI_NSPK_SET_SESSION_SOURCE_REQ">
<CTI_IE_REFERENCE Ref="0x422"/>
<CTI_NSPK_IE_SESSION_SOURCE SessionId="0x4" SourceId="0xD" Flags="0x10" Type="PLAY_LIST" Id="0x1" Volume="1024" Balance="0" FadeTime="0"/>
</msg>

Response

<msg Id="CTI_NSPK_SET_SESSION_SOURCE_CONF">
<CTI_IE_REFERENCE Ref="0x422"/>
<CTI_IE_RESULT Result="OK"/>
</msg>