Skip to content

Commit db690b7

Browse files
authored
Update New-CsCallQueue.md
1 parent 84d9bd6 commit db690b7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
4040
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
4141
> - -NoAgentRedirectVoicemailAudioFilePrompt
4242
>
43-
> While any customer may use the following configuration parameters, the functionality will only work for customers that are participating in the private preview. General Availability for this functionality has not been determined at this time.
43+
> The following configuration parameters will only work for customers that are participating in the private preview. General Availability for this functionality has not been determined at this time.
4444
>
4545
> - -OverflowActionCallPriority
4646
> - -TimeoutActionCallPriority
@@ -238,6 +238,7 @@ Accept wildcard characters: False
238238
239239
### -OverflowActionCallPriority
240240
_Private Preview customers only_
241+
241242
If the OverFlowAction is set to Forward, and the OverflowActionTarget is set to an Auto attendant or Call queue resource account Guid, this parameter must be set to indicate the priority that will be assigned to the call. Otherwise, this parameter is not applicable.
242243
243244
PARAMVALUE: 1 | 2 | 3 | 4 | 5
@@ -312,6 +313,7 @@ Accept wildcard characters: False
312313
313314
### -TimeoutActionCallPriority
314315
_Private Preview customers only_
316+
315317
If the TimeoutAction is set to Forward, and the TimeoutActionTarget is set to an Auto attendant or Call queue resource account Guid, this parameter must be set to indicate the priority that will be assigned to the call. Otherwise, this parameter is not applicable.
316318
317319
PARAMVALUE: 1 | 2 | 3 | 4 | 5
@@ -387,6 +389,7 @@ Accept wildcard characters: False
387389
388390
### -NoAgentActionCallPriority
389391
_Private Preview customers only_
392+
390393
If the NoAgentAction is set to Forward, and the NoAgentActionTarget is set to an Auto attendant or Call queue resource account Guid, this parameter must be set to indicate the priority that will be assigned to the call. Otherwise, this parameter is not applicable.
391394
392395
PARAMVALUE: 1 | 2 | 3 | 4 | 5
@@ -1284,6 +1287,7 @@ Accept wildcard characters: False
12841287
12851288
### -IsCallbackEnabled
12861289
_Private Preview customers only_
1290+
12871291
The IsCallbackEnabled parameter is used to turn on/off callback.
12881292
12891293
```yaml
@@ -1300,6 +1304,7 @@ Accept wildcard characters: False
13001304
13011305
### -CallbackRequestDtmf
13021306
_Private Preview customers only_
1307+
13031308
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:
13041309
13051310
- Tone0 to Tone9 - Corresponds to DTMF tones from 0 to 9.
@@ -1322,6 +1327,7 @@ Accept wildcard characters: False
13221327

13231328
### -WaitTimeBeforeOfferingCallbackInSecond
13241329
_Private Preview customers only_
1330+
13251331
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.
13261332

13271333
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
@@ -1340,6 +1346,7 @@ Accept wildcard characters: False
13401346

13411347
### -NumberOfCallsInQueueBeforeOfferingCallback
13421348
_Private Preview customers only_
1349+
13431350
The number of calls in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Set to null ($null) to disable this condition.
13441351

13451352
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
@@ -1358,6 +1365,7 @@ Accept wildcard characters: False
13581365

13591366
### -CallToAgentRatioThresholdBeforeOfferingCallback
13601367
_Private Preview customers only_
1368+
13611369
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.
13621370

13631371
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
@@ -1376,6 +1384,7 @@ Accept wildcard characters: False
13761384

13771385
### -CallbackOfferAudioFilePromptResourceId
13781386
_Private Preview customers only_
1387+
13791388
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 callabck. This parameter, or `-CallbackOfferTextToSpeechPrompt`, becomes a required parameter when IsCallbackEnabled is set to `True`.
13801389

13811390
```yaml
@@ -1393,6 +1402,7 @@ Accept wildcard characters: False
13931402

13941403
### -CallbackOfferTextToSpeechPrompt
13951404
_Private Preview customers only_
1405+
13961406
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 callabck. This parameter, or `-CallbackOfferAudioFilePromptResourceId`, becomes a required parameter when IsCallbackEnabled is set to `True`.
13971407

13981408
```yaml
@@ -1410,6 +1420,7 @@ Accept wildcard characters: False
14101420

14111421
### -CallbackEmailNotificationTarget
14121422
_Private Preview customers only_
1423+
14131424
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`.
14141425

14151426
```yaml

0 commit comments

Comments
 (0)