You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/New-CsAutoAttendantCallableEntity.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,10 @@ Accept pipeline input: False
165
165
Accept wildcard characters: False
166
166
```
167
167
168
-
### -CallPriority --- Private Preview customers only
169
-
The Call Priority of the MenuOption, only applies when the `Type` is `ApplicationEndpoint`.
168
+
### -CallPriority
169
+
_Saving an auto attendant configuration through Teams admin center will reset the priority to 3 - Normal / Default._
170
+
171
+
The Call Priority of the MenuOption, only applies when the `Type` is `ApplicationEndpoint` or `ConfigurationEndpoint`.
170
172
171
173
PARAMVALUE: 1 | 2 | 3 | 4 | 5
172
174
@@ -176,6 +178,9 @@ PARAMVALUE: 1 | 2 | 3 | 4 | 5
176
178
4 = Low
177
179
5 = Very Low
178
180
181
+
> [!IMPORTANT]
182
+
> Call priorities isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. Authorized users will not be able to edit call flows with priorities.
@@ -28,24 +28,24 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
28
28
> The following configuration parameters are currently only available in PowerShell and do not appear in Teams admin center. Saving a call queue configuration through Teams admin center will _remove_ any of these configured items:
29
29
>
30
30
> - -HideAuthorizedUsers
31
+
> - -OverflowActionCallPriority
31
32
> - -OverflowRedirectPersonTextToSpeechPrompt
32
33
> - -OverflowRedirectPersonAudioFilePrompt
33
34
> - -OverflowRedirectVoicemailTextToSpeechPrompt
34
35
> - -OverflowRedirectVoicemailAudioFilePrompt
36
+
> - -TimeoutActionCallPriority
35
37
> - -TimeoutRedirectPersonTextToSpeechPrompt
36
38
> - -TimeoutRedirectPersonAudioFilePrompt
37
39
> - -TimeoutRedirectVoicemailTextToSpeechPrompt
38
40
> - -TimeoutRedirectVoicemailAudioFilePrompt
41
+
> - -NoAgentActionCallPriority
39
42
> - -NoAgentRedirectPersonTextToSpeechPrompt
40
43
> - -NoAgentRedirectPersonAudioFilePrompt
41
44
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
42
45
> - -NoAgentRedirectVoicemailAudioFilePrompt
43
46
>
44
47
> 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.
45
48
>
46
-
> - -OverflowActionCallPriority
47
-
> - -TimeoutActionCallPriority
48
-
> - -NoAgentActionCallPriority
49
49
> - -ShiftsTeamId
50
50
> - -ShiftsSchedulingGroupId
51
51
> - -ComplianceRecordingForCallQueueTemplateId
@@ -56,6 +56,8 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
56
56
> - -SharedCallQueueHistoryTemplateId
57
57
>
58
58
> [Nesting Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue#nested-auto-attendants-and-call-queues) without a resource account isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. If you nest an Auto attendant or Call queue without a resource account, authorized users can't edit the auto attendant or call queue.
59
+
>
60
+
> Authorized users can't edit call flows with call priorities at this time.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
244
+
_Saving a call queue configuration through Teams admin center will reset the priority to 3 - Normal / Default._
244
245
245
246
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.
246
247
@@ -251,6 +252,9 @@ PARAMVALUE: 1 | 2 | 3 | 4 | 5
251
252
- 4 = Low
252
253
- 5 = Very Low
253
254
255
+
> [!IMPORTANT]
256
+
> Call priorities isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. Authorized users will not be able to edit call flows with priorities.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
322
+
_Saving a call queue configuration through Teams admin center will reset the priority to 3 - Normal / Default._
320
323
321
324
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.
322
325
@@ -327,6 +330,9 @@ PARAMVALUE: 1 | 2 | 3 | 4 | 5
327
330
- 4 = Low
328
331
- 5 = Very Low
329
332
333
+
> [!IMPORTANT]
334
+
> Call priorities isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. Authorized users will not be able to edit call flows with priorities.
_Saving a call queue configuration through Teams admin center will *remove* this setting._
419
+
_Saving a call queue configuration through Teams admin center will reset the priority to 3 - Normal / Default._
415
420
416
421
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.
417
422
@@ -422,6 +427,9 @@ PARAMVALUE: 1 | 2 | 3 | 4 | 5
422
427
- 4 = Low
423
428
- 5 = Very Low
424
429
430
+
> [!IMPORTANT]
431
+
> Call priorities isn't currently supported for [Authorized users](/microsoftteams/aa-cq-authorized-users-plan) in Queues App. Authorized users will not be able to edit call flows with priorities.
0 commit comments