apt-get install build-essential
apt-get install dh-autoreconf
cd /usr/local/src
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
make install
cd /usr/local/src
wget http://asterisk.hosting.lv/src/asterisk-g72x-1.4.3.tar.bz2
tar -jxvf asterisk-g72x-1.4.3.tar.bz2
cd asterisk-g72x-1.4.3
./autogen.sh
./configure --with-asterisk130 --with-bcg729 --with-asterisk-includes=/usr/include
make
make install
reboot
コメント