Skip to content

Commit 77321cc

Browse files
Merge pull request #12431 from CLYVR/patch-33
Update New-CsCallQueue.md
2 parents 7b94cd5 + 19c04bd commit 77321cc

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

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

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,12 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
4040
> - -NoAgentRedirectPersonAudioFilePrompt
4141
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
4242
> - -NoAgentRedirectVoicemailAudioFilePrompt
43-
> - -IsCallbackEnabled
44-
> - -CallbackRequestDtmf
45-
> - -WaitTimeBeforeOfferingCallbackInSecond
46-
> - -NumberOfCallsInQueueBeforeOfferingCallback
47-
> - -CallToAgentRatioThresholdBeforeOfferingCallback
48-
> - -CallbackOfferAudioFilePromptResourceId
49-
> - -CallbackOfferTextToSpeechPrompt
50-
> - -CallbackEmailNotificationTarget
5143
>
5244
> 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.
5345
>
5446
> - -OverflowActionCallPriority
5547
> - -TimeoutActionCallPriority
5648
> - -NoAgentActionCallPriority
57-
>
58-
> 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.
59-
>
60-
> - -ServiceLevelThresholdResponseTimeInSecond
6149
6250
## EXAMPLES
6351

@@ -1337,7 +1325,6 @@ Accept wildcard characters: False
13371325
```
13381326
13391327
### -IsCallbackEnabled
1340-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
13411328
13421329
The IsCallbackEnabled parameter is used to turn on/off callback.
13431330
@@ -1354,7 +1341,6 @@ Accept wildcard characters: False
13541341
```
13551342
13561343
### -CallbackRequestDtmf
1357-
_Saving a call queue configuration through Teams admin center will *remove* this setting._
13581344
13591345
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:
13601346
@@ -1377,7 +1363,6 @@ Accept wildcard characters: False
13771363
```
13781364

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

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

@@ -1396,7 +1381,6 @@ Accept wildcard characters: False
13961381
```
13971382

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

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

@@ -1415,9 +1399,8 @@ Accept wildcard characters: False
14151399
```
14161400

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

1420-
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.
1403+
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.
14211404

14221405
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
14231406

@@ -1434,7 +1417,6 @@ Accept wildcard characters: False
14341417
```
14351418

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

14391421
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`.
14401422

@@ -1452,7 +1434,6 @@ Accept wildcard characters: False
14521434
```
14531435

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

14571438
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`.
14581439

@@ -1470,7 +1451,6 @@ Accept wildcard characters: False
14701451
```
14711452

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

14751455
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`.
14761456

0 commit comments

Comments
 (0)