Archive for November, 2009

Posted on November 17th, 2009 by by Sanjay Willie

Asterisk wav to mp3 call recording converter script

We found a great article and combined with the comments/suggestions, we present a simple guide to get Asterisk WAV files converted to MP3
Source article: http://www.thiscoolsite.com/?p=73
My script is modified to use MLAME without modifying the date stamp and since i had some problems with the script on the above site, i think this below guide/script will [...]

Posted on November 11th, 2009 by by Sanjay Willie

Skype to Asterisk – Asterisk to Skype

Src article: http://danielaliaman.com/blog///index.php/2009/11/10/skype-to-asterisk-asterisk-to-skype?blog=2
Tonight in finally got around to install the Skype channel driver for Asterisk.
And i have to say its simply awesome!

Since Digium recommends Asterisk 1.4.25 as minimum version i had to upgrade our 1.4.22. What went without any issues except our IAX2 trunks and extensions where not working anymore…
you need to set:
requirecalltoken=no
in [...]

Posted on November 8th, 2009 by by Sanjay Willie

Nagios Receive Traps (with SNMPTT)

SNMPTT (SNMP Trap Translator) interacts with snmptrapd to receive traps and process them into Nagios by matching the IP of the trapping host to a host in Nagios and changing a passive check in Nagios to alert someone.
In the below guide:
[APC-UPS] –>send traps to–> [SNMPTRAPD –> SNMPTT –> NAGIOS]

Here’s a simple guide, adapted and made [...]

Posted on November 8th, 2009 by by Sanjay Willie

Nagios Send SNMP Traps

We hope this small guide can help you quickly setup your SNMP traps out to a remote management host.
First thing do ensure that your Nagios box has the snmptrap binary and perhaps all other associated SNMP binaries installed. If you haven’t a good start would be to use the following lines:
This guide was made using [...]