Skip to content

Commit

Permalink
modules: readme files regenerated - p_usrloc ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Sep 5, 2017
1 parent fda5be3 commit e90184e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/modules/p_usrloc/README
Expand Up @@ -427,6 +427,9 @@ modparam("p_usrloc", "risk_group_column", "rg")

Default value is “3600”.

Can be set at runtime, e.g.:
$ kamcmd cfg.set_now_int p_usrloc expire_time 7200

Example 1.12. Set expire_time parameter
...
modparam("p_usrloc", "expire_time", "3600")
Expand All @@ -438,6 +441,9 @@ modparam("p_usrloc", "expire_time", "3600")

Default value is “50”.

Can be set at runtime, e.g.:
$ kamcmd cfg.set_now_int p_usrloc db_err_threshold 20

Example 1.13. Set db_err_threshold parameter
...
modparam("p_usrloc", "db_err_threshold", "50")
Expand All @@ -452,6 +458,9 @@ modparam("p_usrloc", "db_err_threshold", "50")

Default value is “1”.

Can be set at runtime, e.g.:
$ kamcmd cfg.set_now_int p_usrloc failover_level 2

Example 1.14. Set failover_level parameter
...
modparam("p_usrloc", "failover_level", "1")
Expand Down Expand Up @@ -592,6 +601,9 @@ modparam("p_usrloc", "default_db_type", "cluster")

Default value is “1”.

Can be set at runtime, e.g.:
$ kamcmd cfg.set_now_int p_usrloc db_ops_ruid 1

Example 1.24. Set db_ops_ruid parameter
...
modparam("p_usrloc", "db_ops_ruid", 0)
Expand All @@ -605,6 +617,9 @@ modparam("p_usrloc", "db_ops_ruid", 0)

Default value is “0”.

Can be set at runtime, e.g.:
$ kamcmd cfg.set_now_int p_usrloc db_update_as_insert 1

Example 1.25. Set db_update_as_insert parameter
...
modparam("usrloc", "db_update_as_insert", 1)
Expand Down

0 comments on commit e90184e

Please sign in to comment.