File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Set-CsOnlinePSTNGateway [[-Identity] <string>] [-BypassMode <string>] [-Descript
2222 [-FailoverResponseCodes <string>] [-FailoverTimeSeconds <int>] [-ForwardCallHistory <boolean>] [-ForwardPai <boolean>] [-GatewayLbrEnabledUserOverride <boolean>]
2323 [-GatewaySiteId <string>] [-GatewaySiteLbrEnabled <boolean>] [-InboundPstnNumberTranslationRules <Object>] [-InboundTeamsNumberTranslationRules <Object>]
2424 [-MaxConcurrentSessions <int>] [-MediaBypass <boolean>] [-MediaRelayRoutingLocationOverride <string>] [-OutboundPstnNumberTranslationRules <Object>]
25- [-OutboundTeamsNumberTranslationRules <Object>] [-PidfLoSupported <boolean>] [-ProxySbc <string>] [-SendSipOptions <boolean>] [-SipSignalingPort <int>]
25+ [-OutboundTeamsNumberTranslationRules <Object>] [-PidfLoSupported <boolean>] [-ProxySbc <string>] [-SendSipOptions <boolean>] [-SipSignalingPort <int>] [-IPAddressVersion <string>]
2626 [-WhatIf] [-Confirm] [<CommonParameters>]
2727 ```
2828
@@ -378,6 +378,20 @@ Accept pipeline input: False
378378Accept wildcard characters : False
379379` ` `
380380
381+ ### -IPAddressVersion
382+ Possible values are "IPv4" and '"Pv6". When "IPv6" is set, the SBC must use IPv6 for both signaling and media. **Note: IPv6 is supported only for non-media bypass scenarios.**
383+
384+ ` ` ` yaml
385+ Type : String
386+ Parameter Sets : (All)
387+ Aliases :
388+ Required : False
389+ Position : Named
390+ Default value : None
391+ Accept pipeline input : False
392+ Accept wildcard characters : False
393+ ` ` `
394+
381395### -WhatIf
382396Shows what would happen if the cmdlet runs.
383397The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments