@@ -23,7 +23,7 @@ New-CsOnlinePSTNGateway [-Identity] <string> -SipSignalingPort <int> [-BypassMod
23
23
[-FailoverResponseCodes <string>] [-FailoverTimeSeconds <int>] [-ForwardCallHistory <boolean>] [-ForwardPai <boolean>] [-GatewayLbrEnabledUserOverride <boolean>]
24
24
[-GatewaySiteId <string>] [-GatewaySiteLbrEnabled <boolean>] [-InboundPstnNumberTranslationRules <Object>] [-InboundTeamsNumberTranslationRules <Object>]
25
25
[-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>]
27
27
[-WhatIf] [-Confirm] [<CommonParameters>]
28
28
```
29
29
@@ -33,7 +33,7 @@ New-CsOnlinePSTNGateway -SipSignalingPort <int> -Fqdn <string> [-BypassMode <str
33
33
[-FailoverResponseCodes <string>] [-FailoverTimeSeconds <int>] [-ForwardCallHistory <boolean>] [-ForwardPai <boolean>] [-GatewayLbrEnabledUserOverride <boolean>]
34
34
[-GatewaySiteId <string>] [-GatewaySiteLbrEnabled <boolean>] [-InboundPstnNumberTranslationRules <Object>] [-InboundTeamsNumberTranslationRules <Object>]
35
35
[-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>]
37
37
[-WhatIf] [-Confirm] [<CommonParameters>]
38
38
```
39
39
@@ -407,6 +407,20 @@ Accept pipeline input: False
407
407
Accept wildcard characters : False
408
408
` ` `
409
409
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
+
410
424
### -WhatIf
411
425
Shows what would happen if the cmdlet runs.
412
426
The cmdlet is not run.
0 commit comments