[sr-dev] git:master:4937791b: modules: readme files regenerated - usrloc ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Mon Mar 18 16:02:19 CET 2019


Module: kamailio
Branch: master
Commit: 4937791bb7247d92bc1afb7299ee480095a509eb
URL: https://github.com/kamailio/kamailio/commit/4937791bb7247d92bc1afb7299ee480095a509eb

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2019-03-18T16:02:04+01:00

modules: readme files regenerated - usrloc ... [skip ci]

---

Modified: src/modules/usrloc/README

---

Diff:  https://github.com/kamailio/kamailio/commit/4937791bb7247d92bc1afb7299ee480095a509eb.diff
Patch: https://github.com/kamailio/kamailio/commit/4937791bb7247d92bc1afb7299ee480095a509eb.patch

---

diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README
index b5686cb6b1..e8e039f491 100644
--- a/src/modules/usrloc/README
+++ b/src/modules/usrloc/README
@@ -77,9 +77,9 @@ Carsten Bock
               3.31. fetch_rows (integer)
               3.32. hash_size (integer)
               3.33. preload (string)
-              3.34. db_update_as_insert (string)
-              3.35. db_check_update (string)
-              3.36. timer_procs (string)
+              3.34. db_update_as_insert (int)
+              3.35. db_check_update (int)
+              3.36. timer_procs (int)
               3.37. xavp_contact (string)
               3.38. db_ops_ruid (int)
               3.39. handle_lost_tcp (int)
@@ -236,9 +236,9 @@ Chapter 1. Admin Guide
         3.31. fetch_rows (integer)
         3.32. hash_size (integer)
         3.33. preload (string)
-        3.34. db_update_as_insert (string)
-        3.35. db_check_update (string)
-        3.36. timer_procs (string)
+        3.34. db_update_as_insert (int)
+        3.35. db_check_update (int)
+        3.36. timer_procs (int)
         3.37. xavp_contact (string)
         3.38. db_ops_ruid (int)
         3.39. handle_lost_tcp (int)
@@ -363,9 +363,9 @@ Chapter 1. Admin Guide
    3.31. fetch_rows (integer)
    3.32. hash_size (integer)
    3.33. preload (string)
-   3.34. db_update_as_insert (string)
-   3.35. db_check_update (string)
-   3.36. timer_procs (string)
+   3.34. db_update_as_insert (int)
+   3.35. db_check_update (int)
+   3.36. timer_procs (int)
    3.37. xavp_contact (string)
    3.38. db_ops_ruid (int)
    3.39. handle_lost_tcp (int)
@@ -823,7 +823,7 @@ modparam("usrloc", "hash_size", 12)
 modparam("usrloc", "preload", "location")
 ...
 
-3.34. db_update_as_insert (string)
+3.34. db_update_as_insert (int)
 
    Set this parameter if you want to do INSERT DB operations instead of
    UPDATE DB operations. It is recommended to set this parameter if you
@@ -836,7 +836,7 @@ modparam("usrloc", "preload", "location")
 modparam("usrloc", "db_update_as_insert", 1)
 ...
 
-3.35. db_check_update (string)
+3.35. db_check_update (int)
 
    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 database module
@@ -851,7 +851,7 @@ modparam("usrloc", "db_update_as_insert", 1)
 modparam("usrloc", "db_check_update", 1)
 ...
 
-3.36. timer_procs (string)
+3.36. timer_procs (int)
 
    Number of timer processes to be started by module. Timer processes take
    care of checking expired records and synchronization with database. If




More information about the sr-dev mailing list