Jump to content

VisualGroups status from CallRouting


spufi
Go to solution Solved by Tom Wellige,

Recommended Posts

Hello, my question are actually two.

First: In a CallRouting, can I somehow get the „is there someone logged in to the VisualGroup Queue“? Perhaps over a SQL Statement like this:

SELECT COUNT(*) FROM VisualGroups.sometable WHERE GroupID = 1 AND UserLoggedInStatus = 1

And second: In case our building closes for a day, the front desk started the „CallRouting“ and activated an announcement in front of the other Routings. Now, with „Visual Groups“, can I place a button on the Client Skin that starts the CallRouting for the VisualGroup user? Other idea: configure a name button that calls a user who toggles the announcement over a SQL Statement. But I would definitely prefer a „visual solution“.

Link to comment
Share on other sites


I am not aware of an API of VisualGroups that provides the functionality to request the status of VisualGroups.

 

In general Visual Groups contains also a call routing which handles the call and interfaces into the VisualGroups management via web requests.

 

I would not recommend to modify that call routing in any shape or form.

 

But you can add your own call routing rule right in front of the VisualGroups rule, to handle your announcements of what ever is needed.

 

Link to comment
Share on other sites


  • Solution

They can't.

 

You need some sort of clever call routing around it. Something like a global switch which can be accessed by every user to set it or to check its current position.

 

Easiest way for that would be the Persistent Variables.

 

The included "Night Switch" example is more or less exactly what you need.

 

You can place a simple call routing rule to the VG user which checks the status of a global "Announcement" variable and play the needed announcement of the variable is set to 1 (do not touch the original VG call routing rule, but add yours in front of it).

 

Additionally you will have one sort of dummy user with a "manager call routing", where certain (or all users) can call and modify the status of your "Announcement" variable either via DTMF menu or by using post dialing digits when calling into that user.

 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.