Tutorial documentation updates, simplified install for Kamailio and FreeSWITCH

This commit is contained in:
DanB
2015-09-22 11:42:00 +02:00
parent 0df9f63409
commit 2ce2cbbb27
3 changed files with 9 additions and 12 deletions

View File

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

View File

@@ -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 <https://confluence.freeswitch.org/display/FREESWITCH/Debian#Debian-DebianPackage>`_.
More information regarding installing FreeSWITCH_ on Debian can be found on it's official `installation wiki <https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video>`_.
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.

View File

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