Categories
Posts

OpenVBX

While playing around with Twilio I stumbled across OpenVBX, which is an open source (MPL) virtual telephone exchange that leverages the Twilio API to provide phone services. It runs on a standard LAMP stack; MySQL 5+, PHP 5.2+ and Apache/Nginx.

Twilio having awesome APIs is nice to see, having an open source VBX that anyone can use to easily manage phone services built on top of Twilio is taking it to the next level. The UI is usable as it stands, though could use a bit more polish to make it easier for beginners. Feature wise OpenVBX would probably work just fine for most small to medium size offices, with very little effort.

The source code for OpenVBX is at https://github.com/twilio/OpenVBX, making it easy for anyone to grab a copy and start hacking. I skimmed through some of the source code and saw that they are using Gravatar for user images, which is great.

What I’m really excited to see is the OpenVBX iOS app. I haven’t tried it yet, so no verdict on how well it is has been executed, but I love the concept. The source code of the OpenVBX iOS app is available at https://github.com/twilio/OpenVBX-iPhone.

Making it possible for an office manager to take care of voice services via a web or mobile app with just a few clicks is totally the future, the sooner we get there the better.

One reply on “OpenVBX”

I dont know if you have been tracking with this app or not but it seems that perhaps it has not been touched in a while. The OpenVBX base works well but the ios app not so much. I rolled a solution to this that I want to make sure others know about. It does not touch openvbx at all but it does let you call from behind any twilio number or verified caller id – you may find it helpful at http://www.twidial.com

Thanks

Leave a Reply

Your email address will not be published. Required fields are marked *