安装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 thecontrib/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
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 thecontrib/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
make install
make install