Skip to content

Commit 3a2f6d5

Browse files
authored
Update Set-CsOnlinePSTNGateway.md
1 parent 2674130 commit 3a2f6d5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

teams/teams-ps/teams/Set-CsOnlinePSTNGateway.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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
378378
Accept 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
382396
Shows what would happen if the cmdlet runs.
383397
The cmdlet is not run.

0 commit comments

Comments
 (0)