How to install lame in centos 6,7 with Asterisk 11,13

cd /usr/local/src
wget https://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz/download
tar -xvf lame-3.99.5.tar.gz
rm lame-3.99.5.tar.gz
cd lame-3.99.5
./configure
make
make install

Comments

Popular posts from this blog

Run MySQL query from Asterisk Dialplan and get values