Skip to content
Merged
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
22 changes: 1 addition & 21 deletions teams/teams-ps/teams/New-CsCallQueue.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,12 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
> - -NoAgentRedirectPersonAudioFilePrompt
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
> - -NoAgentRedirectVoicemailAudioFilePrompt
> - -IsCallbackEnabled
> - -CallbackRequestDtmf
> - -WaitTimeBeforeOfferingCallbackInSecond
> - -NumberOfCallsInQueueBeforeOfferingCallback
> - -CallToAgentRatioThresholdBeforeOfferingCallback
> - -CallbackOfferAudioFilePromptResourceId
> - -CallbackOfferTextToSpeechPrompt
> - -CallbackEmailNotificationTarget
>
> 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.
>
> - -OverflowActionCallPriority
> - -TimeoutActionCallPriority
> - -NoAgentActionCallPriority
>
> The following configuration parameter will only work for customers that are participating in the Queues app private preview for these features. General Availability for this functionality has not been determined at this time.
>
> - -ServiceLevelThresholdResponseTimeInSecond

## EXAMPLES

Expand Down Expand Up @@ -1337,7 +1325,6 @@ Accept wildcard characters: False
```

### -IsCallbackEnabled
_Saving a call queue configuration through Teams admin center will *remove* this setting._

The IsCallbackEnabled parameter is used to turn on/off callback.

Expand All @@ -1354,7 +1341,6 @@ Accept wildcard characters: False
```

### -CallbackRequestDtmf
_Saving a call queue configuration through Teams admin center will *remove* this setting._

The DTMF touch-tone key the caller will be told to press to select callback. The CallbackRequestDtmf must be set to one of the following values:

Expand All @@ -1377,7 +1363,6 @@ Accept wildcard characters: False
```

### -WaitTimeBeforeOfferingCallbackInSecond
_Saving a call queue configuration through Teams admin center will *remove* this setting._

The number of seconds a call must wait before becoming eligible for callback. This condition applies to calls at the front of the call queue. Set to null ($null) to disable this condition.

Expand All @@ -1396,7 +1381,6 @@ Accept wildcard characters: False
```

### -NumberOfCallsInQueueBeforeOfferingCallback
_Saving a call queue configuration through Teams admin center will *remove* this setting._

The number of calls in queue before a call becomes eligible for callback. This condition applies to calls arriving at the call queue. Set to null ($null) to disable this condition.

Expand All @@ -1415,9 +1399,8 @@ Accept wildcard characters: False
```

### -CallToAgentRatioThresholdBeforeOfferingCallback
_Saving a call queue configuration through Teams admin center will *remove* this setting._

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 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 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 All @@ -1434,7 +1417,6 @@ Accept wildcard characters: False
```

### -CallbackOfferAudioFilePromptResourceId
_Saving a call queue configuration through Teams admin center will *remove* this setting._

The CallbackOfferAudioFilePromptResourceId parameter indicates the unique identifier for the Audio file prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callback. This parameter, or `-CallbackOfferTextToSpeechPrompt`, becomes a required parameter when IsCallbackEnabled is set to `True`.

Expand All @@ -1452,7 +1434,6 @@ Accept wildcard characters: False
```

### -CallbackOfferTextToSpeechPrompt
_Saving a call queue configuration through Teams admin center will *remove* this setting._

The CallbackOfferTextToSpeechPrompt parameter indicates the Text-to-Speech (TTS) prompt which is played to calls that are eligible for callback. This message should tell callers which DTMF touch-tone key (CallbackRequestDtmf) to press to select callback. This parameter, or `-CallbackOfferAudioFilePromptResourceId`, becomes a required parameter when IsCallbackEnabled is set to `True`.

Expand All @@ -1470,7 +1451,6 @@ Accept wildcard characters: False
```

### -CallbackEmailNotificationTarget
_Saving a call queue configuration through Teams admin center will *remove* this setting._

The CallbackEmailNotificationTarget parameter must be set to a group ID (Microsoft 365, Distribution list, or Mail-enabled security) that will receive notification if a callback times out of the call queue or can't be completed for some other reason. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.

Expand Down
Loading