1.9.5 List of All Records in Zones

Enter the command to list all records (Speakers) in zones defined on the server. Defined by the RecId, SpeakerGroupId and SpeakerId.

Request

<msg Id="CTI_NSPK_GET_ALL_SPEAKERS_GROUPS_RECS_REQ">
<CTI_IE_REFERENCE Ref="0x420"/>
</msg>

Response

<msg Id="CTI_NSPK_GET_ALL_SPEAKERS_GROUPS_RECS_CONF">
<CTI_IE_REFERENCE Ref="0x420"/>
<CTI_NSPK_IE_SPEAKER_GROUP_REC RecId="0x1" SpeakerGroupId="0x1" SpeakerId="0x1"/>
<CTI_NSPK_IE_SPEAKER_GROUP_REC RecId="0x2" SpeakerGroupId="0x1" SpeakerId="0x2"/>
<CTI_NSPK_IE_SPEAKER_GROUP_REC RecId="0x3" SpeakerGroupId="0x1" SpeakerId="0x3"/>
<CTI_NSPK_IE_SPEAKER_GROUP_REC RecId="0x1" SpeakerGroupId="0x2" SpeakerId="0x6"/>
</msg>

IE

<documentation IE="CTI_NSPK_IE_SPEAKER_GROUP_REC">
<member Type="KER_T_INT" Name="RecId" Brief="Primary key of record"/>
<member Type="KER_T_INT" Name="SpeakerGroupId" Brief="Zone (group) Id, references to NSPK_SRVT_GROUPS"/>
<member Type="KER_T_U32" Name="SpeakerId" Brief="Speaker Id, assigned to group, references to NSPK_SRVT_SPEAKERS"/>
</documentation>

<documentation IE="CTI_NSPK_IE_SPEAKER_GROUP_REC_ID">
<member Type="KER_T_INT" Name="RecId" Brief="Primary key of record"/>
</documentation>