cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
824
Views
0
Helpful
3
Replies

UCCX 11.6: change state of agent within the script

pwenger
Level 3
Level 3

Hello

 

Is there a way to change the state (i.e not ready-afterwork) an agent has set manually within a UCCX 11.6 script to ready after a certain amount of time?

The goal is to change the agent to ready automatically if the duration in a certain not ready(reason code) state is too long.

 

Regards

Peter

3 Replies 3

Hi Peter

I think that the easiest way to fulfill your requirements is to use custom Finesse gadget. In attachment, you will find a sample gadget code that I have used in the past for UCCE but it also should work for UCCX (it only monitors the user state).

The gadget has a configuration file that looks like this:

 

var GadgetConfiguration = {
// Rason code definition
	reasonCodes: [
		"Break",
		"4"
	],
// Timer
	readyTimer: "5000"
};

reasonCodes - defines array of reason code that trigger the timer (you can pass the name as a reason code name (case sensitive) or via a reason code number)

readyTimer - defines timeout for reason code change (how long to wait until that state should be auto changed)

 

 

Marek
Web: https://gaman-gt.com

Hi Marek

 

Thanks!

I'm absolutely not familiar with 3rd party gadgets and how to implement them. Do you have a guide what I have to configure to get this gadget up and running.

 

Regards

Peter

Here you go. It's a generic document but it should help.

Marek
Web: https://gaman-gt.com
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: