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 @@ New-CsOnlinePSTNGateway [-Tenant <System.Guid>] [-Fqdn <String>] [-SipSignalingP
24
24
[-MaxConcurrentSessions <System.Int32>] [-Enabled <Boolean>] [-MediaBypass <Boolean>]
25
25
[-GatewaySiteId <String>] [-GatewaySiteLbrEnabled <Boolean>] [-BypassMode <String>] [-GenerateRingingWhileLocatingUser <Boolean>]
26
26
[-InboundTeamsNumberTranslationRules <String>] [-InboundPSTNNumberTranslationRules <String>]
27
- [-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>]
27
+ [-OutboundTeamsNumberTranslationRules <String>] [-OutboundPSTNNumberTranslationRules <String>] [-PidfloSupported <Boolean>]
28
28
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
29
29
```
30
30
@@ -403,6 +403,21 @@ Accept pipeline input: False
403
403
Accept wildcard characters : False
404
404
` ` `
405
405
406
+ ### -PidfloSupported
407
+ Enables PIDFLO 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
+
406
421
### -Tenant
407
422
408
423
` ` ` yaml
You can’t perform that action at this time.
0 commit comments