Hey guys,
Working a radio station, I've been hearing requests for various notification systems.
- People want to see a larger flashing light when the phone is ringing (in an on-air studio, the ringers are turned off)
- People want to see a list of extensions with notification of which are active (i.e., for a phone-a-thon, they want to know we have 6 people on the phone)
It seems like this ought to be relatively easy to implement via software. I'm thinking of a Raspberry Pi connected to a GPIO to turn on a light when a phone rings or is active ... or set a variable for each active phone line that a webpage can periodically query.
The question then becomes, can the Mitel 5000 send this information to such a system? Can it set a SNMP variable for 'phone is ringing' or 'extension is active', which the rPi can query? can I have set up a SIP endpoint that rings at the same time as a certain extension, and set up the rPi as a SIP softphone? or is there already a GPIO module for the 5000CP?
I saw the following:
https://www.youtube.com/watch?v=KNnzwsZx2Gc - a raspberry pi querying an Asterisk server, monitoring whether an extension is active...
which seems close to what I'm looking for.
Has anybody seen/done something like this?
Thanks!
- Jesse