Skip to content

Commit 5937a48

Browse files
authored
Update New-CsCallQueue.md
1 parent 0b32318 commit 5937a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ 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 zero (0) 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. This parameter becomes a required parameter when IsCallbackEnabled is set to `True`.
13381338

13391339
```yaml
13401340
Type: Int16
@@ -1349,7 +1349,7 @@ Accept wildcard characters: False
13491349
```
13501350

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

13541354
```yaml
13551355
Type: Int16
@@ -1364,7 +1364,7 @@ Accept wildcard characters: False
13641364
```
13651365

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

13691369
```yaml
13701370
Type: Int16

0 commit comments

Comments
 (0)