" /> Service Objective Routing - Genesys CTI User Forum

Author Topic: Service Objective Routing  (Read 3536 times)

Offline rob.h

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Service Objective Routing
« on: August 10, 2010, 12:05:28 AM »
Advertisement
I'm looking for more information on Service Objective Routing.  The Routing Application Configuration Guide gives a high-level overview of selecting an interaction based service objective.  And the Business Process User's Guide has a bit of info on defining Service Objectives under the Objectives table in CME.  Does anyone have know any details on how to use Service Objectives or can provide examples?

We are using URS 7.6.

Thanks

Rob

Offline kubikle

  • Full Member
  • ***
  • Posts: 140
  • Karma: 7
Re: Service Objective Routing
« Reply #1 on: August 11, 2010, 06:01:34 AM »
Basically it is the following: Usually you
1. set URS option use_service_objective to true,
2. attach to interaction the user data with key ServiceObjective and value the time in sec yhe interactio should be served within. Objective tables are not necessary and can be used just to move controling of service objective out of strategy (thorough function FindServiceObjective).

As result when there are 2 calls waiting the same agent:
Call1 wait for Time1 and have service objective ServObj1 and Call2 wait for Time2 and have service objective ServObj2
then the one havibg relation Time/ServObj bigger will be selected (asuming they have the same priority.)

Offline rob.h

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Service Objective Routing
« Reply #2 on: August 11, 2010, 03:57:06 PM »
Thanks  kubikle!