[sr-dev] git:5.3:513d8132: modules: readme files regenerated - modules ... [skip ci]
Kamailio Dev
kamailio.dev at kamailio.org
Fri Oct 2 18:16:44 CEST 2020
Module: kamailio
Branch: 5.3
Commit: 513d8132869b4eac320b9f20a2a46779073db434
URL: https://github.com/kamailio/kamailio/commit/513d8132869b4eac320b9f20a2a46779073db434
Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2020-10-02T18:16:36+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/ims_charging/README
Modified: src/modules/sqlops/README
Modified: src/modules/topos/README
---
Diff: https://github.com/kamailio/kamailio/commit/513d8132869b4eac320b9f20a2a46779073db434.diff
Patch: https://github.com/kamailio/kamailio/commit/513d8132869b4eac320b9f20a2a46779073db434.patch
---
diff --git a/src/modules/ims_charging/README b/src/modules/ims_charging/README
index 5c9fa52558..b4668674da 100644
--- a/src/modules/ims_charging/README
+++ b/src/modules/ims_charging/README
@@ -571,7 +571,7 @@ modparam("ims_charging", "destination_host", "ocs.kamailio-ims.org")
Destination realm to be used in Diameter messages to charging-server.
- Default value is "ims.smilecoms.com".
+ Default value is "".
Example 1.16. destination_realmparameter usage
...
diff --git a/src/modules/sqlops/README b/src/modules/sqlops/README
index 7d68e3b63b..b2c74a2fb9 100644
--- a/src/modules/sqlops/README
+++ b/src/modules/sqlops/README
@@ -211,6 +211,8 @@ modparam("sqlops", "connect_mode", 1)
* -1 - error in parameters or query execution
* 1 - query successful, at least one row in resultset (for SELECTs)
* 2 - query successful, no rows returned
+ 3 - query successful, at least one row returned, but result
+ parameter was not given
4.1. sql_query(connection, query[, result])
diff --git a/src/modules/topos/README b/src/modules/topos/README
index fd4108765c..ab4020931c 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -86,17 +86,21 @@ Chapter 1. Admin Guide
1. Overview
- This module offers topology hiding by stripping the SIP routing headers
- that show topology details. The script interpreter gets the SIP
- messages with full content, so all existing functionality is preserved.
+ This module offers topology hiding for INVITE-based dialogs, by
+ stripping the SIP routing headers that show topology details . The
+ script interpreter gets the SIP messages with full content, so all
+ existing functionality is preserved.
The module is transparent for the configuration writer. It only needs
- to be loaded (tune the parameters if needed).
+ to be loaded (tune the module parameters if needed).
It also works for SIP MESSAGE or other requests that do not create a
- call dialog -- record_route() must be used for them as well, the
- headers are not going to be in the messages sent to the network, they
- are needed to know local addresses used to communicate with each side.
+ dialog -- record_route() must be used for them as well, the headers are
+ not going to be in the messages sent to the network, they are needed to
+ know local addresses used to communicate with each side. At this moment
+ it is not designed to work for presence (SUBSCRIBE-based) dialogs. The
+ REGISTER and PUBLISH requests are skipped from processing by this
+ module, expected to be terminated on a local SIP server.
2. Dependencies
More information about the sr-dev
mailing list