Skip to content

Commit 4082e2b

Browse files
authored
Update Set-CsCallQueue.md
1 parent 809c7fd commit 4082e2b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,9 @@ Accept wildcard characters: False
13521352
```
13531353

13541354
### -WaitTimeBeforeOfferingCallbackInSecond
1355-
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`.
1355+
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.
1356+
1357+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when when `-IsCallbackEnabled` is `True`.
13561358

13571359
```yaml
13581360
Type: Int16
@@ -1367,7 +1369,9 @@ Accept wildcard characters: False
13671369
```
13681370

13691371
### -NumberOfCallsInQueueBeforeOfferingCallback
1370-
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`.
1372+
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.
1373+
1374+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when when `-IsCallbackEnabled` is `True`.
13711375

13721376
```yaml
13731377
Type: Int16
@@ -1382,7 +1386,9 @@ Accept wildcard characters: False
13821386
```
13831387

13841388
### -CallToAgentRatioThresholdBeforeOfferingCallback
1385-
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. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
1389+
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.
1390+
1391+
At least one of `-WaitTimeBeforeOfferingCallbackInSecond`, `-NumberOfCallsInQueueBeforeOfferingCallback`, or `-CallToAgentRatioThresholdBeforeOfferingCallback` must be set to a value other than null when when `-IsCallbackEnabled` is `True`.
13861392

13871393
```yaml
13881394
Type: Int16

0 commit comments

Comments
 (0)