Skip to content

Commit 018bf95

Browse files
authored
Update New-CsCallQueue.md
1 parent 4082e2b commit 018bf95

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

skype/skype-ps/skype/New-CsCallQueue.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,9 @@ Accept wildcard characters: False
13341334
```
13351335

13361336
### -WaitTimeBeforeOfferingCallbackInSecond
1337-
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. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1337+
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.
1338+
1339+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
13381340

13391341
```yaml
13401342
Type: Int16
@@ -1349,7 +1351,9 @@ Accept wildcard characters: False
13491351
```
13501352

13511353
### -NumberOfCallsInQueueBeforeOfferingCallback
1352-
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. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1354+
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.
1355+
1356+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
13531357

13541358
```yaml
13551359
Type: Int16
@@ -1364,7 +1368,9 @@ Accept wildcard characters: False
13641368
```
13651369

13661370
### -CallToAgentRatioThresholdBeforeOfferingCallback
1367-
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 1. Set to null ($null) to disable this condition. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1371+
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 1. Set to null ($null) to disable this condition.
1372+
1373+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when `-IsCallbackEnabled` is `True`.
13681374

13691375
```yaml
13701376
Type: Int16

0 commit comments

Comments
 (0)