Module: sip-router
Branch: master
Commit: ce629634665fee92e5239451283e7ee9632c078f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce62963…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Mon Nov 2 17:54:02 2009 +0200
Added description of bind_tm parameter for the sl module
---
modules_k/sl/README | 13 +++++++++++++
modules_k/sl/doc/sl_admin.xml | 20 +++++++++++++++++++-
2 files changed, 32 insertions(+), 1 deletions(-)
diff --git a/modules_k/sl/README b/modules_k/sl/README
index 1f727e2..bf4b730 100644
--- a/modules_k/sl/README
+++ b/modules_k/sl/README
@@ -27,6 +27,7 @@ Bogdan Iancu
1.3. Exported Parameters
1.3.1. enable_stats (integer)
+ 1.3.2 bind_tm (integer)
1.4. Exported Functions
@@ -113,6 +114,18 @@ Chapter 1. Admin Guide
Example 1.1. enable_stats example
modparam("sl", "enable_stats", 0)
+1.3.1. bind_tm (integer)
+
+ If the module should use transaction support for sending the
+ replies. A zero value means disabled.
+
+ Module tm should be loaded before of this one
+
+ Default value is 1 (enabled).
+
+ Example 1.1. bind_tm example
+modparam("sl", "bind_tm", 0)
+
1.4. Exported Functions
1.4.1. sl_send_reply(code, reason)
diff --git a/modules_k/sl/doc/sl_admin.xml b/modules_k/sl/doc/sl_admin.xml
index d6a4702..cd2e1cd 100644
--- a/modules_k/sl/doc/sl_admin.xml
+++ b/modules_k/sl/doc/sl_admin.xml
@@ -99,6 +99,25 @@ modparam("sl", "enable_stats", 0)
</programlisting>
</example>
</section>
+ <section>
+ <title><varname>load_tm</varname>
(integer)</title>
+ <para>
+ If the module should use transaction support for sending the
+ replies. A zero value means disabled.
+ </para>
+ <para>
+ Module tm should be loaded before of this one
+ </para>
+ <para>
+ Default value is 1 (enabled).
+ </para>
+ <example>
+ <title>load_tm example</title>
+ <programlisting format="linespecific">
+modparam("sl", "load_tm", 0)
+</programlisting>
+ </example>
+ </section>
</section>
<section>
@@ -259,4 +278,3 @@ sl_reply_error();
</section>
</chapter>
-