" /> Can we route call on Basis of missing skill? - Genesys CTI User Forum

Author Topic: Can we route call on Basis of missing skill?  (Read 4771 times)

Offline abhaymisra

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Can we route call on Basis of missing skill?
« on: January 05, 2008, 06:41:29 PM »
Advertisement
Hi All,
i want to route call on the basis of missing skill. Will Not (!) work in Skill Expression in a routing strategy?
e.g.

A>0 & B>1 & !C

Where A,B and C are 3 skills assigned to an agent. I want if Skill C is missing so call should go to different path.

Please suggest any solution for implementing the same.

Thanks,
Abhay Misra



Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Can we route call on Basis of missing skill?
« Reply #1 on: January 09, 2008, 08:52:39 PM »
Yes, you can do this as if you were to check for anyone will skill A=0, the result will be everyone who does not have skill A.

So your skill expression would look like:

A>0 & B>1 & C=0

« Last Edit: January 09, 2008, 08:54:12 PM by Daimonas »

Offline abhaymisra

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Can we route call on Basis of missing skill?
« Reply #2 on: January 11, 2008, 01:12:57 PM »
Thanks for your reply...But my problem is little a bit different..
There are 2 agents say Agent1 and Agent2
Agent1 is having skill A=2,B=3 and Agent2 is having skill A=2,B=3 and C=2.
I want if a call is coming with the target expression A>0 & B>0 it should not go to Agent2.
Since we are using 2 types of skill expression
1. A>0 & B>0
2. A>0 & B>0 & C>0

So i want to prevent Skill Expression 1 call to go to Agent2.

Do you have any idea how to handle this situation.

Thanks,
Abhay Misra


Offline Kevin S

  • Full Member
  • ***
  • Posts: 145
  • Karma: 4
Re: Can we route call on Basis of missing skill?
« Reply #3 on: January 11, 2008, 01:28:46 PM »
I haven't tried this, but try:
A>0 & B>0 & C=0

According to Genesys documentation, an agent with the Skill = 0 is supposed to be the same as the agent not having the skill.
You *MAY* need to give your Agents with just A & B skill Skill C and set C=0 for those agents.

dsanchez

  • Guest
Re: Can we route call on Basis of missing skill?
« Reply #4 on: January 14, 2008, 03:58:56 PM »
add  to  Agent1 and Agent2 the skill c=0 and thescript
A>0 & B>0 & C=0
If the agent3 have the skill>0

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Can we route call on Basis of missing skill?
« Reply #5 on: January 17, 2008, 03:34:18 PM »
Wow alot of echos, didn't I already say this?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Can we route call on Basis of missing skill?
« Reply #6 on: January 17, 2008, 04:02:35 PM »
lol they just wanted to be sure he understood lol