Module: kamailio Branch: master Commit: af2f50071db80d22ebd790608ea409ed4cc36c04 URL: https://github.com/kamailio/kamailio/commit/af2f50071db80d22ebd790608ea409ed...
Author: Charles Chance charles.chance@sipcentric.com Committer: Charles Chance charles.chance@sipcentric.com Date: 2016-09-26T16:00:42+01:00
Update documentation to include new usrloc_domain parameter.
---
Modified: modules/dmq_usrloc/README Modified: modules/dmq_usrloc/doc/dmq_usrloc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/af2f50071db80d22ebd790608ea409ed... Patch: https://github.com/kamailio/kamailio/commit/af2f50071db80d22ebd790608ea409ed...
---
diff --git a/modules/dmq_usrloc/README b/modules/dmq_usrloc/README index 1d57c90..cbdebc8 100644 --- a/modules/dmq_usrloc/README +++ b/modules/dmq_usrloc/README @@ -31,12 +31,15 @@ Andrey Rybkin 3.3. batch_size (int) 3.4. batch_usleep (int)
+ 4. usrloc_domain (string) + List of Examples
1.1. Set enable parameter 1.2. Set sync parameter 1.3. Set batch size parameter 1.4. Set batch_usleep parameter + 1.5. Set usrloc_domain parameter
Chapter 1. Admin Guide
@@ -54,6 +57,8 @@ Chapter 1. Admin Guide 3.3. batch_size (int) 3.4. batch_usleep (int)
+ 4. usrloc_domain (string) + 1. Overview
The module adds user location (usrloc) records replication between @@ -134,3 +139,14 @@ modparam("dmq_usrloc", "batch_size", 4000) ... modparam("dmq_usrloc", "batch_usleep", 1000) ... + +4. usrloc_domain (string) + + The usrloc domain to synchronize. + + Default value is “location”. + + Example 1.5. Set usrloc_domain parameter +... +modparam("dmq_usrloc", "usrloc_domain", "my_domain") +... diff --git a/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml b/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml index 3c0e2b1..49ffb57 100644 --- a/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml +++ b/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml @@ -179,5 +179,25 @@ modparam("dmq_usrloc", "batch_usleep", 1000) </section> </section>
+ <section id="usrloc_dmq.p.usrloc_domain"> + <title><varname>usrloc_domain</varname> (string)</title> + <para> + The usrloc domain to synchronize. + </para> + <para> + <emphasis> + Default value is <quote>location</quote>. + </emphasis> + </para> + <example> + <title>Set <varname>usrloc_domain</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("dmq_usrloc", "usrloc_domain", "my_domain") +... +</programlisting> + </example> + </section> + </chapter>