Module: sip-router
Branch: master
Commit: ba074d8a9ad0c415237e9c604a3adb432c51b754
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba074d8…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Wed Apr 3 21:22:47 2013 +0200
sst Update documentation and add reference to dialog_ng module
---
modules/sst/README | 2 +-
modules/sst/doc/sst_admin.xml | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/modules/sst/README b/modules/sst/README
index b9ae9c6..da1ff6f 100644
--- a/modules/sst/README
+++ b/modules/sst/README
@@ -170,7 +170,7 @@ Chapter 1. Admin Guide
3.1. Kamailio Modules
The following modules must be loaded before this module:
- * dialog - dialog module and its dependencies. (tm)
+ * dialog or dialog-ng - dialog module and its dependencies. (tm)
* sl - stateless module.
3.2. External Libraries or Applications
diff --git a/modules/sst/doc/sst_admin.xml b/modules/sst/doc/sst_admin.xml
index 132678a..5c77123 100644
--- a/modules/sst/doc/sst_admin.xml
+++ b/modules/sst/doc/sst_admin.xml
@@ -123,7 +123,8 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>dialog</emphasis> - dialog module and its dependencies. (tm)
+ <emphasis>dialog</emphasis> or <emphasis>dialog-ng</emphasis>
+ - dialog module and its dependencies. (tm)
</para>
</listitem>
<listitem>
@@ -151,7 +152,7 @@
</section>
<section>
<title>Parameters</title>
- <section>
+ <section id="sst.p.enable_stats">
<title><varname>enable_stats</varname> (integer)</title>
<para>If the statistics support should be enabled or
@@ -175,7 +176,7 @@ modparam("sst", "enable_stats", 0)
</example>
</section>
- <section>
+ <section id="sst.p.min_se">
<title><varname>min_se</varname> (integer)</title>
<para>The value is used to set the proxies MIN-SE
@@ -203,7 +204,7 @@ modparam("sst", "min_se", 2400)
</example>
</section>
- <section>
+ <section id="sst.p.timeout_avp">
<title><varname>timeout_avp</varname> (string)</title>
<para>This parameter MUST be set to the same value as the
@@ -229,7 +230,7 @@ modparam("sst", "timeout_avp",
"$avp(i:10)")
</programlisting>
</example>
</section>
- <section>
+ <section id="sst.p.reject_to_small">
<title><varname>reject_to_small</varname> (integer)</title>
<para>In the initial INVITE if the UAC has requested a
@@ -259,7 +260,7 @@ modparam("sst", "reject_to_small", 0)
</programlisting>
</example>
</section>
-<section>
+ <section id="sst.p.sst_flag">
<title><varname>sst_flag</varname> (integer)</title>
<para>Keeping with &kamailio;, the module will not do
@@ -305,7 +306,7 @@ route {
</section>
<section>
<title>Functions</title>
- <section>
+ <section id="sst.f.sstCheckMin">
<title>
<function
moreinfo="none">sstCheckMin(send_reply_flag)</function>
</title>