Skip to content

Commit b5fcad2

Browse files
committed
Merge branch 'master' into chrisda
2 parents 803659d + 2cae0ec commit b5fcad2

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

skype/skype-ps/skype/New-CsOnlinePSTNGateway.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-Fqdn <String>] [-SipSignalingP
2525
[-GatewaySiteId <String>] [-GatewaySiteLbrEnabled <Boolean>] [-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
2626
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
2727
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>] [-PidfloSupported <Boolean>]
28-
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
28+
[-MediaRelayRoutingLocationOverride <String>] [-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION
@@ -243,6 +243,23 @@ Accept pipeline input: False
243243
Accept wildcard characters: False
244244
```
245245
246+
### -MediaRelayRoutingLocationOverride
247+
This parameter is reserved for use with managed carriers.
248+
249+
Allows selecting path for media manually. Direct Routing assigns a datacenter for media path based on the public IP of the SBC. We always select closest to the SBC datacenter. However, in some cases a public IP from for example a US range can be assigned to an SBC located in Europe. In this case we will be using not optimal media path. This parameter allows manually set the preferred region for media traffic. We only recommend setting this parameter if the call logs clearly indicate that automatic assignment of the datacenter for media path does not assign the closest to the SBC datacenter
250+
251+
```yaml
252+
Type: String
253+
Parameter Sets: (All)
254+
Aliases:
255+
Applicable: Microsoft Teams
256+
Required: False
257+
Position: Named
258+
Default value: $false
259+
Accept pipeline input: False
260+
Accept wildcard characters: False
261+
```
262+
246263
### -FailoverResponseCodes
247264
If Direct Routing receives any 4xx or 6xx SIP error code in response to an outgoing Invite the call is considered completed by default. (Outgoing in this context is a call from a Teams client to the PSTN with traffic flow: Teams Client -> Direct Routing -> SBC -> Telephony network). Setting the SIP codes in this parameter forces Direct Routing on receiving the specified codes try another SBC (if another SBC exists in the voice routing policy of the user). Find more information in the "Reference" section of "Phone System Direct Routing" documentation.
248265

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Modifies the previously defined Session Border Controller (SBC) Configuration th
2121
Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignalingPort <Int32>] [-FailoverTimeSeconds <Int32>]
2222
[-ForwardCallHistory <Boolean>] [-ForwardPai <Boolean>] [-SendSipOptions <Boolean>]
2323
[-MaxConcurrentSessions <System.Int32>] [-Enabled <Boolean>] [-MediaBypass <Boolean>] [-GatewaySiteId <String>]
24-
[-GatewaySiteLbrEnabled <Boolean>] [-MediaRelayRoutingLocationOverride] [-Identity <XdsGlobalRelativeIdentity>]
24+
[-GatewaySiteLbrEnabled <Boolean>] [-MediaRelayRoutingLocationOverride <String>] [-Identity <XdsGlobalRelativeIdentity>]
2525
[-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
2626
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
2727
[-OutboundTeamsNumberTranslationRules <String>] [-PidfloSupported <Boolean>] [-OutboundPSTNNumberTranslationRules <String>]
@@ -199,10 +199,12 @@ Accept wildcard characters: False
199199
```
200200
201201
### -MediaRelayRoutingLocationOverride
202+
This parameter is reserved for use with managed carriers.
203+
202204
Allows selecting path for media manually. Direct Routing assigns a datacenter for media path based on the public IP of the SBC. We always select closest to the SBC datacenter. However, in some cases a public IP from for example a US range can be assigned to an SBC located in Europe. In this case we will be using not optimal media path. This parameter allows manually set the preferred region for media traffic. We only recommend setting this parameter if the call logs clearly indicate that automatic assignment of the datacenter for media path does not assign the closest to the SBC datacenter
203205
204206
```yaml
205-
Type: Boolean
207+
Type: String
206208
Parameter Sets: (All)
207209
Aliases:
208210
Applicable: Microsoft Teams

teams/teams-ps/teams/Get-CsTeamTemplate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ schema: 2.0.0
1616

1717
This cmdlet supports retrieving details of a team template available to your tenant given the team template uri.
1818

19+
NOTE: The returned template definition is a PowerShell object formatted as a JSON for readability. Please refer to the examples for suggested interaction flows for template management.
20+
1921
## SYNTAX
2022

2123
### Get (Default)

teams/teams-ps/teams/New-CsTeamTemplate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ schema: 2.0.0
1616

1717
This cmdlet lets you provision a new team template for use in Microsoft Teams. Learn more about team templates here.
1818

19+
NOTE: The response is a PowerShell object formatted as a JSON for readability. Please refer to the examples for suggested interaction flows for template management.
20+
1921
## SYNTAX
2022

2123
### NewExpanded (Default)

teams/teams-ps/teams/Update-CsTeamTemplate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ schema: 2.0.0
1616

1717
This cmdlet submits an operation that updates a custom team template with new team template settings.
1818

19+
NOTE: The response is a PowerShell object formatted as a JSON for readability. Please refer to the examples for suggested interaction flows for template management.
20+
1921
## SYNTAX
2022

2123
### UpdateExpanded (Default)

0 commit comments

Comments
 (0)