Skip to content

Commit b70dbdd

Browse files
authored
Merge branch 'master' into patch-2
2 parents 3cc4fb4 + 16fd3e5 commit b70dbdd

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ New-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-Fqdn <String>] [-SipSignalingP
2424
[-MaxConcurrentSessions <System.Int32>] [-Enabled <Boolean>] [-MediaBypass <Boolean>]
2525
[-GatewaySiteId <String>] [-GatewaySiteLbrEnabled <Boolean>] [-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
2626
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
27-
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>]
27+
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>] [-PidfloSupported <Boolean>]
2828
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

@@ -403,6 +403,21 @@ Accept pipeline input: False
403403
Accept wildcard characters: False
404404
```
405405
406+
### -PidfloSupported
407+
Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload is sent to the SBC with the location details of the user.
408+
409+
```yaml
410+
Type: Boolean
411+
Parameter Sets: (All)
412+
Aliases:
413+
Applicable: Skype for Business Online
414+
Required: False
415+
Position: Named
416+
Default value: $false
417+
Accept pipeline input: False
418+
Accept wildcard characters: False
419+
```
420+
406421
### -Tenant
407422
408423
```yaml

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignalingPort <Int32>] [-Fa
2424
[-GatewaySiteLbrEnabled <Boolean>] [-MediaRelayRoutingLocationOverride] [-Identity <XdsGlobalRelativeIdentity>]
2525
[-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
2626
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
27-
[-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>]
27+
[-OutboundTeamsNumberTranslationRules <String>] [-PidfloSupported <Boolean>] [-OutboundPSTNNumberTranslationRules <String>]
2828
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

@@ -372,6 +372,21 @@ Accept pipeline input: False
372372
Accept wildcard characters: False
373373
```
374374
375+
### -PidfloSupported
376+
Enables PIDF-LO support on the PSTN Gateway. If turned on the .xml body payload is sent to the SBC with the location details of the user.
377+
378+
```yaml
379+
Type: Boolean
380+
Parameter Sets: (All)
381+
Aliases:
382+
Applicable: Skype for Business Online
383+
Required: False
384+
Position: Named
385+
Default value: $false
386+
Accept pipeline input: False
387+
Accept wildcard characters: False
388+
```
389+
375390
### -Tenant
376391
377392
```yaml

0 commit comments

Comments
 (0)