Module: kamailio Branch: master Commit: cf54baa30db65a96bd732295200503b99b566914 URL: https://github.com/kamailio/kamailio/commit/cf54baa30db65a96bd732295200503b9...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2024-11-05T18:01:09+01:00
modules: readme files regenerated - snmpstats ... [skip ci]
---
Modified: src/modules/snmpstats/README Modified: src/modules/sst/README
---
Diff: https://github.com/kamailio/kamailio/commit/cf54baa30db65a96bd732295200503b9... Patch: https://github.com/kamailio/kamailio/commit/cf54baa30db65a96bd732295200503b9...
---
diff --git a/src/modules/snmpstats/README b/src/modules/snmpstats/README index 407b6def697..83ee6cd975c 100644 --- a/src/modules/snmpstats/README +++ b/src/modules/snmpstats/README @@ -282,10 +282,11 @@ Chapter 1. Admin Guide * usrloc - all scalars and tables relating to users and contacts are dependent on the usrloc module. If the module is not loaded, the respective tables will be empty. - * dialog or dialog-ng - all scalars relating to the number of dialogs - are dependent on the presence of a dialog module. Furthermore, if - the module is not loaded, then the kamailioDialogLimitMinorEvent, - and kamailioDialogLimitMajorEvent alarm will be disabled. + * dialog or ims_dialog - all scalars relating to the number of + dialogs are dependent on the presence of a dialog module. + Furthermore, if the module is not loaded, then the + kamailioDialogLimitMinorEvent, and kamailioDialogLimitMajorEvent + alarm will be disabled.
The contents of the kamailioSIPMethodSupportedTable change depending on which modules are loaded. diff --git a/src/modules/sst/README b/src/modules/sst/README index a5bd40b681d..9cf8dba51c6 100644 --- a/src/modules/sst/README +++ b/src/modules/sst/README @@ -170,7 +170,7 @@ Chapter 1. Admin Guide 3.1. Kamailio Modules
The following modules must be loaded before this module: - * dialog or dialog-ng - dialog module and its dependencies. (tm) + * dialog or ims_dialog - dialog module and its dependencies. (tm) * sl - stateless module.
3.2. External Libraries or Applications @@ -293,7 +293,7 @@ modparam("sst", "sst_flag", 6) route { ... if (method=="INVITE") { - dlg_manage(); # Track the dialog + dlg_manage(); # Track the dialog setflag(6); # set the sst flag } ...