You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
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`.
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`.
0 commit comments