diff --git a/docs/conf.py b/docs/conf.py index 6ce2b9cdf..8058dfdaa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2012-2015, ITsysCOM' # The short X.Y version. version = '0.9.1' # The full version, including alpha/beta/rc tags. -release = '0.9.1~rc6' +release = '0.9.1~rc7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -179,7 +179,7 @@ htmlhelp_basename = 'CGRatesdoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'CGRates.tex', u'CGRates Documentation', - u'Radu Ioan Fericean', 'manual'), + u'Radu Ioan Fericean/Dan Christian Bogos', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/docs/tut_freeswitch_installs.rst b/docs/tut_freeswitch_installs.rst index 9202da32d..4588c74d1 100644 --- a/docs/tut_freeswitch_installs.rst +++ b/docs/tut_freeswitch_installs.rst @@ -1,13 +1,13 @@ Software installation ===================== -As operating system we have chosen Debian Wheezy, since all the software components we use provide packaging for it. +As operating system we have chosen Debian Jessie, since all the software components we use provide packaging for it. FreeSWITCH_ ----------- -More information regarding installing FreeSWITCH_ on Debian can be found on it's official `installation wiki `_. +More information regarding installing FreeSWITCH_ on Debian can be found on it's official `installation wiki `_. To get FreeSWITCH_ installed and configured, we have choosen the simplest method, out of *vanilla* packages plus one individual module we need: *mod-json-cdr*. @@ -15,12 +15,10 @@ We got FreeSWITCH_ installed via following commands: :: - gpg --keyserver pool.sks-keyservers.net --recv-key D76EDC7725E010CF - gpg -a --export D76EDC7725E010CF | sudo apt-key add - - cd /etc/apt/sources.list.d/ - wget http://apt.itsyscom.com/conf/freeswitch.apt.list + wget -O - http://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg |apt-key add - + echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/freeswitch.list apt-get update - apt-get install freeswitch-meta-vanilla freeswitch-mod-json-cdr + apt-get install freeswitch-meta-vanilla freeswitch-mod-json-cdr libyuv-dev Once installed we proceed with loading the configuration out of specific tutorial cases bellow. diff --git a/docs/tut_kamailio_installs.rst b/docs/tut_kamailio_installs.rst index ff44d32e1..cff2c137d 100644 --- a/docs/tut_kamailio_installs.rst +++ b/docs/tut_kamailio_installs.rst @@ -1,7 +1,7 @@ Software installation ===================== -As operating system we have choosen Debian Wheezy, since all the software components we use provide packaging for it. +As operating system we have choosen Debian Jessie, since all the software components we use provide packaging for it. Kamailio_ --------- @@ -10,8 +10,7 @@ We got Kamailio_ installed via following commands: :: apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfb40d3e6508ea4c8 - cd /etc/apt/sources.list.d/ - wget http://apt.itsyscom.com/conf/kamailio.apt.list . + echo "deb http://deb.kamailio.org/kamailio43 jessie main" > /etc/apt/sources.list.d/kamailio.list apt-get update apt-get install kamailio kamailio-extra-modules kamailio-json-modules