Debian5 下安装 Asterisk 1.6

安装Debian 5.
refer to :
http://mikeoverip.wordpress.com/2009/03/11/debian-5-lenny-step-by-step-installation-with-screenshots/

安装Asterisk1.6
login is as root.

apt-get installssh

然后可以通过SSH远程登录进行操作

apt-get install gcc g++ makelibncurses5-dev
cd /usr/local/src
mkdir asterisk
下载Asterisk 1.6及相关软件,本文以 asterisk-1.6.1.16 为例。
tar xzvf asterisk-1.6.1.16 .tar.gz
cd asterisk-1.6.1.16
./configure
make
make install

至此Asterisk 1.6 被成功安装。

安装Sample
make samples

安装脚本以便机器重启时自动启动Asterisk
make config

which will choose the right init files for yourdistribution, and copy them in /etc/asterisk
For your information, those files are located in the contrib/init.d/ folder

启动asterisk
asterisk-vvvc
停止asterisk
stop now

all of the above, refer to
http://mikeoverip.wordpress.com/2009/03/11/asterisk-16-compilation-and-installation-on-debian-5-lenny/

安装Addons
 tar xzvfasterisk-addons-1.6.1.2.tar.gz
 cdasterisk-addons-1.6.1.2
 ./configure
 make
 makeinstall
 makesamples


make install
make install
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值