" /> where to put the function incrementpriority in the routing strategy? - Genesys CTI User Forum

Author Topic: where to put the function incrementpriority in the routing strategy?  (Read 3571 times)

Offline kevinwang

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Advertisement
Hi ,guys,

I want to use the function incrementpriority to dynamically increase the priority of an interaction waiting in the queue,
but I have no idea where to put it? I mean before selection object or after it?
if before selection, interaction is not in the queue yet, but if after selection, how can I change the priority using incrementpriority?

thanks in advance.

Kevin

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: where to put the function incrementpriority in the routing strategy?
« Reply #1 on: October 20, 2010, 06:41:44 PM »
Hi Kevin,

You must use the IncrementPriority function before the Selection object. Priority is managed by URS and is not directly related to any queue.

R.

Offline kevinwang

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Re: where to put the function incrementpriority in the routing strategy?
« Reply #2 on: October 20, 2010, 08:17:21 PM »
actually, that's what I did, but the priority didn't update as I expected. maybe I need to print the priority in the log to figure it out.

Offline kubikle

  • Full Member
  • ***
  • Posts: 140
  • Karma: 7
Re: where to put the function incrementpriority in the routing strategy?
« Reply #3 on: October 21, 2010, 10:37:23 PM »
Fragment of URS log (covering some call while waiting) could be useful.

Offline Kevin S

  • Full Member
  • ***
  • Posts: 145
  • Karma: 4
Re: where to put the function incrementpriority in the routing strategy?
« Reply #4 on: October 29, 2010, 12:09:07 PM »
Since you don't have to specify the queue in the parameters, before the selection object will work fine if your routing has only a single Selection.

I don't think it's required to use the Priority function to "initialize" the priority.