Dear Genesys experts,
I am in immediate need of your help. I have two sites. These sites are East_Coast and West_Coast. These two sites use genesys enterprise routing. There are two t-servers and one urs. There is routing point 98765 on both of these t-servers, and the same strategy runs there. We have v.q. vq_sellout inside that strategy. When a call enters vq_sellout@east_coast, we get eventqueued with vq_sellout@east_coast. When a call enters vq_sellout@west_coast, we get eventqueued with vq_sellout@west_coast. How can I have a count of 2 in vq_sellout? I thought v.q. can be a global queue seen from every tserver. Am I wrong?
The virtual queue is always assigned to particular TServer so in fact it canât be global. The easiest way to overcome that limitation is a DN Group. You can create a DN group of ACD Queue type and put your 2 VQs to that group. Then itâs possible to monitor âglobalâ traffic using that object.
We usually define a VQ on only one switch, and then use it for all sites in a multisite. I guess you can call it Global, since the single VQ will count ALL calls. For example, VQ_Support
Just be aware that TServer for the site where the VQ resides needs to be started in order to use the VQ.
Another solution is to use DNG as already described bu others.