Make small revisions to installation docs

This commit is contained in:
ionutboangiu
2023-05-09 11:23:46 -04:00
committed by Dan Christian Bogos
parent 3036d4eb11
commit 738cd86103
4 changed files with 12 additions and 13 deletions

View File

@@ -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/

View File

@@ -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//

View File

@@ -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<installation>`.
Kamailio
--------
**CGRateS** can be installed using the instructions found :ref:`here<installation>`.
Kamailio can be installed using the commands below, as documented in the `Kamailio Debian Installation Guide <https://kamailio.org/docs/tutorials/devel/kamailio-install-guide-deb/>`_.
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/

View File

@@ -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/