Asterisk 1.8 Calendaring with text to speech reading out your calendar info

The Asterisk Calendaring API aims to be a generic interface for integrating Asterisk with various calendaring technologies. The goal is to be able to support reading and writing of calendar events as well as allowing notification of pending events through the Asterisk dialplan. There are … “Asterisk 1.8 Calendaring with text to speech reading out your calendar info”

Read More

Google Voice on Asterisk 1.8 bug is now fixed!

When Asterisk 1.8 was released, it had a perfect integration with Google Voice @voice.google.com service. Sometime in the 4th week of November, this broke and Gtalk worked (calling other google accounts) but calling Google Voice (e.g calling to US numbers for Free), didn’t. I just … “Google Voice on Asterisk 1.8 bug is now fixed!”

Read More

Asterisk Script for Recordings to Move or Copy -n- number of days old (an archiving tool if you may)

Here’s’ a script that moves or copies certain files (in my case Asterisk recordings) of anything above a certain date (as defined in the CLI) to a destination you pick. You must first define the sourcepath, sourcefilename, destination and an option to flag move or … “Asterisk Script for Recordings to Move or Copy -n- number of days old (an archiving tool if you may)”

Read More

FreePBX slow “Apply Configuration”

Some may have problems loading FreePBX that takes a few minutes esp with larger number of extensions. This is actually addressed in this article in FreePBX.org http://www.freepbx.org/trac/ticket/4435 but if you just want to fix it and don’t read all the stories there, read on. NOTE: … “FreePBX slow “Apply Configuration””

Read More

Google Voice Talk on Asterisk 1.8 (with FreePBX) and a flexible dialplan

Google Voice Talk on Asterisk 1.8 (with FreePBX) and a flexible dialplan [Updated 12-04-2012] Ok so you’ve got a 1.4 or 1.6 Asterisk with FreePBX running somewhere? Now you wish to use GoogleVoice/Talk with Asterisk 1.8. Here’s how. This guide is more for a Debian … “Google Voice Talk on Asterisk 1.8 (with FreePBX) and a flexible dialplan”

Read More

Fail2ban Manual Unban Single Host (for iptables)

UPDATE: Starting with version 0.8.8, the unban operations are now built-in, it is executed through the fail2ban-client app like this # fail2ban-client set [ban-name] unbanip [ip] # e.g. fail2ban-client set asterisk-iptables unbanip 8.8.8. Check out the changelog here. Get version 0.8.8 here.  You really should … “Fail2ban Manual Unban Single Host (for iptables)”

Read More

Asterisk + FreePBX – Removing queue members with logout *12

Some organizations probably need this, so we thought of sharing. The requirements form one of client is to “auto” logout someone from an Asterisk/FreePBX queue module when he/she logout from the user/device mode. This script uses AGI. I have tested this on; 1) Debian 5 … “Asterisk + FreePBX – Removing queue members with logout *12”

Read More