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
22
22
[-FailoverResponseCodes <string>] [-FailoverTimeSeconds <int>] [-ForwardCallHistory <boolean>] [-ForwardPai <boolean>] [-GatewayLbrEnabledUserOverride <boolean>]
23
23
[-GatewaySiteId <string>] [-GatewaySiteLbrEnabled <boolean>] [-InboundPstnNumberTranslationRules <Object>] [-InboundTeamsNumberTranslationRules <Object>]
24
24
[-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>]
26
26
[-WhatIf] [-Confirm] [<CommonParameters>]
27
27
```
28
28
@@ -378,6 +378,20 @@ Accept pipeline input: False
378
378
Accept wildcard characters : False
379
379
` ` `
380
380
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
+
381
395
### -WhatIf
382
396
Shows what would happen if the cmdlet runs.
383
397
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments