From 26655606f5a867dbd0966d4d84b90af40f4221d5 Mon Sep 17 00:00:00 2001 From: TeoV Date: Wed, 19 Dec 2018 06:44:55 -0500 Subject: [PATCH] Update Readthedocs with new versions of kamailio and asterisk --- docs/tut_asterisk_installs.rst | 15 +++++++++------ docs/tut_kamailio_installs.rst | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/tut_asterisk_installs.rst b/docs/tut_asterisk_installs.rst index 30cd916f7..c1a4a48f7 100644 --- a/docs/tut_asterisk_installs.rst +++ b/docs/tut_asterisk_installs.rst @@ -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/ diff --git a/docs/tut_kamailio_installs.rst b/docs/tut_kamailio_installs.rst index 5da498055..486bbda59 100644 --- a/docs/tut_kamailio_installs.rst +++ b/docs/tut_kamailio_installs.rst @@ -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