Skip to content

Commit 7364a9d

Browse files
authored
Merge pull request MicrosoftDocs#6548 from get-itips/patch-252
Adjusting some details
2 parents 362d104 + 195b061 commit 7364a9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

skype/skype-ps/skype/New-CsAutoAttendantCallableEntity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ This example creates a user callable entity.
4646

4747
### -------------------------- Example 2 --------------------------
4848
```powershell
49-
$callableEntity = New-CsAutoAttendantCallableEntity -Identity "tel:+1234567890" -Type ApplicationEndpoint
49+
$callableEntity = New-CsAutoAttendantCallableEntity -Identity "tel:+1234567890" -Type ExternalPSTN
5050
```
5151

52-
This example creates an application endpoint callable entity.
52+
This example creates an ExternalPSTN callable entity.
5353

5454
### -------------------------- Example 3 --------------------------
5555
```powershell
@@ -135,6 +135,8 @@ Accept wildcard characters: False
135135
```
136136
137137
### -EnableTranscription
138+
Enables the email transcription of voicemail, this is only supported with shared voicemail callable entities.
139+
138140
```yaml
139141
Type: SwitchParameter
140142
Parameter Sets: (All)

0 commit comments

Comments
 (0)