Module: kamailio Branch: master Commit: 0a09129a952b10bee6aa037781cf498ab703eabd URL: https://github.com/kamailio/kamailio/commit/0a09129a952b10bee6aa037781cf498ab703eabd
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-01-03T12:00:13+01:00 topos_htable: added README file - it has to be added first time, when the module is imported in the repo, afterwards is autmatically generated when the xml doc files are updated --- Added: src/modules/topos_htable/README --- Diff: https://github.com/kamailio/kamailio/commit/0a09129a952b10bee6aa037781cf498ab703eabd.diff Patch: https://github.com/kamailio/kamailio/commit/0a09129a952b10bee6aa037781cf498ab703eabd.patch --- diff --git a/src/modules/topos_htable/README b/src/modules/topos_htable/README new file mode 100644 index 00000000000..85ca43e6916 --- /dev/null +++ b/src/modules/topos_htable/README @@ -0,0 +1,113 @@ +TOPOS_HTABLE Module + +Edited by + +Stefan Mititelu + + <stefan.mitit...@net2phone.com> + + Copyright ?? 2024 kamailio.org + + Copyright ?? 2024 net2phone.com + __________________________________________________________________ + + Table of Contents + + 1. Admin Guide + + 1. Overview + 2. Dependencies + + 2.1. Kamailio Modules + 2.2. External Libraries or Applications + + 3. Parameters + + 3.1. topos_htable_dialog (string) + 3.2. topos_htable_transaction (string) + 3.3. topos_htable_base64 (int) + + List of Examples + + 1.1. Set topos_htable_dialog parameter + 1.2. Set topos_htable_transaction parameter + 1.3. Set topos_htable_base64 parameter + +Chapter 1. Admin Guide + + Table of Contents + + 1. Overview + 2. Dependencies + + 2.1. Kamailio Modules + 2.2. External Libraries or Applications + + 3. Parameters + + 3.1. topos_htable_dialog (string) + 3.2. topos_htable_transaction (string) + 3.3. topos_htable_base64 (int) + +1. Overview + + This module offers storage support for topos module using htable + module. + +2. Dependencies + + 2.1. Kamailio Modules + 2.2. External Libraries or Applications + +2.1. Kamailio Modules + + The following modules must be loaded before this module: + * topos module - to bind to as a storage engine. + * htable module - to bind to as a shm storage engine. + +2.2. External Libraries or Applications + + No libraries or applications must be installed before running Kamailio + with this module loaded. + +3. Parameters + + 3.1. topos_htable_dialog (string) + 3.2. topos_htable_transaction (string) + 3.3. topos_htable_base64 (int) + +3.1. topos_htable_dialog (string) + + Definition of dialog htable, with all parameters. + + Default value is ???topos_dialog=>size=4;autoexpire=7200;dmqreplicate=1???. + + Example 1.1. Set topos_htable_dialog parameter +... +modparam("topos_htable", "topos_htable_dialog", "my_dialogs=>size=4;autoexpire=7 +200;dmqreplicate=1") +... + +3.2. topos_htable_transaction (string) + + Definition of transaction htable, with all parameters. + + Default value is ???topos_transaction=>size=4;autoexpire=7200???. + + Example 1.2. Set topos_htable_transaction parameter +... +modparam("topos_htable", "topos_htable_transaction", "my_transactions=>size=4;au +toexpire=7200") +... + +3.3. topos_htable_base64 (int) + + Enable or disable base64 encoding of htable values. Useful when + individual values stored in htable contain delimiter value "|". + + Default value is ???0???. + + Example 1.3. Set topos_htable_base64 parameter +... +modparam("topos_htable", "topos_htable_base64", 1) +...
_______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!