Skip to content

Commit 69669dc

Browse files
Merge pull request #13526 from vijurtse/patch-6
Revise New-CsCallQueue parameter documentation
2 parents f2f2ac6 + 08afdbe commit 69669dc

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallableEntity.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity f
3636

3737
>[!IMPORTANT]
3838
> Authorized users can't edit call queues with these features enabled:
39-
> - The call exception routing when the destination directly references another another Auto attendant or Call queue
39+
> - The call exception routing when the destination directly references another Auto attendant or Call queue
4040
> - See [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues)
4141
> - Call priorities
4242
@@ -158,6 +158,9 @@ Accept wildcard characters: False
158158
```
159159
### -SharedVoicemailHistoryTemplateId
160160
161+
>[!IMPORTANT]
162+
>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.
163+
161164
The SharedVoicemailHistoryTemplateId parameter specifies the ID of the Shared Call History template. When this template is assigned to an Auto Attendant, historical data for shared voicemails is collected and displayed in the Shared Call History within the [Teams Queues app](https://learn.microsoft.com/microsoftteams/manage-queues-app). Removing the SharedVoicemailHistoryTemplateId stops further historical data collection for Queues App. This parameter does not affect the [Shared Voicemail](https://learn.microsoft.com/en-us/microsoftteams/manage-shared-voicemail) experience in Outlook.
162165
163166

teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,7 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
5757
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
5858
> - -NoAgentRedirectVoicemailAudioFilePrompt
5959
>
60-
> Shared call queue history
61-
> - -SharedCallQueueHistoryTemplateId
62-
>
63-
> 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.
64-
>
65-
> Shared call queue history
66-
> - -SharedCallQueueHistoryTemplateId
60+
> Shared call history
6761
> - -AutoRecordingTemplateId
6862
>
6963
> Authorized users can't edit call queues with these features enabled:
@@ -331,7 +325,7 @@ Accept wildcard characters: False
331325

332326
### -CustomAudioFileAnnouncementForCRFailure
333327

334-
The CustomAudioFileAnnouncementForCRFailure parameter indicates the unique identifier for the Audio file prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
328+
The CustomAudioFileAnnouncementForCRFailure parameter indicates the unique identifier for the Audio file prompt which is played to callers if the compliance recording for call queue bot is unable to join or drops from the call.
335329

336330
```yaml
337331
Type: Guid
@@ -1175,12 +1169,12 @@ Accept wildcard characters: False
11751169

11761170
### -SharedCallQueueHistoryTemplateId
11771171

1178-
The SharedCallQueueHistoryTemplateId parameter indicates the Shared Call Queue History template to apply to the call queue.
1172+
The SharedCallQueueHistoryTemplateId parameter indicates the Shared Call History template to apply to the call queue.
11791173

11801174
> [!NOTE]
11811175
> `-ConferenceMode` must be set to $true
11821176
>
1183-
> Shared call queue history is not availble when using a Teams channel for queue membership
1177+
> Shared call history is not availble when using a Teams channel for queue membership
11841178
> - `-ChannelId` and `-ChannelUserObjectId` are set.
11851179

11861180
```yaml

0 commit comments

Comments
 (0)