浏览代码

modules: readme files regenerated - malloc_test ...

Kamailio Dev 8 年之前
父节点
当前提交
3b92150495
共有 2 个文件被更改,包括 4 次插入14 次删除
  1. 2 2
      src/modules/malloc_test/README
  2. 2 12
      src/modules/outbound/README

+ 2 - 2
src/modules/malloc_test/README

@@ -38,7 +38,7 @@ Andrei Pelinescu-Onciul
    List of Examples
 
    1.1. Set check_content in the config file
-   1.2. Set check_content at runtime via sercmd
+   1.2. Set check_content at runtime via kamcmd
    1.3. men_alloc usage
    1.4. mem_free usage
    1.5. mt.mem_alloc usage
@@ -106,7 +106,7 @@ Warning
    Example 1.1.  Set check_content in the config file
 modparam("malloc_test", "check_content", 1)
 
-   Example 1.2.  Set check_content at runtime via sercmd
+   Example 1.2.  Set check_content at runtime via kamcmd
 $ kamcmd cfg.set_now_int malloc_test check_content 1
 
 3. Functions

+ 2 - 12
src/modules/outbound/README

@@ -60,8 +60,8 @@ Chapter 1. Admin Guide
    This module provides C-API functions to enable Kamailio to be used as
    an outbound Edge Proxy (see RFC5626 section 5).
 
-   The path and rr will bind to this module if it is loaded before they
-   are.
+   The path and rr modules will bind to this module if it is loaded before
+   they are.
 
 1.1. Edge Proxy Keep-Alives (STUN)
 
@@ -124,17 +124,12 @@ loadmodule "maxfwd.so"
 loadmodule "xlog.so"
 loadmodule "sanity.so"
 loadmodule "ctl.so"
-loadmodule "mi_rpc.so"
-loadmodule "mi_fifo.so"
 loadmodule "textops.so"
 loadmodule "siputils.so"
 loadmodule "stun.so"
 
 # ----------------- setting module-specific parameters ---------------
 
-# ----- mi_fifo params -----
-modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
-
 # ----- tm params -----
 modparam("tm", "failure_reply_mode", 3)
 
@@ -292,8 +287,6 @@ loadmodule "maxfwd.so"
 loadmodule "xlog.so"
 loadmodule "sanity.so"
 loadmodule "ctl.so"
-loadmodule "mi_rpc.so"
-loadmodule "mi_fifo.so"
 loadmodule "textops.so"
 loadmodule "siputils.so"
 loadmodule "usrloc.so"
@@ -301,9 +294,6 @@ loadmodule "registrar.so"
 
 # ----------------- setting module-specific parameters ---------------
 
-# ----- mi_fifo params -----
-modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
-
 
 # ----- tm params -----
 modparam("tm", "failure_reply_mode", 3)