" /> Query in Udata function - To route the call to the next target - Genesys CTI User Forum

Author Topic: Query in Udata function - To route the call to the next target  (Read 2416 times)

Offline Sundar

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Query in Udata function - To route the call to the next target
« on: December 21, 2012, 09:21:20 AM »
Advertisement
Hello,

Good day..!

There is one requirement from customer. After URS find & route the call to the agent desktop & if the agent doesn't answer the call in 10 sec, then that call should route to next available agent who have same skillset. I have set the "agent-no-answer-overflow = recall" & timeout option. But the call is routing back to the routepoint & the caller has to enter input again.

I heard that Udata fuction will solve this. But i couldn't use Udata function.  Anyone pls guide me, how to use udata fuction here?

Appreciate your help..!

Regards
Sundar.K

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Query in Udata function - To route the call to the next target
« Reply #1 on: December 21, 2012, 10:04:36 AM »
Use easy way,in strategy create variable and set value,that the caller has been routed,next steps you make an "IF" block,where you check value of this variable.When the same call will be re-routed to the strategy again you can direct his call-flow.You have to "save" variable as a UserData,cause internal variables has been deleted between strategies.

Offline Sundar

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Query in Udata function - To route the call to the next target
« Reply #2 on: January 08, 2013, 05:08:47 AM »
Superb...! Its working..!

Thanks Kubig.....!!!