File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ New-CsTeamsCallingPolicy [-Identity] <string> [-Description <string>] [-AllowPri
2626 [-BusyOnBusyEnabledType <string>] [-MusicOnHoldEnabledType <string>] [-AllowCloudRecordingForCalls <boolean>]
2727 [-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
2828 [-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
29- [-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>]
29+ [-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-EnableWebPstnMediaBypass <Boolean>]
3030 [-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3131```
3232
@@ -308,6 +308,21 @@ Accept pipeline input: False
308308Accept wildcard characters : False
309309` ` `
310310
311+ ### -EnableWebPstnMediaBypass
312+ Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
313+
314+ ` ` ` yaml
315+ Type : Boolean
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+
311326### -Identity
312327Name of the policy instance being created.
313328
You can’t perform that action at this time.
0 commit comments