Wisselgespreken de-activeren

Wanneer het niet gewenst is om wisselgesprekken te ontvangen, heb je de mogelijkheid om 'Busy On Busy' te activeren in de Teams omgeving. Dit doe je met een calling policy.
Jullie kunnen dit met een calling policy aanpassen. Zie hiervoor de volgende informatie:

Busy on Busy is available while in a call
Busy on Busy (Busy Options)) is a new setting in Teams calling policies that lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold. New or incoming calls can be rejected with a busy signal. You can enable busy options at the tenant level or at the user level. Regardless of how their busy options are configured, users in a call or conference or those with a call on hold are not prevented from initiating new calls or conferences. This setting is disabled by default.

https://docs.microsoft.com/en-gb/microsoftteams/teams-calling-policy
https://docs.microsoft.com/nl-nl/powershell/module/skype/set-csteamscallingpolicy?view=skype-ps
https://docs.microsoft.com/nl-nl/powershell/module/skype/get-csbusyoptions?view=skype-ps
https://docs.microsoft.com/nl-nl/powershell/module/skype/set-csbusyoptions?view=skype-ps

Voorbeeld:

Set-CsBusyOptions -Identity "Ken Myer" -ActionType BusyOnBusy

This cmdlet configures busy options for the user "Ken Myer". In this configuration, any call to "Ken Myer" will return a busy signal when he is already in a call.