@@ -23,7 +23,7 @@ New-CsOnlinePSTNGateway [-Identity] <string> -SipSignalingPort <int> [-BypassMod
2323 [-FailoverResponseCodes <string>] [-FailoverTimeSeconds <int>] [-ForwardCallHistory <boolean>] [-ForwardPai <boolean>] [-GatewayLbrEnabledUserOverride <boolean>]
2424 [-GatewaySiteId <string>] [-GatewaySiteLbrEnabled <boolean>] [-InboundPstnNumberTranslationRules <Object>] [-InboundTeamsNumberTranslationRules <Object>]
2525 [-MaxConcurrentSessions <int>] [-MediaBypass <boolean>] [-MediaRelayRoutingLocationOverride <string>] [-OutboundPstnNumberTranslationRules <Object>]
26- [-OutboundTeamsNumberTranslationRules <Object>] [-PidfLoSupported <boolean>] [-ProxySbc <string>] [-SendSipOptions <boolean>]
26+ [-OutboundTeamsNumberTranslationRules <Object>] [-PidfLoSupported <boolean>] [-ProxySbc <string>] [-IPAddressVersion <string>] [- SendSipOptions <boolean>]
2727 [-WhatIf] [-Confirm] [<CommonParameters>]
2828```
2929
@@ -33,7 +33,7 @@ New-CsOnlinePSTNGateway -SipSignalingPort <int> -Fqdn <string> [-BypassMode <str
3333 [-FailoverResponseCodes <string>] [-FailoverTimeSeconds <int>] [-ForwardCallHistory <boolean>] [-ForwardPai <boolean>] [-GatewayLbrEnabledUserOverride <boolean>]
3434 [-GatewaySiteId <string>] [-GatewaySiteLbrEnabled <boolean>] [-InboundPstnNumberTranslationRules <Object>] [-InboundTeamsNumberTranslationRules <Object>]
3535 [-MaxConcurrentSessions <int>] [-MediaBypass <boolean>] [-MediaRelayRoutingLocationOverride <string>] [-OutboundPstnNumberTranslationRules <Object>]
36- [-OutboundTeamsNumberTranslationRules <Object>] [-PidfLoSupported <boolean>] [-ProxySbc <string>] [-SendSipOptions <boolean>]
36+ [-OutboundTeamsNumberTranslationRules <Object>] [-PidfLoSupported <boolean>] [-ProxySbc <string>] [-SendSipOptions <boolean>] [-IPAddressVersion <string>]
3737 [-WhatIf] [-Confirm] [<CommonParameters>]
3838```
3939
@@ -407,6 +407,20 @@ Accept pipeline input: False
407407Accept wildcard characters : False
408408` ` `
409409
410+ ### -IPAddressVersion
411+ 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.**
412+
413+ ` ` ` yaml
414+ Type : String
415+ Parameter Sets : (All)
416+ Aliases :
417+ Required : False
418+ Position : Named
419+ Default value : None
420+ Accept pipeline input : False
421+ Accept wildcard characters : False
422+ ` ` `
423+
410424### -WhatIf
411425Shows what would happen if the cmdlet runs.
412426The cmdlet is not run.
0 commit comments