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
2 changes: 1 addition & 1 deletion teams/teams-ps/MicrosoftTeams/New-CsAutoAttendant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions teams/teams-ps/MicrosoftTeams/New-CsCallQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
12 changes: 1 addition & 11 deletions teams/teams-ps/MicrosoftTeams/Set-CsCallQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -217,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`.

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading