@@ -19,7 +19,7 @@ Use this cmdlet to update values in existing Teams Calling Policies.
19
19
## SYNTAX
20
20
21
21
### Identity (Default)
22
- ```
22
+ ``` powershell
23
23
Set-CsTeamsCallingPolicy [-Identity] <string>
24
24
[-AIInterpreter <string>]
25
25
[-AllowCallForwardingToPhone <boolean>]
@@ -33,12 +33,14 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
33
33
[-AllowTranscriptionForCalling <boolean>]
34
34
[-AllowVoicemail <string>]
35
35
[-AllowWebPSTNCalling <boolean>]
36
+ [-AutoAnswerEnabledType <String>]
36
37
[-BusyOnBusyEnabledType <string>]
37
38
[-CallRecordingExpirationDays <long>]
38
39
[-CallingSpendUserLimit <long>]
39
40
[-Confirm]
40
41
[-Copilot <string>]
41
42
[-EnableSpendLimits <boolean>]
43
+ [-EnableWebPstnMediaBypass <Boolean>]
42
44
[-Force]
43
45
[-InboundFederatedCallRoutingTreatment <string>]
44
46
[-InboundPstnCallRoutingTreatment <string>]
@@ -305,6 +307,22 @@ Accept pipeline input: False
305
307
Accept wildcard characters : False
306
308
` ` `
307
309
310
+ ### -AutoAnswerEnabledType
311
+
312
+ Allow admins to enable or disable Auto-answer settings for users.
313
+
314
+ ` ` ` yaml
315
+ Type : String
316
+ Parameter Sets : (All)
317
+ Aliases :
318
+
319
+ Required : False
320
+ Position : Named
321
+ Default value : None
322
+ Accept pipeline input : False
323
+ Accept wildcard characters : False
324
+ ` ` `
325
+
308
326
### -BusyOnBusyEnabledType
309
327
Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold.
310
328
@@ -436,6 +454,22 @@ Accept pipeline input: False
436
454
Accept wildcard characters : False
437
455
` ` `
438
456
457
+ ### -EnableWebPstnMediaBypass
458
+
459
+ Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
460
+
461
+ ` ` ` yaml
462
+ Type : Boolean
463
+ Parameter Sets : (All)
464
+ Aliases :
465
+
466
+ Required : False
467
+ Position : Named
468
+ Default value : None
469
+ Accept pipeline input : False
470
+ Accept wildcard characters : False
471
+ ` ` `
472
+
439
473
### -Force
440
474
Suppresses any confirmation prompts that would otherwise be displayed before making changes.
441
475
0 commit comments