Posted on Friday, 9th July 2010 by Michael
Simple Asterisk Auto Dialer
What is it:
This simple shell script was created by Michael LaSalvia of Digital Offensive to auto dial numbers and plays back a message to the person that picks up the phone. This script will take a comma separated file (CSV) that is setup as follows:
Number,Sound,Trunk_Name
And automate the dialing and playing of that sound / message. The sound can be in the standard gsm format or an mp3 file. This is useful for automating phone campaigns or just having a good time messing with friends.
How it works:
This script takes advantage of the Asterisk outgoing spool directory. The script creates a “call” file using the variables that you provided in the csv file as well as the variables you set in the script. The file is then moved into the /var/sppol/asterisk/outgoing directory where asterisk will process the “call” file and place the call.
Read the rest of this entry…
Posted in Code | Comments (15)