IT Management Portal with Technical Articles
Home
Sunday, 05 September 2010
Login Form
Username

Password

Remember me
Password Reminder
No account yet? Create one
Syndicate
Revised Asterisk Voice Changer Installation Instructions PDF Print E-mail
User Rating: / 1
PoorBest 
Tuesday, 07 November 2006
If you are trying to install the Asterisk Voice Changer, we recommend you use the below instructions instead of the ones on the site since they will not give you the most recent version.

The different steps you'll need to perform are listed below. Also, if you are using an Asterisk version that has been compiled with the Bristuff, look for the article in our "Tech Articles" section - you will have to make some changes to one of the source files, otherwise you'll be receiving a compiler error.

Also, make sure your Asterisk source files are in "/usr/src/asterisk", otherwise the below won't work.

# install SoundTouch 1.3.0
cd /usr/src
wget http://www.surina.net/soundtouch/soundtouch_v1.3.0.zip
unzip soundtouch_v1.3.0.zip
cd SoundTouch-1.3.0/
./configure --prefix=/usr
make
make install

# install libsoundtouch4c
cd /usr/src
wget http://www.lobstertech.com/code/libsoundtouch4c/releases/libsoundtouch4c-0.2.1.tar.gz
tar -xzvf libsoundtouch4c-0.2.1.tar.gz
cd libsoundtouch4c-0.2.1
./configure --prefix=/usr
make
make install

# install the voice changer
cd /usr/src
wget http://www.lobstertech.com/code/voicechanger/releases/voicechanger-0.5.tar.gz
tar -xzvf voicechanger-0.5.tar.gz
cd voicechanger-0.5
make
make install

# load it in to asterisk
make start

Last Updated ( Tuesday, 07 November 2006 )
Polls
Are you a...
  
The dominating OS on your network is...
  
The last virus outbreak on your network was within the...
  
Who's Online
We have 7 guests online
 

Mambo is Free Software released under the GNU/GPL License.
Design by Mamboteam.com | Powered by Mambobanner.de