Installing and Configuring chan_mobile for Bluetooth Presence support in Asterisk 1.6

Following this tutorial on how to get Chan_Mobile working with Asterisk for Bluetooth support for our headsets and mobile phones we worked out how to get it working on Asterisk 1.6. We figured we would share this information with our readers incase they were interested in Bluetooth for Asterisk and the capabilities it will open up to their system. Just think, the server will know when you’re in the room or out of the office and other fancy things....

October 31, 2008 · 13 min · 2612 words · Matt G

Installing Habari Blog on Ubuntu Server to Replace WordPress

You may have heard of Habari, you may not have. It’s yet another blogging software, written from the ground up to take advantage of all the latest technologies available. For this reason it’s not supported everywhere and probably is why you haven’t heard of it yet. I think this software could replace WordPress if done correctly, it will just take some time to get a little more robust, but the guts of it is definately there....

October 29, 2008 · 3 min · 569 words · Matt G

Enable SNMP on your Cisco Routers to watch SIP and other traffic

It’s pretty easy, just ssh (or telnet if you’re crazy) to your router and do this: # en # conf t # snmp-server community YOUR.SNMP.COMMUNITY ro # access-list 60 permit IP.OF.SNMP.DAEMON # snmp-server host IP.OF.SNMP.DAEMON YOUR.SNMP.COMMUNITY # snmp-server enable traps Now your favourite graphing software should be able to collect all the data you need.

October 28, 2008 · 1 min · 55 words · Matt G

Asterisk SNMP with Cacti Howto upgraded for Asterisk 1.6 and Ubuntu!

Here’s an update to our popular article Asterisk 1.4 with SNMP and Cacti using a remote box. This howto will be a little different in that it will be using Asterisk 1.6, the latest in the pipeline for Opensource PBX solutions from Digium. This process should be a little easier than it was last time, however will sacrifice a little bit of the “cool factor” (ie: security, etc) because it will be running local to Asterisk....

October 28, 2008 · 14 min · 2804 words · Matt G

Howto Setup Permissions for Joomla on Plesk with Ubuntu

Most of the howto’s or tutorials we came across about this problem all mention to install suphp and run php as a cgi through it. We weren’t happy with this solution, so we did something different. Basically the problem is: Plesk runs apache as “www-data:www-data” while the users are “username:psacln”. So, uploading via sftp or ftp will work fine, but when you go to install something from the control panel in Joomla, it will be installed as www-data:www-data....

October 25, 2008 · 2 min · 310 words · Matt G