Skip to content

Commit 809c7fd

Browse files
authored
Update Set-CsCallQueue.md
1 parent 5937a48 commit 809c7fd

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
@@ -1352,7 +1352,7 @@ 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 zero (0) 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. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
13561356

13571357
```yaml
13581358
Type: Int16
@@ -1367,7 +1367,7 @@ Accept wildcard characters: False
13671367
```
13681368

13691369
### -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 zero (0) to disable this condition. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
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`.
13711371

13721372
```yaml
13731373
Type: Int16
@@ -1382,7 +1382,7 @@ Accept wildcard characters: False
13821382
```
13831383

13841384
### -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. Set to zero (0) to disable this condition. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
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`.
13861386

13871387
```yaml
13881388
Type: Int16

0 commit comments

Comments
 (0)