Skip to content

Commit 0d177e6

Browse files
authored
Merge branch 'master' into patch-46
2 parents 430aad3 + ba310a2 commit 0d177e6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

exchange/exchange-ps/exchange/mail-flow/Set-TransportConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ Accept wildcard characters: False
830830
### -MaxRecipientEnvelopeLimit
831831
This parameter is available only in on-premises Exchange.
832832
833-
The MaxRecipientEnvelopeLimit parameter specifies the maximum number of recipients in a message. The default value is 5000. The valid input range for this parameter is from 0 through 2147483647. If you enter a value of Unlimited, no limit is imposed on the number of recipients in a message. Exchange treats an unexpanded distribution group as one recipient.
833+
The MaxRecipientEnvelopeLimit parameter specifies the maximum number of recipients in a message. The default value is 500. The valid input range for this parameter is from 0 through 2147483647. If you enter a value of Unlimited, no limit is imposed on the number of recipients in a message. Exchange treats an unexpanded distribution group as one recipient.
834834
835835
```yaml
836836
Type: Unlimited

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)