Ubuntu - Asterisk Installation

preview_player
Показать описание
This video presents an Asterisk installation procedure for Linux.

» TUTORIAL:

» EQUIPMENT LIST:

» COMMANDS:

# dpkg-reconfigure tzdata
# apt-get install ntpdate
# apt-get install ntp
# date
# apt-get update
# apt-get install linux-headers-`uname -r`
# apt-get install build-essential
# mkdir /downloads
# cd /downloads
# cd dahdi-linux-complete-2.11.1+2.11.1/
# make all
# make install
# cd /downloads
# cd libpri-1.6.0
# make all
# make install
# cd /downloads
# cd asterisk-15.3.0/contrib/scripts/
# ./install_prereq install
# cd /downloads/asterisk-15.3.0
# ./configure
# make menuselect
# make
# make install
# make samples
# make config
# make install-logrotate
# /etc/init.d/asterisk start
Рекомендации по теме