Module: kamailio Branch: master Commit: ba54976b0c620c23519fdd7a7436d57a84953ba3 URL: https://github.com/kamailio/kamailio/commit/ba54976b0c620c23519fdd7a7436d57a84953ba3
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-05T12:52:16+01:00 mtree: docs for mode attribute of mtree --- Modified: src/modules/mtree/doc/mtree_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/ba54976b0c620c23519fdd7a7436d57a84953ba3.diff Patch: https://github.com/kamailio/kamailio/commit/ba54976b0c620c23519fdd7a7436d57a84953ba3.patch --- diff --git a/src/modules/mtree/doc/mtree_admin.xml b/src/modules/mtree/doc/mtree_admin.xml index 03099281d6f..3ef123c216e 100644 --- a/src/modules/mtree/doc/mtree_admin.xml +++ b/src/modules/mtree/doc/mtree_admin.xml @@ -117,6 +117,13 @@ modparam("mtree", "db_table", "mtrees") inside configuration file. </para> </listitem> + <listitem> + <para> + mode - the mode of items management. If set to 0 (default), the + items are (re)loaded from database. If set to 1, it is an + in-memory only tree, the items can be added with modparam 'item'. + </para> + </listitem> <listitem> <para> dbtable - the name of the database table from where to _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
