" /> voice calls and emails at the same time - Genesys CTI User Forum

Author Topic: voice calls and emails at the same time  (Read 2413 times)

Offline kevin

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
voice calls and emails at the same time
« on: September 09, 2009, 02:09:10 PM »
Advertisement
Hi all,

agents are complaining that they are getting voice calls and emails at the same time. Do I have to define capacity rules?

Thanks!

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: voice calls and emails at the same time
« Reply #1 on: September 09, 2009, 02:37:04 PM »
Yes

But you can use the ones that came with Multimedia.

On tenant level (Resources), right click and select properties. Select the one "Default_One_interaction_of_any_type_only"

The all agents will only receive one interaction at the time.

Default_Voice_interactions_always_allowed delivers voice calls even if agent handles email

Offline kevin

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Re: voice calls and emails at the same time
« Reply #2 on: September 09, 2009, 03:05:07 PM »
catanirex,

we are not using Multimedia. we are using ICC.

in CME i dont find that option you said

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: voice calls and emails at the same time
« Reply #3 on: September 10, 2009, 05:31:28 AM »
OK, for ICS 6.5 you cannot use Capacity Rules. Those are only for Multimedia version 7.

With ICS you have to handle this in the routing strategies/URS. Set URS parameter check-agent-state to to true if I remember correct.
Then one media makes the agent occupied.

Offline kevin

  • Jr. Member
  • **
  • Posts: 54
  • Karma: 1
Re: voice calls and emails at the same time
« Reply #4 on: September 10, 2009, 01:17:29 PM »
catanirex,

found this in this forum http://www.sggu.com/smf/index.php/topic,4303.0.html

[quote]CheckAgentState - allows you to force URS to ignore agent state and route incoming interaction to any non-occupied DNs. Example: agent is in Not Ready state and his/her DN is free (=not handling any call) - using CheckAgentState function you can "force" URS to route incoming call to that agent regardless current agent's status.[/quote]

wont this effect voice calls being force routed to the agents extension when they are in not ready state?
« Last Edit: September 10, 2009, 01:20:21 PM by kevin »

Offline kubikle

  • Full Member
  • ***
  • Posts: 140
  • Karma: 7
Re: voice calls and emails at the same time
« Reply #5 on: September 10, 2009, 06:22:52 PM »
Hi,

If extension (DN) is in ready state then yes it will result call to be routed to this extension even if agent himself is not ready.
CheckAgentState however by default is set to true = consider not only DN states but agent state too.
In your case (the calls are going to media and voice DNs simultaneously) it looks like CheckAgentState already is used somewhere in startegies and say not to chack agents states (CheckAgentState[false]). May be it is silly question but are could you check it?