1.4.3 Create Playlist

Enter the command to create a new playlist. Defined by the Name and Flags parameters (Flags currently unused). PlayListId is 0x0.

Request

<msg Id="CTI_NSPK_SET_PLAYLIST_REQ">
<CTI_IE_REFERENCE Ref="0x421"/>
<CTI_NSPK_IE_PLAYLIST PlayListId="0x1" Name="My new playlist" Flags="0x0"/>
</msg>

Response

<msg Id="CTI_NSPK_SET_PLAYLIST_CONF">
<CTI_IE_REFERENCE Ref="0x421"/>
<CTI_IE_RESULT Result="OK"/>
</msg>