asterisk 加载G729

参考页面:
http://asterisk.hosting.lv/
http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/

apt-get install dh-autoreconf
cd /tmp
wget http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/bcg729-1.0.2.tar.gz
tar xzf bcg729-1.0.2.tar.gz
cd bcg729-1.0.2
./configure --libdir=/lib
make
sudo make install
wget http://asterisk.hosting.lv/src/asterisk-g72x-1.4.1.tar.bz2
tar -xjvf asterisk-g72x-1.4.1.tar.bz2
cd asterisk-g72x-1.4
./autogen.sh
./configure --with-bcg729
make
sudo make install
ls /usr/lib/asterisk/modules
 module load codec_g729.so 
core show translation recalc 10

你可能感兴趣的:(asterisk 加载G729)