Updating tutorials with OpenSIPS event

This commit is contained in:
DanB
2014-08-18 11:14:08 +02:00
parent 616a81279e
commit 5c36dbc62e
3 changed files with 14 additions and 2 deletions

View File

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

View File

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

View File

@@ -5,3 +5,4 @@
:maxdepth: 2
tut_freeswitch
tut_opensips