cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
676
Views
10
Helpful
2
Replies

Forward to specific number when no agent available?

Systema Support
Level 1
Level 1

Hello guys,

is it possible in CCX to forward the call to a specific DN when no agent is online?

I know it from ANDTEK that there is a field where i can type in to which destination the call should go when no agent in on.

In CCX i guess it will be a script right?

Best Regards

Daniel

2 Replies 2

Andrew Skelly
Level 7
Level 7

Correct.  You want to first determine if there are any agents logged in using a GET REPORTING STATISTIC step.  Then you want to use the resulting value (variable) in an IF statement (something like IF (loggedInAgents < 1) THEN ) so that if the statement is True, then use a Call Redirect step to send the call to another number.

Please rate helpful posts by clicking the thumbs up!

Chavdar_Baramov
Level 1
Level 1

You can use also in the "Que to skill group" step the "Consider if" with this formula:

Object type - Skill group

Object - the specific skill group

Variables - Logged on

then add ">0"

Then from the fail branch of the  "Que to skill group" go to "Label" with the DN you want to use.