Skip to content

Commit 2cae0ec

Browse files
authored
Merge pull request MicrosoftDocs#7639 from dariomws/patch-239
Added more detail about MediaRelayRoutingLocationOverride parameter
2 parents 17204ab + a9d5d87 commit 2cae0ec

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-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

0 commit comments

Comments
 (0)