I have a simple question for a simple script. I need to create a script that will go to a queue for an internal help line. Supervisors will be logged in to one of two lines, reps will be able to call the line to get supervisor help. I need the script to do the following:
Accept
See if anyone is logged in to the queue
If someone is logged in, connect
If someone is logged in but on another call, play prompt and send to on hold
If person is on hold for 30 seconds, play prompt and end
If no one is logged in, play a prompt stating no one is available then end
Sounds simple enough but where I am struggling is creating the variables. I am very new to UCCX and have taken a scripting class about 3 months ago, but I only work on UCCX about once every few weeks. Any help would be great. Thanks!