diff --git a/docs/conf.py b/docs/conf.py index 95f1e6309..2b3da7eb3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'CGRateS' -copyright = u'2013, ITsysCOM' +copyright = u'2012-2014, ITsysCOM' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -50,7 +50,7 @@ copyright = u'2013, ITsysCOM' # The short X.Y version. version = '0.9.1' # The full version, including alpha/beta/rc tags. -release = '0.9.1rc1' +release = '0.9.1rc3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/tut_freeswitch_csv.rst b/docs/tut_freeswitch_csv.rst index b6dc83995..70b57caed 100644 --- a/docs/tut_freeswitch_csv.rst +++ b/docs/tut_freeswitch_csv.rst @@ -126,3 +126,5 @@ On each rotate CGR-CDRC component will be informed via *inotify* subsystem and w Once the CDRs are mediated, can be exported as *.csv* format again via remote command offered by *cgr-console* tool: +.. _FreeSWITCH: http://www.freeswitch.org/ +.. _Jitsi: http://www.jitsi.org/ diff --git a/docs/tut_freeswitch_installs.rst b/docs/tut_freeswitch_installs.rst index 4763af16e..e824524a4 100644 --- a/docs/tut_freeswitch_installs.rst +++ b/docs/tut_freeswitch_installs.rst @@ -81,6 +81,13 @@ SIP UA - Jitsi_ On our ubuntu desktop host, we have installed Jitsi_ to be used as SIP UA, out of stable provided packages on `Jitsi download `_ and had Jitsi_ configured with 4 accounts out of default FreeSWITCH_ provided ones: 1001/**CGRateS**.org and 1002/**CGRateS**.org, 1003/**CGRateS**.org and 1004/**CGRateS**.org. +.. _Redis: http://redis.io/ +.. _FreeSWITCH: http://www.freeswitch.org/ +.. _MySQL: http://www.mysql.org/ +.. _Jitsi: http://www.jitsi.org/ +.. _Git: http://git-scm.com/ + + diff --git a/docs/tutfreeswitch.rst b/docs/tutfreeswitch.rst index 1bea31f93..8b3dc0620 100644 --- a/docs/tutfreeswitch.rst +++ b/docs/tutfreeswitch.rst @@ -12,9 +12,3 @@ In these tutorials we exemplify few cases of integration between FreeSWITCH_ and tut_freeswitch_json - -.. _Redis: http://redis.io/ -.. _FreeSWITCH: http://www.freeswitch.org/ -.. _MySQL: http://www.mysql.org/ -.. _Jitsi: http://www.jitsi.org/ -.. _Git: http://git-scm.com/