Module: kamailio
Branch: 5.2
Commit: 7497707f639687f624eaf84216785b0aed15bd42
URL:
https://github.com/kamailio/kamailio/commit/7497707f639687f624eaf84216785b0…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-03-18T16:01:38+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff:
https://github.com/kamailio/kamailio/commit/7497707f639687f624eaf84216785b0…
Patch:
https://github.com/kamailio/kamailio/commit/7497707f639687f624eaf84216785b0…
---
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