1
Genesys CTI Technical Discussion / Re: Call Routing Option
« Last post by kubikle on November 23, 2025, 07:52:01 PM »In regards to statisc s to us if neither of predefined (StatAgentsInQueueLogin, StatAgentsInQueueReady, StatCallsInQueue, StatExpectedWaitingTime, StatLoadBalance) works then likely Statserver guides to be checked (how to define statistics that is needed).
When Targets are ACD Queue using of virtual queues will cover only time calls are on RP. What happen to calls when it comes to ACD Queue (answered, abandoned, how much time it wait in ACD queue) normally is not controlled with VQs (as URS strategy will be already over when call arrive on ACD Queues).
States of ACD Queues (thresholds) are set with SetThreshold function (to be called for every involved ACD queue and before Target object).
Something like SetThresholdEx['MyACDQueue.Q', 'StatCallsInQueue', 3, ReadyIfLess].
When Targets are ACD Queue using of virtual queues will cover only time calls are on RP. What happen to calls when it comes to ACD Queue (answered, abandoned, how much time it wait in ACD queue) normally is not controlled with VQs (as URS strategy will be already over when call arrive on ACD Queues).
States of ACD Queues (thresholds) are set with SetThreshold function (to be called for every involved ACD queue and before Target object).
Something like SetThresholdEx['MyACDQueue.Q', 'StatCallsInQueue', 3, ReadyIfLess].
Recent Posts