05-11-2023 11:52 AM
Is there a way to manually open and close individual CSQs by dialing a number?
I have the updateState from the repository working but that script closes all CSQs. I need to be able to open and close individual CSQs if possible.
Thanks in advance!
05-11-2023 12:44 PM
Yes, the easiest way would be to use an XML file as your CSQ state file. You can then update that from another script (0 or 1). Then before the call goes to queue check your XML file. It's not hard to do, but there are a few moving parts and you'll have to get your hands dirty with the scripting.
david
05-15-2023 05:38 AM
David,
My confusion is where/how do you specify the CSQ you are trying to change the state of?
05-15-2023 06:24 AM
The script would need to read a list of CSQ's and potentially read a list of those queues to the caller. You could also have a different number per CSQ if you don't want to prompt the caller.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide