" /> Virtual Queue issue - Genesys CTI User Forum

Author Topic: Virtual Queue issue  (Read 5463 times)

Toni

  • Guest
Virtual Queue issue
« on: May 21, 2007, 03:52:41 PM »
Advertisement
Hi all!

I'm having some troubles in an experiment that should work :P

I want to mark a specific call in a virtual call, for reporting purposes. If the call is not routed to the specific target I want to erase the call from that virtual queue.

In order to do that I use a SelectDN[] function before the target, ad if it's not routed, I use a CleanTargets[] function. The problem is that CleanTargets[] don't seem to erase that call from the virtual queue.

Does anybody tried something similar?

Thanks in advance!

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: Virtual Queue issue
« Reply #1 on: May 21, 2007, 05:15:48 PM »
  • Best Answer
  • Hi,

    ClearTarget means that the first target will not be used in the routing desicion any longer.

    There is no way no subtract a call from the VQ, other than manually.  For instance, in CCP, use custom formula to display a formulal of Total Enterd Calls - Totall Callls with some filter applied to indicate not routed status. Shouldnt that work?
    Or send those calls throug a second VQ.

    Offline Sylvainsjc

    • Full Member
    • ***
    • Posts: 137
    • Karma: 2
    Re: Virtual Queue issue
    « Reply #2 on: May 21, 2007, 10:22:28 PM »
  • Best Answer
  • Hi,

    i've done a strategy who reach a VQ (using SelectDN) and if there is no agent available, i use the cleartarget function to reach another VQ.

    In CCPulse, i have 1 entered call and 1 cleared call for the first VQ...

    in the full URS log, you should see "doesn't wait for VQ"

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: Virtual Queue issue
    « Reply #3 on: May 22, 2007, 02:36:08 AM »
  • Best Answer
  • [quote author=Toni link=topic=2243.msg8076#msg8076 date=1179762761]
    I'm having some troubles in an experiment that should work :P

    I want to mark a specific call in a virtual call, for reporting purposes. If the call is not routed to the specific target I want to erase the call from that virtual queue.

    [/quote]

    I assume you want to either "erase" this call call from the total current calls waiting count for that queue or you want that call no longer to be in that queue targetting the skills assigned to it.

    Clear Target should work just fine. I would suggest not to use SelectDN() and ClearTarget() but use the Route object, and check "Clear Targets" - it should do the trick. Did it?

    Best regards,
    Vic

    Toni

    • Guest
    Re: Virtual Queue issue
    « Reply #4 on: May 22, 2007, 07:36:10 AM »
  • Best Answer
  • Thank you friends.

    I'll try to do some more experiments. I'll let yow know!

    Regards,

    Toni

    Kevin

    • Guest
    Re: Virtual Queue issue
    « Reply #5 on: May 22, 2007, 05:55:32 PM »
  • Best Answer
  • I have used the ClearTargets[] function in the past as well, (7.0+) and have not had issues.

    Just to clarify, I'm assuming you are specifying the specific Virtual Queue name as the parameter, and not the target list? [You can also leave out the parameter, which is supposed to clear it from all the VQs on which it is placed].

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: Virtual Queue issue
    « Reply #6 on: May 28, 2007, 05:09:37 AM »
  • Best Answer
  • [quote author=Toni link=topic=2243.msg8090#msg8090 date=1179819370]
    I'll try to do some more experiments. I'll let yow know!
    [/quote]

    hi, Toni,

    any luck?

    Vic