[sr-dev] git:master:0c2815ae: usrloc: docs - fixes for some param types

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 18 15:57:45 CET 2019


Module: kamailio
Branch: master
Commit: 0c2815aec9068511c1abbfd3fa0f1c89b66c57ce
URL: https://github.com/kamailio/kamailio/commit/0c2815aec9068511c1abbfd3fa0f1c89b66c57ce

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2019-03-18T15:57:08+01:00

usrloc: docs - fixes for some param types

---

Modified: src/modules/usrloc/doc/usrloc_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/0c2815aec9068511c1abbfd3fa0f1c89b66c57ce.diff
Patch: https://github.com/kamailio/kamailio/commit/0c2815aec9068511c1abbfd3fa0f1c89b66c57ce.patch

---

diff --git a/src/modules/usrloc/doc/usrloc_admin.xml b/src/modules/usrloc/doc/usrloc_admin.xml
index 5ef4bad77a..91f3814374 100644
--- a/src/modules/usrloc/doc/usrloc_admin.xml
+++ b/src/modules/usrloc/doc/usrloc_admin.xml
@@ -899,7 +899,7 @@ modparam("usrloc", "preload", "location")
 	</section>
 
 	<section id="usrloc.p.db_update_as_insert">
-		<title><varname>db_update_as_insert</varname> (string)</title>
+		<title><varname>db_update_as_insert</varname> (int)</title>
 		<para>
 			Set this parameter if you want to do INSERT DB operations
 			instead of UPDATE DB operations. It is recommended to set this parameter
@@ -921,7 +921,7 @@ modparam("usrloc", "db_update_as_insert", 1)
 	</section>
 
 	<section id="usrloc.p.db_check_update">
-		<title><varname>db_check_update</varname> (string)</title>
+		<title><varname>db_check_update</varname> (int)</title>
 		<para>
 			Set this parameter to 1 if you want to do DB INSERT if the number
 			of affected rows by contact DB UPDATE operation is 0. The
@@ -945,7 +945,7 @@ modparam("usrloc", "db_check_update", 1)
 	</section>
 
 	<section id="usrloc.p.timer_procs">
-		<title><varname>timer_procs</varname> (string)</title>
+		<title><varname>timer_procs</varname> (int)</title>
 		<para>
 			Number of timer processes to be started by module. Timer processes
 			take care of checking expired records and synchronization with




More information about the sr-dev mailing list