mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Make small revisions to installation docs
This commit is contained in:
committed by
Dan Christian Bogos
parent
3036d4eb11
commit
738cd86103
@@ -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/
|
||||
|
||||
@@ -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//
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user