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-CsTeamsCallingPolicy.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,27 @@ Accept pipeline input: False
308
308
Accept wildcard characters: False
309
309
```
310
310
311
+
### -Copilot
312
+
Setting this parameter lets you control how copilot is used during a call
313
+
314
+
Valid options are:
315
+
- Enabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, regardless of the unanswered call forward setting for the user.
316
+
- EnabledWithTranscript: Calls are never routed to voicemail, regardless of the call forward or unanswered settings for the user. Voicemail isn't available as a call forwarding or unanswered setting in Teams.
317
+
- Disabled: Calls are forwarded to voicemail based on the call forwarding and/or unanswered settings for the user.
318
+
319
+
```yaml
320
+
Type: String
321
+
Parameter Sets: (All)
322
+
Aliases:
323
+
Applicable: Microsoft Teams
324
+
325
+
Required: False
326
+
Position: Named
327
+
Default value: None
328
+
Accept pipeline input: False
329
+
Accept wildcard characters: False
330
+
```
331
+
311
332
### -EnableWebPstnMediaBypass
312
333
Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
0 commit comments