1.8.2 Edit NetSpeaker

Enter the command to modify an existing NetSpeaker. Defined by the SpeakerId, Name, Flags and Delay parameters.

Request

<msg Id="CTI_NSPK_SET_SPEAKER_REQ">
<CTI_IE_REFERENCE Ref="0x421"/>
<CTI_NSPK_IE_SPEAKER SpeakerId="0x1" Name="Speaker modified" Flags="0x0" Delay="78"/>
</msg>

<msg Id="CTI_NSPK_SET_SPEAKER_REQ">

 <CTI_IE_REFERENCE Ref="0x421"/>

 <CTI_NSPK_IE_SPEAKER SpeakerId="0x1" Name="Speaker modified 2" Flags="0x2" Channel="1" Volume="3000" Delay="40"/>

</msg>

Response

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