cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
438
Views
1
Helpful
3
Replies

Manually open/close a CSQ by dialing a number

John Prater
Level 1
Level 1

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!

3 Replies 3

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

David,

My confusion is where/how do you specify the CSQ you are trying to change the state of?

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.