Skip to content

Commit aff31b3

Browse files
authored
Removed Codec parameters
Removed ExcludedCodecs and CodecPriority as they are not included on this cmdlet anymore https://github.com/MicrosoftDocs/office-docs-powershell/issues/1877
1 parent 533664e commit aff31b3

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

skype/skype-ps/skype/Set-CsOnlinePSTNGateway.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@ Modifies the previously defined Session Border Controller (SBC) Configuration th
1515

1616
### Identity (Default)
1717
```
18-
Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignallingPort <Int32>] [-CodecPriority <String>]
19-
[-ExcludedCodecs <String>] [-FailoverTimeSeconds <Int32>] [-ForwardCallHistory <Boolean>]
18+
Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignallingPort <Int32>] [-FailoverTimeSeconds <Int32>] [-ForwardCallHistory <Boolean>]
2019
[-ForwardPai <Boolean>] [-SendSipOptions <Boolean>] [-MaxConcurrentSessions <System.Int32>]
2120
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [-GatewaySiteId <String>] [-GatewaySiteLbrEnabled <Boolean>] [[-Identity] <XdsGlobalRelativeIdentity>] [-Force] [-WhatIf]
2221
[-Confirm] [<CommonParameters>]
2322
```
2423

2524
### Instance
2625
```
27-
Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignallingPort <Int32>] [-CodecPriority <String>]
28-
[-ExcludedCodecs <String>] [-FailoverTimeSeconds <Int32>] [-ForwardCallHistory <Boolean>]
26+
Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignallingPort <Int32>] [-FailoverTimeSeconds <Int32>] [-ForwardCallHistory <Boolean>]
2927
[-ForwardPai <Boolean>] [-SendSipOptions <Boolean>] [-MaxConcurrentSessions <System.Int32>]
3028
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [-GatewaySiteId <String>] [-GatewaySiteLbrEnabled <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
3129
[<CommonParameters>]
@@ -52,21 +50,6 @@ This example modifies the configuration of an SBC with identity (and FQDN) sbc.
5250

5351
## PARAMETERS
5452

55-
### -CodecPriority
56-
Allows choosing codec priority when media is negotiated between Media Proxy and SBC. Default priority is ("SILKWB,SILKNB,PCMU,PCMA").
57-
58-
```yaml
59-
Type: String
60-
Parameter Sets: (All)
61-
Aliases:
62-
Applicable: Skype for Business Online
63-
Required: False
64-
Position: Named
65-
Default value: ("SILKWB,SILKNB,PCMU,PCMA")
66-
Accept pipeline input: False
67-
Accept wildcard characters: False
68-
```
69-
7053
### -Confirm
7154
Prompts you for confirmation before running the cmdlet.
7255

@@ -97,21 +80,6 @@ Accept pipeline input: False
9780
Accept wildcard characters: False
9881
```
9982
100-
### -ExcludedCodecs
101-
Allows exclude some codecs during the process of media negotiation between Media Proxy and SBC.
102-
103-
```yaml
104-
Type: String
105-
Parameter Sets: (All)
106-
Aliases:
107-
Applicable: Skype for Business Online
108-
Required: False
109-
Position: Named
110-
Default value: None
111-
Accept pipeline input: False
112-
Accept wildcard characters: False
113-
```
114-
11583
### -FailoverTimeSeconds
11684
When set to 10 (default value), outbound calls that are not answered by the gateway within 10 seconds are routed to the next available trunk; if there are no additional trunks, then the call is automatically dropped. In an organization with slow networks and slow gateway responses, that could potentially result in calls being dropped unnecessarily. The default value is 10.
11785

0 commit comments

Comments
 (0)