Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity f

>[!IMPORTANT]
> Authorized users can't edit call queues with these features enabled:
> - The call exception routing when the destination directly references another another Auto attendant or Call queue
> - The call exception routing when the destination directly references another Auto attendant or Call queue
> - See [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues)
> - Call priorities

Expand Down Expand Up @@ -158,6 +158,9 @@ Accept wildcard characters: False
```
### -SharedVoicemailHistoryTemplateId

>[!IMPORTANT]
>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.

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.


Expand Down
14 changes: 4 additions & 10 deletions teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
> - -NoAgentRedirectVoicemailAudioFilePrompt
>
> Shared call queue history
> - -SharedCallQueueHistoryTemplateId
>
> 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.
>
> Shared call queue history
> - -SharedCallQueueHistoryTemplateId
> Shared call history
> - -AutoRecordingTemplateId
>
> Authorized users can't edit call queues with these features enabled:
Expand Down Expand Up @@ -331,7 +325,7 @@ Accept wildcard characters: False

### -CustomAudioFileAnnouncementForCRFailure

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.
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.

```yaml
Type: Guid
Expand Down Expand Up @@ -1175,12 +1169,12 @@ Accept wildcard characters: False

### -SharedCallQueueHistoryTemplateId

The SharedCallQueueHistoryTemplateId parameter indicates the Shared Call Queue History template to apply to the call queue.
The SharedCallQueueHistoryTemplateId parameter indicates the Shared Call History template to apply to the call queue.

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

```yaml
Expand Down
Loading