Skip to content

Commit 09202c5

Browse files
committed
fixed timeout threshold description
1 parent faba83f commit 09202c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skype/skype-ps/skype/New-CsHuntGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Accept wildcard characters: False
285285
286286
### -TimeoutThreshold
287287
The TimeoutThreshold parameter defines the time (in seconds) that a call can be in the queue before that call times out. At that point, the system will take the action specified by the TimeoutAction parameter.
288-
The TimeoutAction can be any integer value between 0 and 2700 seconds (inclusive), and are increments of 15. For example, if set to 47 seconds, then it is rounded down to 45. If set to 0, welcome music is played, and then the timoue action will be taken.
288+
The TimeoutAction can be any integer value between 0 and 2700 seconds (inclusive), and is rounded to the nearest 15th interval. For example, if set to 47 seconds, then it is rounded down to 45. If set to 0, welcome music is played, and then the timoue action will be taken.
289289
290290
```yaml
291291
Type: Int16

skype/skype-ps/skype/Set-CsHuntGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Accept wildcard characters: False
282282
283283
### -TimeoutThreshold
284284
The TimeoutThreshold parameter defines the time (in seconds) that a call can be in the queue before that call times out. At that point, the system will take the action specified by the TimeoutAction parameter.
285-
The TimeoutAction can be any integer value between 0 and 2700 seconds (inclusive), and are increments of 15. For example, if set to 47 seconds, then it is rounded down to 45. If set to 0, welcome music is played, and then the timoue action will be taken.
285+
The TimeoutAction can be any integer value between 0 and 2700 seconds (inclusive), and is rounded to the nearest 15th interval. For example, if set to 47 seconds, then it is rounded down to 45. If set to 0, welcome music is played, and then the timoue action will be taken.
286286
287287
```yaml
288288
Type: Int16

0 commit comments

Comments
 (0)