From 8c6e3472beb0a5238958a549d5952585d989a2e8 Mon Sep 17 00:00:00 2001 From: iris-su <18704581+iris-su@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:57:45 -0400 Subject: [PATCH 1/4] Update New-CsCallQueue.md --- teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md b/teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md index e970422246..2d09d646b9 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md @@ -47,8 +47,6 @@ The New-CsCallQueue cmdlet creates a new Call Queue. > > The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time. > -> - -ShiftsTeamId -> - -ShiftsSchedulingGroupId > - -ComplianceRecordingForCallQueueTemplateId > - -TextAnnouncementForCR > - -CustomAudioFileAnnouncementForCR @@ -1321,10 +1319,6 @@ Accept wildcard characters: False > Applicable: Microsoft Teams -_Voice applications private preview customers only._ - -_Saving a call queue configuration through Teams admin center will *remove* this setting._ - Id of the Scheduling Group to connect a call queue to. ```yaml @@ -1343,10 +1337,6 @@ Accept wildcard characters: False > Applicable: Microsoft Teams -_Voice applications private preview customers only._ - -_Saving a call queue configuration through Teams admin center will *remove* this setting._ - Id of the Team containing the Scheduling Group to connect a call queue to. ```yaml From e786ebee93602c1443a4cf25fd7104273c3fa67c Mon Sep 17 00:00:00 2001 From: iris-su <18704581+iris-su@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:59:52 -0400 Subject: [PATCH 2/4] Update Set-CsCallQueue.md --- teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md b/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md index c937a33d56..fecc0ebf15 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md @@ -53,8 +53,6 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and > > The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time. > -> - -ShiftsTeamId -> - -ShiftsSchedulingGroupId > - -ComplianceRecordingForCallQueueTemplateId > - -TextAnnouncementForCR > - -CustomAudioFileAnnouncementForCR @@ -1345,10 +1343,6 @@ Accept wildcard characters: False > Applicable: Microsoft Teams -_Voice applications private preview customers only._ - -_Saving a call queue configuration through Teams admin center will *remove* this setting._ - Id of the Scheduling Group to connect a call queue to. ```yaml @@ -1367,10 +1361,6 @@ Accept wildcard characters: False > Applicable: Microsoft Teams -_Voice applications private preview customers only._ - -_Saving a call queue configuration through Teams admin center will *remove* this setting._ - Id of the Team containing the Scheduling Group to connect a call queue to. ```yaml From d5903298875074c6662461d627124b889d7f8c1e Mon Sep 17 00:00:00 2001 From: iris-su <18704581+iris-su@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:01:24 -0400 Subject: [PATCH 3/4] Update New-CsAutoAttendant.md --- teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md index c066cb1110..daa69ac803 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md @@ -362,7 +362,7 @@ The EnableMainlineAttendant parameter enables Mainline Attendant features for th > [!NOTE] > 1. The Auto attendant must have a Resource account assigned > 1. `-LanguageId` options are limited when Mainline Attendant is enabled -> 1. `-VoiceId` choices are limited when Mainline Attendate is enabled +> 1. `-VoiceId` choices are limited when Mainline Attendant is enabled > 1. `-EnableVoiceResponse` will be enabled automatically ```yaml From 764c5a7c1625fe5282dcb00287207a42a55d3f11 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Tue, 19 Aug 2025 03:22:32 +0530 Subject: [PATCH 4/4] typo fix --- teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md b/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md index fecc0ebf15..8e65614c68 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md @@ -215,7 +215,7 @@ Accept wildcard characters: False ### -CallToAgentRatioThresholdBeforeOfferingCallback -The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Minimum value of one (1). Set to null ($null) to disable this condition. +The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This condition applies to calls arriving at the call queue. Minimum value of one (1). Set to null ($null) to disable this condition. At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.