We are developing a 7.2 strategy and we have a problem on a statistic which is callsAnswered defined as follows :
Original Stat. Name Total_Answered
Insensitivity 1
Interval Type Growing
Notification Fréquency -1
Notification Mode ChangedBasedNotification
Filter N/A
Time Profile Default
Time Range N/A
Time Range 1 N/A
Precision 2
Category TotalNumber
Subject DNAction
Main Mask CallAnswered
Rel.Mask N/A
Objects GroupQueues, Queue, RoutePoint
Formula N/A
We have several strategies like each one related to a specific service. Another service that the customers can call is for example “Service N°2” the callflow is the same as the strategy for “Service N°2”. There is only one unique distribution queue which is called “VQ_All_Interaction” (Virtual Queue in which all the calls from all the services arrive with different priorities and are then routed to a unique group of agents).
For the supervisors we need to have queues for each Service : one for “Service N°1”, one for “Service N°2” etc … and one for the global supervisor. The queues used for the strategy “Service N°1” are “VQ_All_Interaction” and also “VQ_Service_1” . We do our routing via a RouteCall(V_select) and the V_select variable is the result of the selectDN done on the “VQ_All_Interaction” virtual queue.
As a result we get the the Statistic Total_Answered incremented on the “VQ_All_Interaction” (which is fine) but not on the “VQ_Service_1”.
How could we get this statistic incremented also on the Virtual Queue “VQ_Service_1” ?
Thanks in advance for your help