You can configure Lync Server to instead play a simple tone instead or turn entry/exit announcements off altogether.
To set the new default entry/exit announcements to a tone, run the following cmdlet from your Lync back end server:
Set-CSDialInConferencingConfiguration -EntryExitAnnouncementsType ToneOnly -EntryExitAnnouncementsEnabledByDefault $trueNote: You must be a member of the RTCUniversalServerAdmins group or have the appropriate RBAC rights to run this command.
To disable entry/exit announcements altogether, run the following cmdlet:
Set-CSDialInConferencingConfiguration -EntryExitAnnouncementsEnabledByDefault $false
No comments:
Post a Comment
Thank you for your comment! It is my hope that you find the information here useful. Let others know if this post helped you out, or if you have a comment or further information.