Skip to content

Commit 922b8d2

Browse files
authored
Update New-CsTeamsCallingPolicy.md
init
1 parent 960fe4a commit 922b8d2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,27 @@ Accept pipeline input: False
308308
Accept wildcard characters: False
309309
```
310310
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+
311332
### -EnableWebPstnMediaBypass
312333
Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
313334

0 commit comments

Comments
 (0)