" /> routing strategy Genesys Inbound - Genesys CTI User Forum

Author Topic: routing strategy Genesys Inbound  (Read 4512 times)

Offline anisdz

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
routing strategy Genesys Inbound
« on: June 10, 2009, 08:34:18 AM »
Advertisement
Hello
I need to know the function that tells me if the call is answered or not
thank's

genesys 7.2
interaction routing designer 7.2.001.07

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: routing strategy Genesys Inbound
« Reply #1 on: June 10, 2009, 02:06:24 PM »
Can you explain better? What do you mean if answered or not? In the Routing Point? At the agent side?

Offline anisdz

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: routing strategy Genesys Inbound
« Reply #2 on: June 10, 2009, 02:55:38 PM »
sorry for my anglish ...
if the call is answered by an agent

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: routing strategy Genesys Inbound
« Reply #3 on: June 10, 2009, 03:04:47 PM »
If the call was distributed to the agent the strategy has no longer control of it, so URS can't do much with it. However I remember that there was a discussion on this issue some time ago, you may like to search in the forum for more info.

Offline rvdev02

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: routing strategy Genesys Inbound
« Reply #4 on: June 11, 2009, 02:00:41 AM »
You could use OnRouteError function from the Red path on the target block to build alternative route if the call does not get Routed.

In router log after RouteResponse you should see events which depicts call being routed to the targeted agent. If there is an error, your error segment will kick in.

;)

rvdev

Offline bogdan

  • Jr. Member
  • **
  • Posts: 94
  • Karma: 0
Re: routing strategy Genesys Inbound
« Reply #5 on: June 11, 2009, 02:31:01 PM »
After the call is answered you should have the following keys attached to the call:
                'RTargetTypeSelected'  '2'
                'RTargetRuleSelected'  ''
                'RTargetObjectSelected' 'vag_XXX'
                'RTargetObjSelDBID'    '682'
                'RTargetAgentSelected'  '6592'
                'RTargetPlaceSelected'  'Place_5553_XXX'
You can get this keys with UData[] function and execute some code after the call has been answered by the agent.