Module: sip-router
Branch: master
Commit: 56d02f02627bb1d2eca7befaaefbed17ced1f52f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56d02f0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Sep 13 11:08:48 2013 +0200
usrloc: fixed xml tags and regenerated readme
---
modules/usrloc/README | 16 ++++++++++++++++
modules/usrloc/doc/usrloc_admin.xml | 5 +++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/modules/usrloc/README b/modules/usrloc/README
index 4fd7a0d..2a3767d 100644
--- a/modules/usrloc/README
+++ b/modules/usrloc/README
@@ -68,6 +68,7 @@ Bogdan-Andrei Iancu
3.30. timer_procs (string)
3.31. xavp_contact (string)
3.32. db_ops_ruid (int)
+ 3.33. handle_lost_tcp (int)
4. Functions
5. MI Commands
@@ -157,6 +158,7 @@ Bogdan-Andrei Iancu
1.30. Set timer_procs parameter
1.31. Set xavp_contact parameter
1.32. Set db_ops_ruid parameter
+ 1.33. Set handle_lost_tcp parameter
Chapter 1. Admin Guide
@@ -205,6 +207,7 @@ Chapter 1. Admin Guide
3.30. timer_procs (string)
3.31. xavp_contact (string)
3.32. db_ops_ruid (int)
+ 3.33. handle_lost_tcp (int)
4. Functions
5. MI Commands
@@ -325,6 +328,7 @@ Chapter 1. Admin Guide
3.30. timer_procs (string)
3.31. xavp_contact (string)
3.32. db_ops_ruid (int)
+ 3.33. handle_lost_tcp (int)
3.1. nat_bflag (integer)
@@ -764,6 +768,18 @@ modparam("usrloc", "xavp_contact",
"ulattrs")
modparam("usrloc", "db_ops_ruid", 1)
...
+3.33. handle_lost_tcp (int)
+
+ If set to 1, Kamailio will remove location records made via
+ TCP/TLS/WS/WSS transports when it looses corresponding tcp connections.
+
+ Default value is "0".
+
+ Example 1.33. Set handle_lost_tcp parameter
+...
+modparam("usrloc", "handle_lost_tcp", 1)
+...
+
4. Functions
There are no exported functions that could be used in scripts.
diff --git a/modules/usrloc/doc/usrloc_admin.xml b/modules/usrloc/doc/usrloc_admin.xml
index 4f7e3e5..9648303 100644
--- a/modules/usrloc/doc/usrloc_admin.xml
+++ b/modules/usrloc/doc/usrloc_admin.xml
@@ -885,13 +885,14 @@ modparam("usrloc", "db_ops_ruid", 1)
<emphasis>
Default value is <quote>0</quote>.
</emphasis>
+ </para>
<example>
<title>Set <varname>handle_lost_tcp</varname>
parameter</title>
- <programlist format="linespecific">
+ <programlisting format="linespecific">
...
modparam("usrloc", "handle_lost_tcp", 1)
...
-<programlisting>
+</programlisting>
</example>
</section>