UCCE Queue to skill group node consider If
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2016 10:48 AM - edited 03-14-2019 04:17 PM
Hello,
I have 3 skill groups I would like to route calls to based on calls in queue.
Credit.General
Credit.Specialist
Credit.TeamLead
I would like all calls to queue for Credit.General by default and only consider the other 2 skill groups if there are 3 or more calls in queue. These are the consider if statements I have in lines 1, 2, and 3 of the queue to skill group node
1 SkillGroup.Credit.General.SG.LoggedOn>0
2 SkillGroup.Credit.Specialist.SG.LoggedOn>0&&SkillGroup.Credit.General.SG.CallsQueuedNow>3
3 SkillGroup.Credit.TeamLead.SG.LoggedOn>0&&SkillGroup.Credit.TeamLead.SG.CallsQueuedNow>3
Please let me know where I went wrong
- Labels:
-
Other Contact Center
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2016 06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2016 06:23 AM
After the SG node it runs an external script (hold music), I have it come back to the script to make sure the call center hasn't closed with some "If" statements...at that point I should have it hit the same SG node to see the consider if statements have been met, as in 3 or more calls in queue? before continuing the hold music correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2016 03:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 04:59 PM
I have uploaded a screen shot. in the second Queue to SG node do I need just the 1 consider if statement, or do I need the original consider if found in the top queue to SG node also?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 06:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 07:20 PM
I was wondering if that is how it would work...I think I have it messed up by looking for calls queued for a specialist is >3...
The desired result is Q to General first, if there are 3 calls Q'd for General consider a specialist.
So the first Q to SG node should be General SG logged on >0
The 2nd q to SG node should have the following lines
SkillGroup.Credit.General.SG.LoggedOn>0
SkillGroup.Credit.Specialist.SG.LoggedOn>0&&SkillGroup.Credit.General.SG.CallsQueuedNow>3
or should it just have this?
SkillGroup.Credit.Specialist.SG.LoggedOn>0&&SkillGroup.Credit.General.SG.CallsQueuedNow>3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2016 07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2016 08:17 AM
I now have a single Q to SG node. See attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2016 08:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2016 04:25 AM
It's still not working. I attached a screenshot. Let me know what I am missing please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 05:19 AM
It depends on your issue and your configuration, but you might want to look at using RouterCallsQNow as the value instead of CallsQueuedNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 06:02 AM
By not working I mean it is not selecting a credit specialist when there are 3 or more calls in queue. I will try making the change you mentioned.
