"on air" light or indicator of some kind

I was wondering if anyone has setup some form of an “on air” or “on the phone” indicator. We currently have BLF setup and working great as well as FOP2. These are great but the issue we have is that we are not always at our desks. We are a small graphics firm that moves from room to room a lot and we all work in a big open office so when people come back in they may be talking a little loud of using colorful language. It would be great to be able to know when walking into the room if someone is on the phone.

I have tried to do some research but have not been able to find anything. I may not be searching with the right terms and thus i figured i would see if anyone here has an idea.

What I am being asked to setup is some kind of red light or some kind of indicator in our office that will light up whenever anyone is on the phone.

Any thoughts or suggestions would be great.

We are currently running FreePBX 2.11.

http://www.telephonydepot.com/ALGO-1127-red

I remember seeing another solution when I was visiting a customer but I forget what it was.

I don’t know of a device that will do this, setting it up once you had one would be reasonably trivial.

You want it to connect to the “hints” and you want it to be able to monitor specific information (extensions, state, etc.) from there.

If I wanted to build something like that, I’d probably start with a cheap tablet.
Set it up to always have the screen on if it’s plugged in.
Write an app that queries the Asterisk server hints API over WiFi. Have it watch the status of the extensions for that room.
Mount it to a window, plug it in, and let it run.

Sell it on Google Play store for $1.99 and make your next million.

The problem:-

monitor the state of n extensions in a room where n >= 1
Indicate in a visible fashion such variable possible states

One minimalist solution:-

A hardware device that does that, possibly a raspberry Pi with :-

Using one of the GPIO pins and drive what we used to call a “beehive” in my 1A2 days

The SOC would run an Asterisk AMI client watching the “status” of the n extensions.

Total cost probably < $90 and a few hours of your time.

All solutions are readily found/modifiable to suit on google

JM2CWAE


$35

Actually I might do something like this… this was my original idea with wink…

2 Likes

Thanks for all the suggestions everyone. Its looking more like a possible solution with each suggestion from everyone. Funny enough i actually just purchased a Pi3 for personal use and may end up using it as a test bed to see how i could monitor with it. May actually do that in conjunction with the flux as well. The less actual wiring i need to do the better.

If i do get an actual solution going i will post back and let everyone know what i did and any potential code. Thanks again!

Nice!!

Add

https://sourceforge.net/p/pyst/code/ci/master/tree/

to the code and the AMI solution goes down to 35 bucks as it can run on the box itself.

edit:-

A timer for time conditions, flashing by pattern for ringing/hold, by color for extension the mind boggles . . .

edit2:

make that $38+ your machine needs a physical wifi interface to communicate with it using that code. (gotta love amazon prime, let’s see what tomorrow brings apart from a flashy light thingy . . .)

My first thought would be a wall mounted monitor running FOP2.

My second thought is that you are trying to solve a management issue with technology. The issue is people not behaving. Just use self restrain walking into the common area.

1 Like

I personally think it is just a cool idea to play around with. Maybe a CEO freaks out when he/she is disturbed when they’re on the phone. I can think of several applications for this.

I think, says it all, no?

Lot’s of function with minimal effort or cost, gotta love that :wink:

Come on @jfinstrom knock it out, I love it . . .

edit:-

Some of those buggers have speakers, I can only find BT ones but . . . think about it :slight_smile:

Samsung SmartThings also has a module for raspberry Pi. Options are limitless!!