Skip to content

Commit c3b7cd3

Browse files
authored
Merge pull request #12335 from MicrosoftDocs/main
Publish main to live 10/31/2024, 3:30 PM
2 parents cad6985 + 1f1d5c9 commit c3b7cd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

teams/teams-ps/teams/New-CsAutoAttendantCallableEntity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity.
1818
## SYNTAX
1919

2020
```powershell
21-
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [<CommonParameters>]
21+
New-CsAutoAttendantCallableEntity -Identity <String> -Type <User | ApplicationEndpoint | ConfigurationEndpoint | ExternalPstn | SharedVoicemail> [-Tenant <Guid>] [-EnableTranscription] [-EnableSharedVoicemailSystemPromptSuppression] [-CallPriority <Int16>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
2525
The New-CsAutoAttendantCallableEntity cmdlet lets you create a callable entity for use with call transfers from the Auto Attendant service. Callable entities can be created using either Object ID or TEL URIs and can refer to any of the following entities:
2626

2727
- User
2828
- ApplicationEndpoint
29+
- ConfigurationEndpoint
2930
- ExternalPstn
3031
- SharedVoicemail
3132

@@ -96,7 +97,8 @@ Accept wildcard characters: False
9697
The Type parameter represents the type of the callable entity, which can be any of the following:
9798
9899
- User
99-
- ApplicationEndpoint
100+
- ApplicationEndpoint (when transferring to a Resource Account)
101+
- ConfigurationEndpoint (when transferring directly to a nested Auto Attendant or Call Queue)
100102
- ExternalPstn
101103
- SharedVoicemail
102104

0 commit comments

Comments
 (0)