Skip to content

Commit baffe2d

Browse files
authored
Update Set-CsTeamsCallParkPolicy.md
1 parent 16d0673 commit baffe2d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

skype/skype-ps/skype/Set-CsTeamsCallParkPolicy.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ Accept wildcard characters: False
136136
```
137137
138138
### -PickupRangeEnd
139-
Specify the maximum value that a rendered pickup code can take
139+
Specify the maximum value that a rendered pickup code can take. Value can be from 10 to 9999.
140+
141+
Note: PickupRangeStart must be smaller than PickupRangeEnd.
140142
141143
```yaml
142144
Type: Integer
@@ -151,7 +153,7 @@ Accept wildcard characters: False
151153
```
152154
153155
### -ParkTimeoutSeconds
154-
Specify the number of seconds to wait before ringing the parker when the parked call hasn't been picked up
156+
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).
155157
156158
```yaml
157159
Type: Integer
@@ -166,7 +168,9 @@ Accept wildcard characters: False
166168
```
167169
168170
### -PickupRangeStart
169-
Specify the minimum value that a rendered pickup code can take
171+
Specify the minimum value that a rendered pickup code can take. Value can be from 10 to 9999.
172+
173+
Note: PickupRangeStart must be smaller than PickupRangeEnd.
170174
171175
```yaml
172176
Type: Integer

0 commit comments

Comments
 (0)