Skip to content

Commit 2d0e44c

Browse files
committed
Merge branch 'master' into chrisda
2 parents 3e4bcd5 + 44f9af7 commit 2d0e44c

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

skype/skype-ps/skype/New-CSOnlinePSTNGateway.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Creates a new Session Border Controller (SBC) Configuration that describes the s
1818
New-CSOnlinePSTNGateway [-Tenant <System.Guid>] -SipSignallingPort <Int32> [-CodecPriority <String>]
1919
[-ExcludedCodecs <String>] [-FailoverTimeSeconds <Int32>] [-ForwardCallHistory <Boolean>]
2020
[-ForwardPai <Boolean>] [-SendSipOptions <Boolean>] [-MaxConcurrentSessions <System.Int32>]
21-
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [-Identity] <XdsGlobalRelativeIdentity> [-InMemory] [-Force]
21+
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [-GatewaySiteId <String>] [-Identity] <XdsGlobalRelativeIdentity> [-InMemory] [-Force]
2222
[-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

@@ -27,7 +27,7 @@ New-CSOnlinePSTNGateway [-Tenant <System.Guid>] -SipSignallingPort <Int32> [-Cod
2727
New-CSOnlinePSTNGateway [-Tenant <System.Guid>] -Fqdn <String> -SipSignallingPort <Int32>
2828
[-CodecPriority <String>] [-ExcludedCodecs <String>] [-FailoverTimeSeconds <Int32>]
2929
[-ForwardCallHistory <Boolean>] [-ForwardPai <Boolean>] [-SendSipOptions <Boolean>]
30-
[-MaxConcurrentSessions <System.Int32>] [-Enabled <Boolean>] [-MediaBypass <Boolean>] [-InMemory] [-Force]
30+
[-MaxConcurrentSessions <System.Int32>] [-Enabled <Boolean>] [-MediaBypass <Boolean>] [-GatewaySiteId <String>] [-InMemory] [-Force]
3131
[-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

@@ -245,6 +245,21 @@ Accept pipeline input: False
245245
Accept wildcard characters: False
246246
```
247247
248+
### -GatewaySiteId
249+
PSTN Gateway Site Id.
250+
251+
```yaml
252+
Type: String
253+
Parameter Sets: (All)
254+
Aliases:
255+
Applicable: Skype for Business Online
256+
Required: False
257+
Position: Named
258+
Default value: None
259+
Accept pipeline input: False
260+
Accept wildcard characters: False
261+
```
262+
248263
### -SendSipOptions
249264
Defines if an SBC will or will not send the SIP options. If disabled, the SBC will be excluded from Monitoring and Alerting system. We highly recommend that you enable SIP options. Default value is True.
250265

skype/skype-ps/skype/Set-CSOnlinePSTNGateway.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Modifies the previously defined Session Border Controller (SBC) Configuration th
1818
Set-CSOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignallingPort <Int32>] [-CodecPriority <String>]
1919
[-ExcludedCodecs <String>] [-FailoverTimeSeconds <Int32>] [-ForwardCallHistory <Boolean>]
2020
[-ForwardPai <Boolean>] [-SendSipOptions <Boolean>] [-MaxConcurrentSessions <System.Int32>]
21-
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [[-Identity] <XdsGlobalRelativeIdentity>] [-Force] [-WhatIf]
21+
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [-GatewaySiteId <String>] [[-Identity] <XdsGlobalRelativeIdentity>] [-Force] [-WhatIf]
2222
[-Confirm] [<CommonParameters>]
2323
```
2424

@@ -27,7 +27,7 @@ Set-CSOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignallingPort <Int32>] [-C
2727
Set-CSOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignallingPort <Int32>] [-CodecPriority <String>]
2828
[-ExcludedCodecs <String>] [-FailoverTimeSeconds <Int32>] [-ForwardCallHistory <Boolean>]
2929
[-ForwardPai <Boolean>] [-SendSipOptions <Boolean>] [-MaxConcurrentSessions <System.Int32>]
30-
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
30+
[-Enabled <Boolean>] [-MediaBypass <Boolean>] [-GatewaySiteId <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
3131
[<CommonParameters>]
3232
```
3333

@@ -230,6 +230,21 @@ Accept pipeline input: False
230230
Accept wildcard characters: False
231231
```
232232
233+
### -GatewaySiteId
234+
PSTN Gateway Site Id.
235+
236+
```yaml
237+
Type: String
238+
Parameter Sets: (All)
239+
Aliases:
240+
Applicable: Skype for Business Online
241+
Required: False
242+
Position: Named
243+
Default value: None
244+
Accept pipeline input: False
245+
Accept wildcard characters: False
246+
```
247+
233248
### -SendSipOptions
234249
Defines if an SBC will or will not send the SIP options. If disabled, the SBC will be excluded from Monitoring and Alerting system. We highly recommend that you enable SIP options. Default value is True.
235250

0 commit comments

Comments
 (0)