浏览代码

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
      * usrloc - all scalars and tables relating to users and contacts are
        dependent on the usrloc module. If the module is not loaded, the
        dependent on the usrloc module. If the module is not loaded, the
        respective tables will be empty.
        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
    The contents of the kamailioSIPMethodSupportedTable change depending on
    which modules are loaded.
    which modules are loaded.

+ 2 - 2
src/modules/sst/README

@@ -170,7 +170,7 @@ Chapter 1. Admin Guide
 3.1. Kamailio Modules
 3.1. Kamailio Modules
 
 
    The following modules must be loaded before this module:
    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.
      * sl - stateless module.
 
 
 3.2. External Libraries or Applications
 3.2. External Libraries or Applications
@@ -293,7 +293,7 @@ modparam("sst", "sst_flag", 6)
 route {
 route {
   ...
   ...
   if (method=="INVITE") {
   if (method=="INVITE") {
-        dlg_manage(); # Track the dialog
+    dlg_manage(); # Track the dialog
     setflag(6); # set the sst flag
     setflag(6); # set the sst flag
   }
   }
   ...
   ...