瀏覽代碼

modules: readme files regenerated - snmpstats ... [skip ci]

Kamailio Dev 10 月之前
父節點
當前提交
cf54baa30d
共有 2 個文件被更改,包括 7 次插入6 次删除
  1. 5 4
      src/modules/snmpstats/README
  2. 2 2
      src/modules/sst/README

+ 5 - 4
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.

+ 2 - 2
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
   }
   ...