From 5c36dbc62ea281d71efb3e2dc8ff569af9608e2a Mon Sep 17 00:00:00 2001 From: DanB Date: Mon, 18 Aug 2014 11:14:08 +0200 Subject: [PATCH] Updating tutorials with OpenSIPS event --- docs/tut_opensips.rst | 3 ++- docs/tut_opensips_installs.rst | 12 +++++++++++- docs/tutorials.rst | 1 + 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/tut_opensips.rst b/docs/tut_opensips.rst index 5c7c191e1..ad391c255 100644 --- a/docs/tut_opensips.rst +++ b/docs/tut_opensips.rst @@ -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/ diff --git a/docs/tut_opensips_installs.rst b/docs/tut_opensips_installs.rst index bbf575cfc..89aa1a6cc 100644 --- a/docs/tut_opensips_installs.rst +++ b/docs/tut_opensips_installs.rst @@ -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. \ No newline at end of file +Once installed we proceed with loading the configuration out of specific tutorial cases bellow. + +.. _OpenSIPS: http://www.opensips.org/ \ No newline at end of file diff --git a/docs/tutorials.rst b/docs/tutorials.rst index 1ec7bc8e9..ff937c41e 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -5,3 +5,4 @@ :maxdepth: 2 tut_freeswitch + tut_opensips