From 20ff5e129315acd7a45513279c13800950ea96f3 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Fri, 26 Mar 2021 13:46:37 +0100 Subject: [PATCH] modules: readme files regenerated - db_oracle ... [skip ci] --- src/modules/db_oracle/README | 8 ++++---- src/modules/mediaproxy/README | 2 +- src/modules/pdt/README | 9 --------- src/modules/xmpp/README | 7 +------ 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/src/modules/db_oracle/README b/src/modules/db_oracle/README index e4f6f7a139e..7a45a614059 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 5e5aa0ae48c..210471b91b6 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 dff0f75236f..38a9cfed821 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 28c605ba497..d8886e08a0f 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 --