Module: kamailio Branch: master Commit: 064b7e528fd66ed141bdcb661f2bdb079cfd6315 URL: https://github.com/kamailio/kamailio/commit/064b7e528fd66ed141bdcb661f2bdb079cfd6315
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2025-12-05T13:01:10+01:00 modules: readme files regenerated - mtree ... [skip ci] --- Modified: src/modules/mtree/README --- Diff: https://github.com/kamailio/kamailio/commit/064b7e528fd66ed141bdcb661f2bdb079cfd6315.diff Patch: https://github.com/kamailio/kamailio/commit/064b7e528fd66ed141bdcb661f2bdb079cfd6315.patch --- diff --git a/src/modules/mtree/README b/src/modules/mtree/README index ece09883560..5f3cfe042ba 100644 --- a/src/modules/mtree/README +++ b/src/modules/mtree/README @@ -213,6 +213,9 @@ modparam("mtree", "db_table", "mtrees") parameter names can be: * name - the name of the tree to be used for referencing inside configuration file. + * 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'. * dbtable - the name of the database table from where to load the records stored in the tree. * cols - the column names of the database table. They must be _______________________________________________ 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!
