" /> Priority calls - Genesys CTI User Forum

Author Topic: Priority calls  (Read 6561 times)

Offline kishore

  • Newbie
  • *
  • Posts: 23
  • Karma: 0
Priority calls
« on: June 05, 2009, 12:33:47 PM »
Advertisement
Hi all,
I have a question

Is there a way that we can route a high priority call which arrives into Queue later first to agent than a low priority call that arrives much earlier (like may be 2 ro 3 mins earlier)

Thanks

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: Priority calls
« Reply #1 on: June 05, 2009, 12:48:16 PM »
You can manipulate each call priority by priority function.
So set priority higher for the calls you want to get answered first.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Priority calls
« Reply #2 on: June 05, 2009, 12:55:50 PM »
Hi,

There are several ways but the easier one would be using IRD function "Priority[]". That function allows you to assign priority to every call and that priority is taken into account by URS when queuing calls. Please check "Universal Routing 7.6 Server Reference Manual" for more details.

If you are interested into more "sophisticated priority" routing then I would recommend you to read "Universal Routing 7.6 Routing Application Configuration Guide".

R.

Offline kishore

  • Newbie
  • *
  • Posts: 23
  • Karma: 0
Re: Priority calls
« Reply #3 on: June 05, 2009, 01:08:48 PM »
as of now we are using priority function

** my understanding was priority works only if 2 calls come at the same time then the call with highest priority would answered first. Also, the call which came first would be answered first even it has low priority

Looks like once the calls lands in the Q,  highest priority calls will be answered first irrespective of time they wait in Q

[b]correct me if i am wrong[/b]

Thanks
« Last Edit: June 05, 2009, 01:46:03 PM by kishore »

mike kamlet

  • Guest
Re: Priority calls
« Reply #4 on: June 05, 2009, 01:16:22 PM »
You do need to be careful with the priority functions as you have the opportunity to "starve" calls.  If you always have calls in queue, and always have a high priority call, the low priority calls will NEVER get answered, unless of course you continue to bump the priority.

THere are other priority-like functions such as service objective.

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Priority calls
« Reply #5 on: June 05, 2009, 01:46:43 PM »
Agree with using the Priority[] function, however, combine it with an Increment function as Mike mentions above

kbs

  • Guest
Re: Priority calls
« Reply #6 on: June 05, 2009, 02:38:19 PM »
Just to echo comments already made...
We have our routing set up as follows:
- Most calls start at 1
- Priority increases by 1 each minute
- Sensitive calls (specific subgroup of callers) start priority at 5, increase by 1 each minute.
- Callers that have already been handled by an agent but get sent to another queue start out at the final priority for the previous queue; that is, if a caller's priority was 3 when the call was first answered, the initial priority for the second queue will be 3 .


kishore, I think the concept you are referring to is the Priority Tuning - where the URS makes decisions based on the priority tuning algorithms (what if scenarios) .

Offline kishore

  • Newbie
  • *
  • Posts: 23
  • Karma: 0
Re: Priority calls
« Reply #7 on: June 05, 2009, 05:56:13 PM »
yup! got what i need.

Thanks guys