JamieG Analysis

JamieG looks deep into the ramifications of current trends in Technology and Media

JamieG Analysis header image 3

Free Tools

Here you will find free tools

Free Asterisk Voice Prompts

The following Asterisk prompts where done a year or so ago. I did it for my company using my Wife “Jules”. She was a teacher for “English as a second language” students. In my opinion she has a very clean voice which works very well for prompts.

You may use this for commercial use, however, we reserve the rights to request it not be used.

Asterisk Voice Prompts - Australian Female

NOTE: these are in RAW format. ulaw files must be removed for these to work.
Ie:

for ARG in `find /var/lib/asterisk/sounds -name “*.raw” -print`
do
echo $ARG
NAME=`echo “$ARG” | cut -d’.’ -f1`
echo $NAME
/bin/rm -f $NAME.gsm
/bin/rm -f $NAME.ulaw
done

3 Comments

3 responses so far ↓

  • 1 Phil // Jul 28, 2008 at 2:46 pm

    Hello, I would like these asterisk voice files but is it necessary to use .Z format?

  • 2 James Gardiner // Jul 28, 2008 at 11:36 pm

    .Z is the older and more common unix compression format. use the command “uncompress” or use the tar extract command.
    “tar xvzf file.tar.Z” the “z” file means uncompress the input file.

  • 3 Tom // Oct 4, 2008 at 1:55 pm

    Wonderful prompts, I think it adds a bit more spice to my asterisk system! Thanks! :-)

Leave a Comment