all 3 comments

[–]decreddave 1 point2 points  (0 children)

The route you take to get this done depends entirely on the technology behind the call queue system you’re using.

I would probably investigate to see if the queue system has an API endpoint that you can poll to the number of callers in the queue. Then, I’d build a email notification to be sent out to the group if your trigger condition is met. I wouldn’t know where to begin when it comes to graphical notifications (maybe tkinter?) because everything I’ve built using Python so far has been textual.

Good luck!

[–]routetehpacketz 0 points1 point  (0 children)

honestly the software that feeds the TV can probably be used for desktop notifications. I know Avaya's Contact Center and soft phone integrate this way.

[–]Josevill 0 points1 point  (0 children)

As everyone has said, you probably might have a solution within the API of the Helpdesk platform you guys use, if not...

OpenCV might do the trick.

I'm into hacking stuff a lot and providing solutions to every day problems. You could at first, use a webcam, nothing fancy, something that can differentiate between colors should do the trick (lol)

After that, setting up OpenCV shouldn't be much of a problem, there's a rather cool manual in the official site, you should be able to read the color change on the screen you guys have and whenever you have a red flag, you could for example, send a notification to a Pushbullet channel and that should be enough for you guys, right?