" /> Reserve an agent - Genesys CTI User Forum

Author Topic: Reserve an agent  (Read 3372 times)

Offline kevin

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Reserve an agent
« on: April 24, 2009, 03:52:57 PM »
Advertisement
can we reserve an agent and then route the call?

when no agent is available caller will sit in the queue and listen to music and once the agent is available, caller will be played a message and then route to that particular agent (this caller should not be getting another call when caller being played message)?
« Last Edit: April 24, 2009, 04:02:49 PM by kevin »

KBS

  • Guest
Re: Reserve an agent
« Reply #1 on: April 24, 2009, 06:13:50 PM »
Refer to the agent_reservation configuration settings in the URS Deployment guide. That should meet your needs.

Offline kubikle

  • Full Member
  • ***
  • Posts: 140
  • Karma: 7
Re: Reserve an agent
« Reply #2 on: April 24, 2009, 06:53:04 PM »
Probably sort of "function" apprach can work here. I mean instead of Selection object to use in strategy SelectDN/SuspenForDN functions that will find ready target and reserve it (if agent reservation is activated) but will not route to it. Treatment can be played after that and on it completion call can be routed (RouteCall funtion) to selected before target. The interval between target was selected and before call routing should not be long however - reservation can expire (by default as far as I remeber it is 15 sec) 

Offline SisB

  • Jr. Member
  • **
  • Posts: 60
  • Karma: 0
Re: Reserve an agent
« Reply #3 on: April 24, 2009, 09:05:21 PM »
As kubikle said, you can use SelectDN/SuspenfForDN. If agent reservation turned on, these functions can block the target for duration for some time (transition_time). If you need additional time, use BlockDN and play announcement in between and route the call.

« Last Edit: April 24, 2009, 10:00:25 PM by SisB »