[sr-dev] git:master:20ff5e12: modules: readme files regenerated - db_oracle ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Fri Mar 26 13:46:43 CET 2021


Module: kamailio
Branch: master
Commit: 20ff5e129315acd7a45513279c13800950ea96f3
URL: https://github.com/kamailio/kamailio/commit/20ff5e129315acd7a45513279c13800950ea96f3

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2021-03-26T13:46:37+01:00

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

---

Modified: src/modules/db_oracle/README
Modified: src/modules/mediaproxy/README
Modified: src/modules/pdt/README
Modified: src/modules/xmpp/README

---

Diff:  https://github.com/kamailio/kamailio/commit/20ff5e129315acd7a45513279c13800950ea96f3.diff
Patch: https://github.com/kamailio/kamailio/commit/20ff5e129315acd7a45513279c13800950ea96f3.patch

---

diff --git a/src/modules/db_oracle/README b/src/modules/db_oracle/README
index e4f6f7a139..7a45a61405 100644
--- a/src/modules/db_oracle/README
+++ b/src/modules/db_oracle/README
@@ -38,7 +38,7 @@ Iouri Kharon
 
         4. Functions
         5. Installation
-        6. Utility openser_orasel
+        6. Utility kamailio_orasel
 
    List of Examples
 
@@ -63,7 +63,7 @@ Chapter 1. User's Guide
 
    4. Functions
    5. Installation
-   6. Utility openser_orasel
+   6. Utility kamailio_orasel
 
 1. Overview
 
@@ -143,14 +143,14 @@ modparam("db_oracle", "reconnect", 0.5)
      * - from command line use: 'make all include_modules="db_oracle";
        make install include_modules="db_oracle"'.
 
-6. Utility openser_orasel
+6. Utility kamailio_orasel
 
    For working with kamctl script, should be able to print the 'query'
    results to the terminal in a user-readable form. The standard
    command-line Oracle client (sqlplus) is not quite suitable for this, as
    it cannot align row width to real (received) data's (it always prints a
    cell width as described in the db scheme). This problem has been solved
-   by inclusion the utility openser_oracle, which formats printing
+   by inclusion the utility kamailio_oracle, which formats printing
    approximately in the same way as the 'mysql' client utility. In
    addition, this utility known about the "agreements and types" in DB
    that are used in Kamailio for the work with Oracle and formats printing
diff --git a/src/modules/mediaproxy/README b/src/modules/mediaproxy/README
index 5e5aa0ae48..210471b91b 100644
--- a/src/modules/mediaproxy/README
+++ b/src/modules/mediaproxy/README
@@ -173,7 +173,7 @@ Chapter 1. Admin Guide
 5.1. disable (int)
 
    Boolean flag that specifies if mediaproxy should be disabled. This is
-   useful when you want to use the same openser configuration in two
+   useful when you want to use the same kamailio configuration in two
    different context, one using mediaproxy, the other not. In the case
    mediaproxy is disabled, calls to its functions will have no effect,
    allowing you to use the same configuration without changes.
diff --git a/src/modules/pdt/README b/src/modules/pdt/README
index dff0f75236..38a9cfed82 100644
--- a/src/modules/pdt/README
+++ b/src/modules/pdt/README
@@ -52,8 +52,6 @@ Elena-Ramona Modroiu
               5.1. pdt.list
               5.2. pdt.reload
 
-        6. Installation and Running
-
    List of Examples
 
    1.1. prefix-domain translation
@@ -103,8 +101,6 @@ Chapter 1. Admin Guide
         5.1. pdt.list
         5.2. pdt.reload
 
-   6. Installation and Running
-
 1. Overview
 
    This module translates a numerical prefix into a domain and updates
@@ -431,8 +427,3 @@ kamcmd pdt.list kamailio.org 123
 ...
 kamcmd pdt.reload
 ...
-
-6. Installation and Running
-
-   Example shell scripts for MI FIFO commands are placed in './doc/'
-   (pdt_fifo_add.sh, pdt_fifo_delete.sh, pdt_fifo_list.sh).
diff --git a/src/modules/xmpp/README b/src/modules/xmpp/README
index 28c605ba49..d8886e08a0 100644
--- a/src/modules/xmpp/README
+++ b/src/modules/xmpp/README
@@ -391,13 +391,12 @@ alias=sip-xmpp.kamailio.org
 
 # ------------------ module loading ----------------------------------
 
-mpath="/usr/local/lib/kamailio/modules/"
 loadmodule "sl.so"
 loadmodule "tm.so"
 loadmodule "rr.so"
 loadmodule "maxfwd.so"
 loadmodule "textops.so"
-loadmodule "mi_fifo.so"
+loadmodule "jsonrpcs.so"
 
 
 # XMPP
@@ -413,10 +412,6 @@ modparam("xmpp", "backend", "server")
 
 # ----------------- setting module-specific parameters ---------------
 
-# -- mi_fifo params --
-
-modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo_xmpp")
-
 # -- usrloc params --
 
 # -- rr params --




More information about the sr-dev mailing list