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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,9 @@ The Type parameter represents the type of the callable entity, which can be any
102
102
- ExternalPstn
103
103
- SharedVoicemail
104
104
105
+
> [!IMPORTANT]
106
+
> Nesting Auto attendants and Call queues via ***ConfigurationEndpoint*** 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.
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/New-CsCallQueue.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ The New-CsCallQueue cmdlet creates a new Call Queue.
46
46
> - -OverflowActionCallPriority
47
47
> - -TimeoutActionCallPriority
48
48
> - -NoAgentActionCallPriority
49
+
>
50
+
> [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.
Allows you to control whether users can have SMS text messaging capabilities within Teams.
375
+
376
+
Possible values: True, False
377
+
378
+
```yaml
379
+
Type: Boolean
380
+
Parameter Sets: (All)
381
+
Aliases:
382
+
383
+
Required: False
384
+
Position: Named
385
+
Default value: None
386
+
Accept pipeline input: False
387
+
Accept wildcard characters: False
388
+
```
389
+
371
390
### -EnableXmppAccess
372
391
Indicates whether the user is allowed to communicate with users who have SIP accounts with a federated XMPP (Extensible Messaging and Presence Protocol) partner.
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Set-CsCallQueue.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,8 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
61
61
> - -TimeoutActionCallPriority
62
62
> - -NoAgentActionCallPriority
63
63
>
64
-
> 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.
65
-
>
66
-
> - -ServiceLevelThresholdResponseTimeInSecond
64
+
> [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.
0 commit comments