File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ This example creates a user callable entity.
46
46
47
47
### -------------------------- Example 2 --------------------------
48
48
``` powershell
49
- $callableEntity = New-CsAutoAttendantCallableEntity -Identity "tel:+1234567890" -Type ApplicationEndpoint
49
+ $callableEntity = New-CsAutoAttendantCallableEntity -Identity "tel:+1234567890" -Type ExternalPSTN
50
50
```
51
51
52
- This example creates an application endpoint callable entity.
52
+ This example creates an ExternalPSTN callable entity.
53
53
54
54
### -------------------------- Example 3 --------------------------
55
55
``` powershell
@@ -135,6 +135,8 @@ Accept wildcard characters: False
135
135
` ` `
136
136
137
137
### -EnableTranscription
138
+ Enables the email transcription of voicemail, this is only supported with shared voicemail callable entities.
139
+
138
140
` ` ` yaml
139
141
Type : SwitchParameter
140
142
Parameter Sets : (All)
You can’t perform that action at this time.
0 commit comments