Skip to content

Commit 16fd3e5

Browse files
authored
Merge pull request MicrosoftDocs#5336 from FilippSe/patch-6
Added parameter -PidfloSupported
2 parents 7749760 + 636a871 commit 16fd3e5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
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

0 commit comments

Comments
 (0)