mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
20 lines
639 B
ReStructuredText
20 lines
639 B
ReStructuredText
Software installation
|
|
=====================
|
|
|
|
We have chosen Debian Jessie as operating system, since all the software components we use provide packaging for it.
|
|
|
|
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
|
|
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.
|
|
|
|
.. _Kamailio: http://www.kamailio.org/
|