mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Update Readthedocs with new versions of kamailio and asterisk
This commit is contained in:
committed by
Dan Christian Bogos
parent
0dfd635349
commit
26655606f5
@@ -9,16 +9,19 @@ Asterisk_
|
||||
We got Asterisk14_ installed via following commands:
|
||||
::
|
||||
|
||||
apt-get install autoconf build-essential openssl libssl-dev libsrtp-dev libxml2-dev libncurses5-dev uuid-dev sqlite3 libsqlite3-dev pkg-config libjansson-dev
|
||||
cd /tmp/
|
||||
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-14-current.tar.gz
|
||||
tar xzvf asterisk-14-current.tar.gz
|
||||
cd asterisk-14.0.2/
|
||||
./configure --with-pjproject-bundled
|
||||
apt-get install autoconf build-essential openssl libssl-dev libsrtp-dev libxml2-dev libncurses5-dev uuid-dev sqlite3 libsqlite3-dev pkg-config libedit-dev
|
||||
cd /tmp
|
||||
wget --no-check-certificate https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/2.7.2/pjproject-2.7.2.tar.bz2
|
||||
wget --no-check-certificate https://raw.githubusercontent.com/asterisk/third-party/master/jansson/2.11/jansson-2.11.tar.bz2
|
||||
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current.tar.gz
|
||||
tar xzvf asterisk-16-current.tar.gz
|
||||
cd asterisk-16.1.0/
|
||||
./configure --with-jansson-bundled
|
||||
make
|
||||
make install
|
||||
adduser --quiet --system --group --disabled-password --shell /bin/false --gecos "Asterisk" asterisk || true
|
||||
|
||||
|
||||
Once installed we proceed with loading the configuration out of specific tutorial cases bellow.
|
||||
|
||||
.. _Asterisk14: http://www.asterisk.org/
|
||||
|
||||
@@ -9,8 +9,8 @@ Kamailio_
|
||||
We got Kamailio_ installed via following commands:
|
||||
::
|
||||
|
||||
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfb40d3e6508ea4c8
|
||||
echo "deb http://deb.kamailio.org/kamailio51 jessie main" > /etc/apt/sources.list.d/kamailio.list
|
||||
wget -O- http://deb.kamailio.org/kamailiodebkey.gpg | sudo apt-key add -
|
||||
echo "deb http://deb.kamailio.org/kamailio52 stretch main" > /etc/apt/sources.list.d/kamailio.list
|
||||
apt-get update
|
||||
apt-get install kamailio kamailio-extra-modules kamailio-json-modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user