Skip to content

Commit 52c876f

Browse files
authored
Update New-CsTeamsCallParkPolicy.md
1 parent baffe2d commit 52c876f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

skype/skype-ps/skype/New-CsTeamsCallParkPolicy.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ Accept wildcard characters: False
116116
```
117117
118118
### -PickupRangeEnd
119-
Specify the maximum value that a rendered pickup code can take
119+
Specify the maximum value that a rendered pickup code can take. Value can be from 10 to 9999.
120+
121+
Note: PickupRangeStart must be smaller than PickupRangeEnd.
120122
121123
```yaml
122124
Type: Integer
@@ -131,7 +133,7 @@ Accept wildcard characters: False
131133
```
132134
133135
### -ParkTimeoutSeconds
134-
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
136+
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up. Value can be from 60 to 600 (seconds).
135137
136138
```yaml
137139
Type: Integer
@@ -146,7 +148,9 @@ Accept wildcard characters: False
146148
```
147149
148150
### -PickupRangeStart
149-
Specify the minimum value that a rendered pickup code can take
151+
Specify the minimum value that a rendered pickup code can take. Value can be from 10 to 9999.
152+
153+
Note: PickupRangeStart must be smaller than PickupRangeEnd.
150154
151155
```yaml
152156
Type: Integer

0 commit comments

Comments
 (0)