[sr-dev] git:5.0:deefd28f: modules: readme files regenerated - modules ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Wed Apr 5 09:46:31 CEST 2017


Module: kamailio
Branch: 5.0
Commit: deefd28f893bee96f91591dec9d3ec93c39cf3c1
URL: https://github.com/kamailio/kamailio/commit/deefd28f893bee96f91591dec9d3ec93c39cf3c1

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2017-04-05T09:46:20+02:00

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

---

Modified: src/modules/mtree/README

---

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

---

diff --git a/src/modules/mtree/README b/src/modules/mtree/README
index 541d744..18f3386 100644
--- a/src/modules/mtree/README
+++ b/src/modules/mtree/README
@@ -175,14 +175,15 @@ modparam("mtree", "db_url", "dbdriver://username:password@dbhost/dbname")
 
 3.2. db_table (string)
 
-   Name of database table where data for trees is stored. It is ignored if
-   a 'mtree' parameter is defined.
+   Name of database table where data for many trees is stored. It is
+   ignored if a 'mtree' parameter is defined. The SQL scripts creates a
+   table named 'mtrees' that can be used for this parameter.
 
-   Default value is “mtrees”.
+   Default value is “” (no table name).
 
    Example 1.2. Set db_table parameter
 ...
-modparam("mtree", "db_table", "mymtrees")
+modparam("mtree", "db_table", "mtrees")
 ...
 
 3.3. mtree (string)




More information about the sr-dev mailing list