mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updating tutorials with OpenSIPS event
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
OpenSIPS_ Integration Tutorials
|
||||
===============================
|
||||
|
||||
In these tutorials we exemplify few cases of integration between OpenSIPS_ and **CGRateS**. We start with common steps, installation and postinstall processes then we dive into particular configurations, depending on the case we run.
|
||||
In these tutorials we exemplify few cases of integration between OpenSIPS_ and CGRateS_. We start with common steps, installation and postinstall processes then we dive into particular configurations, depending on the case we run.
|
||||
|
||||
|
||||
.. toctree::
|
||||
@@ -14,4 +14,5 @@ In these tutorials we exemplify few cases of integration between OpenSIPS_ and *
|
||||
tut_cgrates_usage
|
||||
|
||||
.. _OpenSIPS: http://www.opensips.org/
|
||||
.. _CGRateS: http://www.cgrates.org/
|
||||
|
||||
|
||||
@@ -6,6 +6,16 @@ As operating system we have choosen Debian Wheezy, since all the software compon
|
||||
OpenSIPS_
|
||||
---------
|
||||
|
||||
We got OpenSIPS_ installed via following commands:
|
||||
::
|
||||
|
||||
wget http://apt.opensips.org/key.asc
|
||||
apt-key add key.asc
|
||||
cd /etc/apt/sources.list.d/
|
||||
wget http://apt.itsyscom.com/conf/opensips.apt.list
|
||||
apt-get update
|
||||
apt-get install
|
||||
|
||||
Once installed we proceed with loading the configuration out of specific tutorial cases bellow.
|
||||
Once installed we proceed with loading the configuration out of specific tutorial cases bellow.
|
||||
|
||||
.. _OpenSIPS: http://www.opensips.org/
|
||||
@@ -5,3 +5,4 @@
|
||||
:maxdepth: 2
|
||||
|
||||
tut_freeswitch
|
||||
tut_opensips
|
||||
|
||||
Reference in New Issue
Block a user