Module: kamailio
Branch: master
Commit: fc732895c19f2e9fcb00c8b55d5eee0c4fffaf52
URL:
https://github.com/kamailio/kamailio/commit/fc732895c19f2e9fcb00c8b55d5eee0…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-04-05T09:46:40+02:00
modules: readme files regenerated - mtree ... [skip ci]
---
Modified: src/modules/mtree/README
---
Diff:
https://github.com/kamailio/kamailio/commit/fc732895c19f2e9fcb00c8b55d5eee0…
Patch:
https://github.com/kamailio/kamailio/commit/fc732895c19f2e9fcb00c8b55d5eee0…
---
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)