File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Set-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-SipSignalingPort <Int32>] [-Fa
24
24
[-GatewaySiteLbrEnabled <Boolean>] [-MediaRelayRoutingLocationOverride] [-Identity <XdsGlobalRelativeIdentity>]
25
25
[-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
26
26
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
27
- [-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>]
27
+ [-OutboundTeamsNumberTranslationRules <String>] [-PidfloSupported <Boolean>] [- OutboundPSTNNumberTranslationRules <String>]
28
28
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
29
29
```
30
30
@@ -372,6 +372,21 @@ Accept pipeline input: False
372
372
Accept wildcard characters : False
373
373
` ` `
374
374
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
+
375
390
### -Tenant
376
391
377
392
` ` ` yaml
You can’t perform that action at this time.
0 commit comments