Module: sip-router
Branch: master
Commit: fe71e47101defb0b7e61c0aa1157cb88d6be497e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe71e47…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Thu Jan 14 13:10:22 2010 +0200
Fixed documentation naming of parameter in modules_k/sl module
---
modules_k/sl/doc/sl_admin.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules_k/sl/doc/sl_admin.xml b/modules_k/sl/doc/sl_admin.xml
index cd2e1cd..540c56e 100644
--- a/modules_k/sl/doc/sl_admin.xml
+++ b/modules_k/sl/doc/sl_admin.xml
@@ -100,7 +100,7 @@ modparam("sl", "enable_stats", 0)
</example>
</section>
<section>
- <title><varname>load_tm</varname>
(integer)</title>
+ <title><varname>bind_tm</varname>
(integer)</title>
<para>
If the module should use transaction support for sending the
replies. A zero value means disabled.
@@ -112,9 +112,9 @@ modparam("sl", "enable_stats", 0)
Default value is 1 (enabled).
</para>
<example>
- <title>load_tm example</title>
+ <title>bind_tm example</title>
<programlisting format="linespecific">
-modparam("sl", "load_tm", 0)
+modparam("sl", "bind_tm", 0)
</programlisting>
</example>
</section>