Module: kamailio
Branch: master
Commit: a0ca4cd43f098d10aa5aadcc18453cbd0120dcef
URL: https://github.com/kamailio/kamailio/commit/a0ca4cd43f098d10aa5aadcc18453cb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: GitHub <noreply(a)github.com>
Date: 2019-09-13T13:39:23+02:00
tls: openssl_mutex_shared - add a date to the note about libssl workaround validity
---
Modified: src/modules/tls/utils/openssl_mutex_shared/README.md
---
Diff: https://github.com/kamailio/kamailio/commit/a0ca4cd43f098d10aa5aadcc18453cb…
Patch: https://github.com/kamailio/kamailio/commit/a0ca4cd43f098d10aa5aadcc18453cb…
---
diff --git a/src/modules/tls/utils/openssl_mutex_shared/README.md b/src/modules/tls/utils/openssl_mutex_shared/README.md
index 0be8aaac64..d5002b3335 100644
--- a/src/modules/tls/utils/openssl_mutex_shared/README.md
+++ b/src/modules/tls/utils/openssl_mutex_shared/README.md
@@ -1,9 +1,9 @@
# OpenSSL Shared Mutex #
**IMPORTANT: the workaround of using this preloaded shared library is no longer
-needed starting with Kamailio v5.3.0-pre1. The code of this shared library
-has been included in the core of Kamailio and the same behaviour is now
-achieved by default.**
+needed starting with Kamailio v5.3.0-pre1 (git master branch after September 14, 2019).
+The code of this shared library has been included in the core of Kamailio and the
+same behaviour is now achieved by default.**
This is a shared library required as a short term workaround for using Kamailio
with OpenSSL (libssl) v1.1. It has to be pre-loaded before starting Kamailio.
Module: kamailio
Branch: master
Commit: 321eb14d23c42a1b22ff4d5a735247e4c53acde0
URL: https://github.com/kamailio/kamailio/commit/321eb14d23c42a1b22ff4d5a735247e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-13T13:11:09+02:00
tls: openssl_mutex_shared - note that its code was imported in the core
---
Modified: src/modules/tls/utils/openssl_mutex_shared/README.md
---
Diff: https://github.com/kamailio/kamailio/commit/321eb14d23c42a1b22ff4d5a735247e…
Patch: https://github.com/kamailio/kamailio/commit/321eb14d23c42a1b22ff4d5a735247e…
---
diff --git a/src/modules/tls/utils/openssl_mutex_shared/README.md b/src/modules/tls/utils/openssl_mutex_shared/README.md
index 26f5de84b4..0be8aaac64 100644
--- a/src/modules/tls/utils/openssl_mutex_shared/README.md
+++ b/src/modules/tls/utils/openssl_mutex_shared/README.md
@@ -1,5 +1,10 @@
# OpenSSL Shared Mutex #
+**IMPORTANT: the workaround of using this preloaded shared library is no longer
+needed starting with Kamailio v5.3.0-pre1. The code of this shared library
+has been included in the core of Kamailio and the same behaviour is now
+achieved by default.**
+
This is a shared library required as a short term workaround for using Kamailio
with OpenSSL (libssl) v1.1. It has to be pre-loaded before starting Kamailio.
#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
Allow update version information in RPM spec file
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2050
-- Commit Summary --
* pkg/kamailio: added rpm version and release configuration
-- File Changes --
M pkg/kamailio/Makefile (11)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2050.patchhttps://github.com/kamailio/kamailio/pull/2050.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2050
Module: kamailio
Branch: master
Commit: 9f514da4f0e601d246ffdeee837ca4c5f0488084
URL: https://github.com/kamailio/kamailio/commit/9f514da4f0e601d246ffdeee837ca4c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-12T23:47:23+02:00
modules: readme files regenerated - acc ... [skip ci]
---
Modified: src/modules/acc/README
---
Diff: https://github.com/kamailio/kamailio/commit/9f514da4f0e601d246ffdeee837ca4c…
Patch: https://github.com/kamailio/kamailio/commit/9f514da4f0e601d246ffdeee837ca4c…
---
diff --git a/src/modules/acc/README b/src/modules/acc/README
index 022c65f341..bd73411bae 100644
--- a/src/modules/acc/README
+++ b/src/modules/acc/README
@@ -684,7 +684,8 @@ modparam("acc", "early_media", 1)
6.2. failed_transaction_flag (integer)
Per transaction flag which says if the transaction should be accounted
- also in case of failure (status>=300).
+ also in case of failure (SIP status code >= 300). This flag triggers
+ accouting when the whole transaction fails (on the server side).
Default value is not-set (no flag).
@@ -818,12 +819,12 @@ modparam("acc", "log_flag", 2)
Request flag which needs to be set to account missed calls via syslog.
This can be used to e.g. account failures during the call setup phase
- from the callee side, for example if you do forking to several
+ from the callee (client) side, for example if you do forking to several
destinations.
- Keep in mind that this flag is reset after processing. Therefore it is
- necessary to set it again e.g. in a failure_route if you do serial
- forking and want to log all attempts.
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do
+ serial forking and want to log all attempts.
Default value is not-set (no flag).
@@ -882,8 +883,14 @@ modparam("acc", "db_flag", 2)
6.16. db_missed_flag (integer)
- Request flag which needs to be set to account missed calls -- database
- specific.
+ Request flag which needs to be set to account missed calls via
+ database. This can be used to e.g. account failures during the call
+ setup phase from the callee (client) side, for example if you do
+ forking to several destinations.
+
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do
+ serial forking and want to log all attempts.
Default value is not-set (no flag).
Module: kamailio
Branch: 5.2
Commit: f7ad4bdc2398d37d9226c7a07cdbe0fe604a9cba
URL: https://github.com/kamailio/kamailio/commit/f7ad4bdc2398d37d9226c7a07cdbe0f…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-12T23:47:08+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/acc/README
---
Diff: https://github.com/kamailio/kamailio/commit/f7ad4bdc2398d37d9226c7a07cdbe0f…
Patch: https://github.com/kamailio/kamailio/commit/f7ad4bdc2398d37d9226c7a07cdbe0f…
---
diff --git a/src/modules/acc/README b/src/modules/acc/README
index 022c65f341..bd73411bae 100644
--- a/src/modules/acc/README
+++ b/src/modules/acc/README
@@ -684,7 +684,8 @@ modparam("acc", "early_media", 1)
6.2. failed_transaction_flag (integer)
Per transaction flag which says if the transaction should be accounted
- also in case of failure (status>=300).
+ also in case of failure (SIP status code >= 300). This flag triggers
+ accouting when the whole transaction fails (on the server side).
Default value is not-set (no flag).
@@ -818,12 +819,12 @@ modparam("acc", "log_flag", 2)
Request flag which needs to be set to account missed calls via syslog.
This can be used to e.g. account failures during the call setup phase
- from the callee side, for example if you do forking to several
+ from the callee (client) side, for example if you do forking to several
destinations.
- Keep in mind that this flag is reset after processing. Therefore it is
- necessary to set it again e.g. in a failure_route if you do serial
- forking and want to log all attempts.
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do
+ serial forking and want to log all attempts.
Default value is not-set (no flag).
@@ -882,8 +883,14 @@ modparam("acc", "db_flag", 2)
6.16. db_missed_flag (integer)
- Request flag which needs to be set to account missed calls -- database
- specific.
+ Request flag which needs to be set to account missed calls via
+ database. This can be used to e.g. account failures during the call
+ setup phase from the callee (client) side, for example if you do
+ forking to several destinations.
+
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do
+ serial forking and want to log all attempts.
Default value is not-set (no flag).
Module: kamailio
Branch: 5.1
Commit: 24ef2099dedbf6d562a9cec52b6b1537ca86d8b0
URL: https://github.com/kamailio/kamailio/commit/24ef2099dedbf6d562a9cec52b6b153…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-12T23:46:53+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/acc/README
---
Diff: https://github.com/kamailio/kamailio/commit/24ef2099dedbf6d562a9cec52b6b153…
Patch: https://github.com/kamailio/kamailio/commit/24ef2099dedbf6d562a9cec52b6b153…
---
diff --git a/src/modules/acc/README b/src/modules/acc/README
index c8dd133d59..e7d0cfbeba 100644
--- a/src/modules/acc/README
+++ b/src/modules/acc/README
@@ -680,7 +680,8 @@ modparam("acc", "early_media", 1)
6.2. failed_transaction_flag (integer)
Per transaction flag which says if the transaction should be accounted
- also in case of failure (status>=300).
+ also in case of failure (SIP status code >= 300). This flag triggers
+ accouting when the whole transaction fails (on the server side).
Default value is not-set (no flag).
@@ -814,12 +815,12 @@ modparam("acc", "log_flag", 2)
Request flag which needs to be set to account missed calls via syslog.
This can be used to e.g. account failures during the call setup phase
- from the callee side, for example if you do forking to several
+ from the callee (client) side, for example if you do forking to several
destinations.
- Keep in mind that this flag is reset after processing. Therefore it is
- necessary to set it again e.g. in a failure_route if you do serial
- forking and want to log all attempts.
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do
+ serial forking and want to log all attempts.
Default value is not-set (no flag).
@@ -878,8 +879,14 @@ modparam("acc", "db_flag", 2)
6.16. db_missed_flag (integer)
- Request flag which needs to be set to account missed calls -- database
- specific.
+ Request flag which needs to be set to account missed calls via
+ database. This can be used to e.g. account failures during the call
+ setup phase from the callee (client) side, for example if you do
+ forking to several destinations.
+
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do
+ serial forking and want to log all attempts.
Default value is not-set (no flag).
Module: kamailio
Branch: 5.2
Commit: daab9563d3edcdf59028ca5b4004bc1d6edecced
URL: https://github.com/kamailio/kamailio/commit/daab9563d3edcdf59028ca5b4004bc1…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-12T23:40:52+02:00
acc: extend documentation related to flag usage
(cherry picked from commit 40905046baab49fb3baf0f2fdded1307b023d08a)
---
Modified: src/modules/acc/doc/acc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/daab9563d3edcdf59028ca5b4004bc1…
Patch: https://github.com/kamailio/kamailio/commit/daab9563d3edcdf59028ca5b4004bc1…
---
diff --git a/src/modules/acc/doc/acc_admin.xml b/src/modules/acc/doc/acc_admin.xml
index 61e27a196e..a0794ca562 100644
--- a/src/modules/acc/doc/acc_admin.xml
+++ b/src/modules/acc/doc/acc_admin.xml
@@ -489,7 +489,9 @@ modparam("acc", "early_media", 1)
<title><varname>failed_transaction_flag</varname> (integer)</title>
<para>
Per transaction flag which says if the transaction should be
- accounted also in case of failure (status>=300).
+ accounted also in case of failure (SIP status code >= 300).
+ This flag triggers accouting when the whole transaction fails
+ (on the server side).
</para>
<para>
Default value is not-set (no flag).
@@ -679,12 +681,12 @@ modparam("acc", "log_flag", 2)
<para>
Request flag which needs to be set to account missed calls via syslog.
This can be used to e.g. account failures during the call setup phase
- from the callee side, for example if you do forking to several
+ from the callee (client) side, for example if you do forking to several
destinations.
</para>
<para>
- Keep in mind that this flag is reset after processing. Therefore it is
- necessary to set it again e.g. in a failure_route if you do serial
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do serial
forking and want to log all attempts.
</para>
<para>
@@ -775,8 +777,15 @@ modparam("acc", "db_flag", 2)
<section id="acc.p.db_missed_flag">
<title><varname>db_missed_flag</varname> (integer)</title>
<para>
- Request flag which needs to be set to account missed
- calls -- database specific.
+ Request flag which needs to be set to account missed calls via database.
+ This can be used to e.g. account failures during the call setup phase
+ from the callee (client) side, for example if you do forking to several
+ destinations.
+ </para>
+ <para>
+ Keep in mind that this flag is reset after branch completion. Therefore
+ it is necessary to set it again e.g. in a failure_route if you do serial
+ forking and want to log all attempts.
</para>
<para>
Default value is not-set (no flag).