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 bca0cd8af1
commit 40ba65a019
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,27 +1,26 @@
Software installation
=====================
We have chosen Debian Bullseye 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, documented in KamailioDebianInstallation_ section:
::
wget -O- https://deb.kamailio.org/kamailiodebkey.gpg | sudo apt-key add -
wget -O- http://deb.kamailio.org/kamailiodebkey.gpg | sudo apt-key add -
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/
.. _KamailioDebianInstallation: https://www.kamailio.org/wiki/packages/debs

View File

@@ -21,6 +21,6 @@ We got OpenSIPS_ installed via following commands:
apt-get update
sudo apt-get install opensips opensips-mysql-module opensips-cgrates-module opensips-cli
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://opensips.org/