asterisk-addons-1.4.10安装步骤
# 注意:该版本可配合 asterisk-1.4.28.tar.gz 或 asterisk-1.4.29.tar.gz使用或 asterisk-1.4.29.1.tar.gz使用或asterisk-1.4.30使用
##################################################################
## Install asterisk-addons-1.4.10.tar.gz
##################################################################
cd /usr/src/files
wget http://xxxx.iaxtalk.com/asterisk-1.4.29/asterisk-addons-1.4.10.tar.gz
tar -zxvf asterisk-addons-1.4.10.tar.gz
cd asterisk-addons-1.4.10
./configure
make
make install
make samples
#cp ./configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
#cp ./configs/res_mysql.conf.sample /etc/asterisk/res_mysql.conf
1条评论 ▼