Skip to content

Commit ba79c37

Browse files
authored
Update Set-CsCallQueue.md
1 parent 018bf95 commit ba79c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Set-CsCallQueue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ Accept wildcard characters: False
13541354
### -WaitTimeBeforeOfferingCallbackInSecond
13551355
The number of seconds a call must wait before becoming eligible for callback. This condition applies to calls at the front of the call queue. Set to null ($null) to disable this condition.
13561356

1357-
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when when `-IsCallbackEnabled` is `True`.
1357+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
13581358

13591359
```yaml
13601360
Type: Int16
@@ -1371,7 +1371,7 @@ Accept wildcard characters: False
13711371
### -NumberOfCallsInQueueBeforeOfferingCallback
13721372
The number of calls in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Set to null ($null) to disable this condition.
13731373

1374-
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when when `-IsCallbackEnabled` is `True`.
1374+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
13751375

13761376
```yaml
13771377
Type: Int16
@@ -1388,7 +1388,7 @@ Accept wildcard characters: False
13881388
### -CallToAgentRatioThresholdBeforeOfferingCallback
13891389
The ratio of calls to agents that must be in queue before a call becomes eligible for callback. This conditon applies to calls arriving at the call queue. Minimum value of one (1). Set to null ($null) to disable this condition.
13901390

1391-
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when when `-IsCallbackEnabled` is `True`.
1391+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
13921392

13931393
```yaml
13941394
Type: Int16

0 commit comments

Comments
 (0)