Skip to content

Commit

Permalink
modules: readme files regenerated - modules ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Mar 18, 2019
1 parent 73c1fde commit 7497707
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/modules/usrloc/README
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7497707

Please sign in to comment.