cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
338
Views
0
Helpful
1
Replies

UCCX version 10.5 scripting query

ccg-collab1
Level 2
Level 2

Hi Everyone,

In UCCX Scripting, It is possible when no agent is login it will route to a prompt and when there is an agent login but not available (not ready/talking status) it will route in queuing  prompt.

Thank you

1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Yes. Use the Get Reporting Statistic step to see how many resources are logged in for a given CSQ. If less than one then play that prompt; else, use the Select Resource step to queue the caller. Within the Queued branch of Select Resource you would put a Play Prompt as well as other logic such as hold/resume, continuing to check that people are signed in, and a loop mechanism to repeat that logic until an agent answers.

View solution in original post

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Yes. Use the Get Reporting Statistic step to see how many resources are logged in for a given CSQ. If less than one then play that prompt; else, use the Select Resource step to queue the caller. Within the Queued branch of Select Resource you would put a Play Prompt as well as other logic such as hold/resume, continuing to check that people are signed in, and a loop mechanism to repeat that logic until an agent answers.