From 738cd861039d30eb42962e9b778ae62b11e943b3 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Tue, 9 May 2023 11:23:46 -0400 Subject: [PATCH] Make small revisions to installation docs --- docs/tut_asterisk_installs.rst | 2 +- docs/tut_freeswitch_installs.rst | 2 +- docs/tut_kamailio_installs.rst | 19 +++++++++---------- docs/tut_opensips_installs.rst | 2 +- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/tut_asterisk_installs.rst b/docs/tut_asterisk_installs.rst index 5dd32ea8d..ec2cdc265 100644 --- a/docs/tut_asterisk_installs.rst +++ b/docs/tut_asterisk_installs.rst @@ -59,6 +59,6 @@ To install Asterisk, follow these steps: sudo adduser --quiet --system --group --disabled-password --shell /bin/false --gecos "Asterisk" asterisk -Once installed, we proceed with loading the configuration out of specific tutorial cases below. +After the installation is complete, we will proceed to load the configuration based on the specific tutorial case provided in the subsequent section. .. _Asterisk: http://www.asterisk.org/ diff --git a/docs/tut_freeswitch_installs.rst b/docs/tut_freeswitch_installs.rst index 6a790f8c0..55f999b7a 100644 --- a/docs/tut_freeswitch_installs.rst +++ b/docs/tut_freeswitch_installs.rst @@ -32,6 +32,6 @@ Install FreeSWITCH by running the following commands: # If /etc/freeswitch does not exist, the standard vanilla configuration is deployed apt-get update && apt-get install -y freeswitch-meta-all -After the installation, proceed with loading the configuration for specific tutorial cases provided below. +After the installation is complete, we will proceed to load the configuration based on the specific tutorial case provided in the subsequent section. .. _FreeSWITCH: https://freeswitch.com// diff --git a/docs/tut_kamailio_installs.rst b/docs/tut_kamailio_installs.rst index 3c6bb40b9..0413ef984 100644 --- a/docs/tut_kamailio_installs.rst +++ b/docs/tut_kamailio_installs.rst @@ -1,26 +1,25 @@ Software installation ===================== -We have chosen Debian Jessie as operating system, since all the software components we use provide packaging for it. +We have chosen Debian 11 (Bullseye) as the operating system, since all the software components we use provide packaging for it. CGRateS +------- + +CGRateS can be installed by following the instructions in this :ref:`installation guide`. + +Kamailio -------- -**CGRateS** can be installed using the instructions found :ref:`here`. +Kamailio can be installed using the commands below, as documented in the `Kamailio Debian Installation Guide `_. - - -Kamailio_ ---------- - -We got Kamailio_ installed via following commands: :: wget -O- http://deb.kamailio.org/kamailiodebkey.gpg | sudo apt-key add - - echo "deb http://deb.kamailio.org/kamailio56 stretch main" > /etc/apt/sources.list.d/kamailio.list + echo "deb http://deb.kamailio.org/kamailio56 bullseye main" > /etc/apt/sources.list.d/kamailio.list apt-get update apt-get install kamailio kamailio-extra-modules kamailio-json-modules -Once installed we proceed with loading the configuration out of specific tutorial cases bellow. +After the installation is complete, we will proceed to load the configuration based on the specific tutorial case provided in the subsequent section. .. _Kamailio: https://www.kamailio.org/w/ diff --git a/docs/tut_opensips_installs.rst b/docs/tut_opensips_installs.rst index c0e5d88e7..b3f03f28d 100644 --- a/docs/tut_opensips_installs.rst +++ b/docs/tut_opensips_installs.rst @@ -20,6 +20,6 @@ We got OpenSIPS_ installed via following commands: apt-get update apt-get install opensips opensips-cgrates-module -Once installed we proceed with loading the configuration out of specific tutorial cases bellow. +After the installation is complete, we will proceed to load the configuration based on the specific tutorial case provided in the subsequent section. .. _OpenSIPS: https://www.opensips.org/