Hello,
Kamailio SIP Server v5.1.9 stable release is out.
This is a maintenance release of the previous stable branch, 5.1, that
includes fixes since the release of v5.1.8. There is no change to
database schema or configuration language structure that you have to do
on previous installations of v5.1.x. Deployments running previous v5.1.x
versions are strongly recommended to be upgraded to v5.1.9 or to v5.2.x
series.
For more details about version 5.1.9 (including links and guidelines to
download the tarball or from GIT repository), visit:
* https://www.kamailio.org/w/2019/09/kamailio-v5-1-9-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Note: the branch 5.1 is the previous stable branch. The latest stable
branch is 5.2, at this time with v5.2.4 being released out of it.
Many thanks to all contributing and using Kamailio!
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - April 27-29, 2020 -- www.kamailioworld.com
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [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:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
in order to add Server-header to 401 Replies , it has to been permit using in failure routes.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2074
-- Commit Summary --
* ims_ipsec_pcscf : fixed using ipsec_create
-- File Changes --
M src/modules/ims_ipsec_pcscf/ims_ipsec_pcscf_mod.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2074.patchhttps://github.com/kamailio/kamailio/pull/2074.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/2074
Module: kamailio
Branch: master
Commit: b6a0d86b79dcc8eacbf725a3f5d6b8d123b14fc1
URL: https://github.com/kamailio/kamailio/commit/b6a0d86b79dcc8eacbf725a3f5d6b8d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-26T09:31:48+02:00
modules: readme files regenerated - db_cassandra ... [skip ci]
---
Modified: src/modules/db_cassandra/README
---
Diff: https://github.com/kamailio/kamailio/commit/b6a0d86b79dcc8eacbf725a3f5d6b8d…
Patch: https://github.com/kamailio/kamailio/commit/b6a0d86b79dcc8eacbf725a3f5d6b8d…
---
diff --git a/src/modules/db_cassandra/README b/src/modules/db_cassandra/README
index 99cb2bac5b..443f91f1fc 100644
--- a/src/modules/db_cassandra/README
+++ b/src/modules/db_cassandra/README
@@ -61,6 +61,13 @@ Chapter 1. Admin Guide
1. Overview
+ Note: the module requires old version of external library, not
+ compiling with those available out of the stock in the Linux
+ distributions. It is going to be kept for a while in case someone wants
+ to pick it up and upgrade. Also, the module was never extensively
+ tested, therefore take the appropriate actions in case you plan to use
+ it.
+
Db_cassandra is one of the Kamailio database modules. It does not
export any functions executable from the configuration scripts, but it
exports a subset of functions using the database API, and thus, other
Module: kamailio
Branch: master
Commit: 39b7b4073465fd5343297683c59d75510c87d195
URL: https://github.com/kamailio/kamailio/commit/39b7b4073465fd5343297683c59d755…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-09-26T09:19:46+02:00
db_cassandra: docs - note about the state of the module
---
Modified: src/modules/db_cassandra/doc/db_cassandra_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/39b7b4073465fd5343297683c59d755…
Patch: https://github.com/kamailio/kamailio/commit/39b7b4073465fd5343297683c59d755…
---
diff --git a/src/modules/db_cassandra/doc/db_cassandra_admin.xml b/src/modules/db_cassandra/doc/db_cassandra_admin.xml
index a9852c984f..0becd4af02 100644
--- a/src/modules/db_cassandra/doc/db_cassandra_admin.xml
+++ b/src/modules/db_cassandra/doc/db_cassandra_admin.xml
@@ -16,6 +16,13 @@
<section>
<title>Overview</title>
+ <para>
+ Note: the module requires old version of external library, not compiling
+ with those available out of the stock in the Linux distributions. It is
+ going to be kept for a while in case someone wants to pick it up and
+ upgrade. Also, the module was never extensively tested, therefore take
+ the appropriate actions in case you plan to use it.
+ </para>
<para>
Db_cassandra is one of the &kamailio; database modules. It does
not export any functions executable from the configuration scripts,
hi please
Add Db_cassandra module in kamailio/kamailio-cli doker image.
--
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/issues/2071