File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
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 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
+
406
421
### -Tenant
407
422
408
423
` ` ` yaml
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