Module: kamailio
Branch: 5.3
Commit: 513d8132869b4eac320b9f20a2a46779073db434
URL: https://github.com/kamailio/kamailio/commit/513d8132869b4eac320b9f20a2a4677…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)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/513d8132869b4eac320b9f20a2a4677…
Patch: https://github.com/kamailio/kamailio/commit/513d8132869b4eac320b9f20a2a4677…
---
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
- URL: https://github.com/kamailio/kamailio/commit/c6d6c76f37f1bba607a67f5b38ee0b2…
Author: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:20:13Z
dialog: fix error in debug logging, properly log both sockets
(cherry picked from commit 6b27844460e0de475d9546db122ff1ba9d9be6d8)
- URL: https://github.com/kamailio/kamailio/commit/3382a6a13d3e072b834af4a4edbde73…
Author: Torrey Searle <tsearle(a)voxbone.com>
Date: 2020-10-02T15:21:22Z
tools/kemi: add support for invoking function pointers
also add a flag to allow generated version of code to be compatible
with older versions of python3
(cherry picked from commit 773ecfc9ceec5bbbe6c7f5fd72399baacfd74c0a)
- URL: https://github.com/kamailio/kamailio/commit/e7a390388fe640d46efc640e97a87f0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:24:06Z
evapi: free addr info in case of bind error
(cherry picked from commit 41db985ebfcb691f2e20e689a83379e382ef6c03)
- URL: https://github.com/kamailio/kamailio/commit/7640e7c38df8c213210487f9379cd76…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:27:55Z
pua: docs - fixed missing comma in example
- picked from #2371
(cherry picked from commit 9adccda325d258fe539b54ec67d4389d3a2fc72c)
- URL: https://github.com/kamailio/kamailio/commit/96e406c046d625995e5887a065a6a8c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:28:54Z
siputils: docs - added section ids for parameters
(cherry picked from commit ec0b1d31f1d667abdcd7cce7fbfff110583e271c)
- URL: https://github.com/kamailio/kamailio/commit/d054df58128e23516f526e4eab4a3d6…
Author: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:29:18Z
ims_charging: fix error in destination_realm default vaulue
(cherry picked from commit f679c118a589c80cb84954fb46271adef596e049)
- URL: https://github.com/kamailio/kamailio/commit/35132a64f4a60df23e03a8be1e68197…
Author: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:31:23Z
ims_charging: bugfix for destination_host parameter, implementation was incomplete
(cherry picked from commit f5e44252c39c7695cb66893035a0581a65a72f91)
- URL: https://github.com/kamailio/kamailio/commit/d2377eea2798561128bfb299f7f01d6…
Author: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:31:45Z
ims_charging: add missing change for ccr.c (related to previous commit f5e44252c39c7695cb)
(cherry picked from commit 4cb61cc35a695e2636007f6518a63ed8e508b67f)
- URL: https://github.com/kamailio/kamailio/commit/4b7cd8149d1588efbd94bc6f30a9864…
Author: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:32:42Z
ims_charging: bugfix for tel URIs, need the same logic in stop as in start requests
(cherry picked from commit c3efb3b3331936a30f387e9f3c8c435d4d64f0bb)
- URL: https://github.com/kamailio/kamailio/commit/78cc2c04fc43f44619f311b0d10ac10…
Author: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:36:10Z
ims_charging: fix wrong default User-Equipment-Info-Type AVP format
- fix User-Equipment-Info-Type AVP format
According to the RFC 8506 it should be like this: The 48-bit Media Access
Control (MAC) address is formatted as described in Section 3.21 of [RFC3580]
- use strlen instead of sizeof
(cherry picked from commit 1a8f54147063560f6016634152b17293394b8497)
(cherry picked from commit d51a3c4393b345b783adccf8a0e960274e11afb2)
- URL: https://github.com/kamailio/kamailio/commit/3195b85910e3e834ae03e59d20e411b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:37:22Z
misc/examples: kemi lua - added debug callback function
- commented - can be enabled to track the execution trace of the lua
script
(cherry picked from commit 491a8327933cb4471260fdd09ff93296a7a0ccfd)
- URL: https://github.com/kamailio/kamailio/commit/83a357f8d6a3a8a0e2b6de6ac742383…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:41:08Z
tls: docs - fixed typo
- GH #2410
(cherry picked from commit a12064696ac37cadf954a89b58daa1e05e182180)
- URL: https://github.com/kamailio/kamailio/commit/b3b06a9c0329f01f8c9351cc56a146e…
Author: Sergey Safarov <s.safarov(a)gmail.com>
Date: 2020-10-02T15:41:16Z
pkg/kamailio/obs: spec formating
(cherry picked from commit 56bb276b4e5c00843244d555e7c5221e3f2a6203)
- URL: https://github.com/kamailio/kamailio/commit/12e310f3757fd2e194267977579e5d3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:42:25Z
dialog: print old state on dlg timeout
(cherry picked from commit 06b7e416756e1711edef6db683cef35824f4b2a5)
- URL: https://github.com/kamailio/kamailio/commit/f82bdb7fadd02368133b4813cdba515…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:42:57Z
xcap_server: check before going to the end of the buffer
- use marcros to set and restore char for ending 0
(cherry picked from commit 6ce5c0bdf136ecffd7917f2d60093e1b2c49fa54)
- URL: https://github.com/kamailio/kamailio/commit/8ac4f388f835ef182bf1d05d4555025…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:43:18Z
db_text: free pointer in case of error
(cherry picked from commit bddf16db74ea779bb01805fc2cbabfdaf8f4d62b)
- URL: https://github.com/kamailio/kamailio/commit/36a3c1f47f54e58f41ed5b302bd4bce…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:43:35Z
Makefile.defs: get clang version only from --version output
- the full version with stderr output included has a different first
line on MacOS, making head -n 1 not extract the version number line
(cherry picked from commit bff689cfedca70149e17b6ec3584ca9ecab71418)
- URL: https://github.com/kamailio/kamailio/commit/92ddff8921ef0b035d1d785e87f3f44…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:44:08Z
Makefile.defs: map gcc v10.x to 9.0+ options
- detect properly the 10.x gcc version number, GH #2425
(cherry picked from commit 79e7738027a40affa4c7f606bf55a3ad0fe31bc4)
- URL: https://github.com/kamailio/kamailio/commit/814fcce6c46671b84bf67d6db7317a0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:45:50Z
pike: docs - section for pike.list rpc command
(cherry picked from commit 720e929a87c6d3ee29c316ca63886c7142320f43)
- URL: https://github.com/kamailio/kamailio/commit/72bf4a6c9e768d2ab1c2d9eb4c80c6e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:46:13Z
topoh: check if via param has the expected prefix, otherwise skip
- GH #2437
(cherry picked from commit 046126b4a90090bf5b8f9b517ba5218793e6b973)
- URL: https://github.com/kamailio/kamailio/commit/3d4bcb4a386bc9387053779e1f692eb…
Author: Dmitry <dmitry.wagin(a)ya.ru>
Date: 2020-10-02T15:47:32Z
Makefile.defs: Fixed libs option for FreeBSD
(cherry picked from commit f490c4e0f5888963a01fa99fe94a464d44223199)
- URL: https://github.com/kamailio/kamailio/commit/b046d031006627eec4acfd9dd8fbf05…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:48:29Z
log_custom: print to stderror if sending log message fails
- help troubleshooting while avoiding looping to same function in case
the log engine is set to log custom module
(cherry picked from commit f16d046f6330f897b374d9bb7dab3b2ce8eab3a7)
- URL: https://github.com/kamailio/kamailio/commit/f8b67668b35008f86435a5e3d9f2ae6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:48:47Z
topoh: remove the Via cookie when skipping topoh via event route
- event route is now executed with parsed sip message to be sent out
- GH #2437
(cherry picked from commit 06a1d20fdcae42c8f2130c547c6c6cf5fb6dce26)
- URL: https://github.com/kamailio/kamailio/commit/1d0f0bcee0f51d62a506935924f3316…
Author: Juha Heinanen <jh(a)tutpro.com>
Date: 2020-10-02T15:50:22Z
sqlops module: added one more sql query function return value to README
(cherry picked from commit d93de03c10eb7b88024d7eb9ba85200601cf6c7a)
- URL: https://github.com/kamailio/kamailio/commit/3ce17b3ba01104ebd0789f25ff950e1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:50:38Z
usrloc: get_udomain() - safety checks for location table name parameter
(cherry picked from commit 29dde9fea1eb21b4bb484286f7443dd32f611bd2)
- URL: https://github.com/kamailio/kamailio/commit/7755d876d0f300daf9563b57793a17e…
Author: Federico Cabiddu <federico.cabiddu(a)gmail.com>
Date: 2020-10-02T15:53:16Z
httpa_asyc_client: set curl memory callbacks in module initialization
(cherry picked from commit 66fea7c615e01b200b334d5255c90911cfb360fe)
- URL: https://github.com/kamailio/kamailio/commit/e01b3652c9112b98d037fc4dbc54fe8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:53:54Z
msrp: proper parsing ipv6 host part in uri
- enclose ipv6 address in square brackets for msrp pv
- related to #2472
(cherry picked from commit 1cda029885dd89e2ec46fe28a0d6f656aad19e7a)
- URL: https://github.com/kamailio/kamailio/commit/773f6f48b3c638fd812edebe5303d70…
Author: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T15:56:43Z
docs: add matrix channel information to normal and github READMEs
(cherry picked from commit 3c19ca90327d92be69cdce482e66991147db9083)
- URL: https://github.com/kamailio/kamailio/commit/35df241a87766f4a7ccdbea25731355…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:58:09Z
dispatcher: sync on updating last used fields
(cherry picked from commit e307432e5f34a2093544e9ff703ea205169e4088)
- URL: https://github.com/kamailio/kamailio/commit/aac6c00202aeebe8a13e9d33ca96277…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:58:48Z
topos: docs - more details about what SIP traffic is handled
(cherry picked from commit 878971f2c0bc32233b6f18728f9b88537b3d19e8)
- URL: https://github.com/kamailio/kamailio/commit/0d0085cfe871208af4a4f7f4a4c4ea0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:59:02Z
lib/srdb1: db_use_table() more suggestive error messages
(cherry picked from commit 57d33a2d76219ae3d1eb503044dadaeddc7e06fd)
- URL: https://github.com/kamailio/kamailio/commit/8988b12dee467bfd5ba1a6d3aaef13a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T15:59:40Z
tmx: safety check of expected route blocks for using $T_*() variables
- related to GH #2479
(cherry picked from commit 2e7710e292a649c6c57e46d5994d3b2cf3815865)
- URL: https://github.com/kamailio/kamailio/commit/7f37dfe943e49625afcd51ca8de3214…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T16:00:27Z
usrloc: use unsigned int for rpc output for the fields having this type
(cherry picked from commit b754b9f68bee0b58b4ae00b7f0764c2bf711d14c)
- URL: https://github.com/kamailio/kamailio/commit/ac95ed9c1a24dbedf4e197a02580880…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2020-10-02T16:01:12Z
ndb_redis: set message level to debug on exec
* logging error makes no sense here since there's going
to be a reconnection afterwards
> ERROR: ndb_redis [redis_client.c:903]: redisc_exec_argv(): Redis error: Server closed the connection
(cherry picked from commit a9c331d70dbed6827874aa99296203ac5a9d5c7b)
- URL: https://github.com/kamailio/kamailio/commit/61c88b527d9f58154a5a884fab1bcd5…
Author: Julien Chavanton <jchavanton(a)gmail.com>
Date: 2020-10-02T16:01:46Z
dispatcher: fix an error in initialisation /
training of the latency estimator
(cherry picked from commit b728cb30810ef44b821a93335cdd34f954f2029c)
- URL: https://github.com/kamailio/kamailio/commit/5a034b5b5a1e45e2c91ccf70db0b8b2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-10-02T16:04:55Z
rr: reset param buffer for r-r advertised address
- GH #2486
(cherry picked from commit 8dfc0f6ef0ddc4bf2d73d21124caa289d4b8ce07)