From a0f7bd4b519b69b4019bdc21f89b65c0a7fb6e2c Mon Sep 17 00:00:00 2001 From: emilykirby <38083647+emilykirby@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:21:47 -0800 Subject: [PATCH 1/3] Learn Editor: Update Set-CsTeamsCallingPolicy.md --- teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md index 660614830c..bfa62719b9 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md @@ -287,8 +287,10 @@ Enables inbound calls to be routed to voicemail. Valid options are: -- AlwaysEnabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, regardless of the unanswered call forward setting for the user. -- AlwaysDisabled: Calls are never routed to voicemail, regardless of the call forward or unanswered settings for the user. Voicemail isn't available as a call forwarding or unanswered setting in Teams. +- AlwaysEnabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, and the Teams call settings will not display the option for managing unanswered calls + +- AlwaysDisabled: Calls are never routed to voicemail. Voicemail isn't available as a call forwarding or unanswered setting in Teams. If user is not Enterprise Voice enabled and voicemail is disabled, then the Teams call settings will not display the option for managing unanswered calls as no targets for redirection will be available + - UserOverride: Calls are forwarded to voicemail based on the call forwarding and/or unanswered settings for the user. ```yaml From cc654f92106d11ee0a19c81d1561e63600d5fa47 Mon Sep 17 00:00:00 2001 From: emilykirby <38083647+emilykirby@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:22:05 -0800 Subject: [PATCH 2/3] Learn Editor: Update Set-CsTeamsCallingPolicy.md --- teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md index bfa62719b9..947515c492 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md @@ -287,9 +287,9 @@ Enables inbound calls to be routed to voicemail. Valid options are: -- AlwaysEnabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, and the Teams call settings will not display the option for managing unanswered calls +- AlwaysEnabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, and the Teams call settings will not display the option for managing unanswered calls. -- AlwaysDisabled: Calls are never routed to voicemail. Voicemail isn't available as a call forwarding or unanswered setting in Teams. If user is not Enterprise Voice enabled and voicemail is disabled, then the Teams call settings will not display the option for managing unanswered calls as no targets for redirection will be available +- AlwaysDisabled: Calls are never routed to voicemail. Voicemail isn't available as a call forwarding or unanswered setting in Teams. If user is not Enterprise Voice enabled and voicemail is disabled, then the Teams call settings will not display the option for managing unanswered calls as no targets for redirection will be available. - UserOverride: Calls are forwarded to voicemail based on the call forwarding and/or unanswered settings for the user. From bd5783449c7e184e55925a06df805d80f018ac91 Mon Sep 17 00:00:00 2001 From: emilykirby <38083647+emilykirby@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:22:13 -0800 Subject: [PATCH 3/3] Learn Editor: Update Set-CsTeamsCallingPolicy.md