Re: [sr-dev] pthread mutex and openssl 1.1

2020-03-16 Thread Greg Troxel
Greg Troxel writes: > There is -DKSR_PTHREAD_MUTEX_SHARED defined: > > ifeq ($(LIBSSL_SET_MUTEX_SHARED), 1) > CC_PMUTEX_OPTS = -pthread -DKSR_PTHREAD_MUTEX_SHARED > LD_PMUTEX_OPTS = -pthread -rdynamic -Wl,-Bsymbolic-functions > else > CC_PMUTEX_OPTS = > LD_PMUTEX_OPTS = > endif I forced this

[sr-dev] pthread mutex and openssl 1.1

2020-03-16 Thread Greg Troxel
My next issue in the NetBSD build is about mutexes. I gather this is very much about openssl 1.1, and all of this is only about non-Linux since there futexes are used. (pkgsrc has switched to openssl 1.1 basically the beginning of 2020.) I am guessing that the basic issue is that the pthread

[sr-dev] minor issues building on NetBSD

2020-03-16 Thread Greg Troxel
I'm working on adding 5.3.3 to pkgsrc, and have run into a few minor things. I'm mentioning them here in the hopes of being steered towards the preferred way to fix. (I hope this belongs on -dev; let me know if not.) 1) -ldl In src/Makefile.defs, I had to do: -LD_PMUTEX_OPTS = -pthread

[sr-dev] git:master:19c6f596: modules: readme files regenerated - p_usrloc ... [skip ci]

2020-03-16 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 19c6f596f1daf246c0f77236ecf0016bfc3c81a2 URL: https://github.com/kamailio/kamailio/commit/19c6f596f1daf246c0f77236ecf0016bfc3c81a2 Author: Kamailio Dev Committer: Kamailio Dev Date: 2020-03-16T16:01:17+01:00 modules: readme files regenerated - p_usrloc

[sr-dev] Kamailio v5.3.3 Released

2020-03-16 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v5.3.3 stable release is out. This is a maintenance release of the latest stable branch, 5.3, that includes fixes since the release of v5.3.2. There is no change to database schema or configuration language structure that you have to do on previous installations of

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Stefan Mititelu
Thanks for review. -- 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/2253#issuecomment-599579329___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Stefan Mititelu
Merged #2253 into master. -- 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/2253#event-3133560123___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Stefan Mititelu
Updated p_usrloc's location.sql to include "uniq" column. -- 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/2253#issuecomment-599550851___

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Stefan Mititelu
@smititelu pushed 1 commit. 622e9f74f11d1a5223cd799ebb8bb954bd5d689e p_usrloc: add new update function -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] git:5.3:c918a3fc: ChangeLog: content updated for v5.3.2

2020-03-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.3 Commit: c918a3fcbf9dd7e697737a54f2b3b95a73b582a9 URL: https://github.com/kamailio/kamailio/commit/c918a3fcbf9dd7e697737a54f2b3b95a73b582a9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-16T14:22:28+01:00 ChangeLog: content

[sr-dev] git:5.3:b3e0db66: Makefile.defs: version set to 5.3.3

2020-03-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.3 Commit: b3e0db66d5bee1baccb2343eb891fc28ea8d2dde URL: https://github.com/kamailio/kamailio/commit/b3e0db66d5bee1baccb2343eb891fc28ea8d2dde Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-16T14:14:28+01:00 Makefile.defs: version

[sr-dev] git:5.3:64a9592c: pkg: version set to 5.3.3 for rpm and alpine specs

2020-03-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.3 Commit: 64a9592c13fb736078cdb3e3e5979621cbd50151 URL: https://github.com/kamailio/kamailio/commit/64a9592c13fb736078cdb3e3e5979621cbd50151 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-03-16T13:55:36+01:00 pkg: version set to

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Henning Westerholt
Thank you. So I understand correctly that the "new way" is using the uniq column for updates. The p_usrloc module is not using the generic DB scheme infrastructure. So it would be great if you could also update the _location.sql_ file in the p_usrloc module directory to include the new column

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Stefan Mititelu
I've updated the pull request to consider only 0, 1, 2 values (docs and code). I've added the new function to consider additional columns when updating database; "uniq_col" is one of them. We have some user agents that send "uniq" in Contact header of SIP REGISTER message. -- You are

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Stefan Mititelu
@smititelu pushed 1 commit. 5d6a81d83c625beb52cb85a0e9266e9a115a663b p_usrloc: add new update function -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] Info: Kamailio World 2020 – Event Cancelled For April 27-29, 2020

2020-03-16 Thread Daniel-Constantin Mierla
Source: https://www.kamailioworld.com/k08/2020/03/kamailio-world-2020-event-cancelled-for-april-27-29-2020/ It is probably no much of a surprise that the next Kamailio World Conference and the NG-Emergency track cannot be organized any more during April  27-29, 2020. We are trying to find out the

[sr-dev] git:5.3:ee9cd2ea: pkg/kamailio/deb: version set to 5.3.3

2020-03-16 Thread Victor Seva
Module: kamailio Branch: 5.3 Commit: ee9cd2ea0874f10cb97d899c222e17d8d57385ea URL: https://github.com/kamailio/kamailio/commit/ee9cd2ea0874f10cb97d899c222e17d8d57385ea Author: Victor Seva Committer: Victor Seva Date: 2020-03-16T11:46:40+01:00 pkg/kamailio/deb: version set to 5.3.3 ---

Re: [sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Henning Westerholt
Thanks for the pull request. I think it might be better to use a value of "2" to specify the new scheme (at least in the docs). This would be more similar to the way other modules mode parameter work. Did I understand it correctly that you add a new DB column? Is this for the reg_db table or

[sr-dev] [kamailio/kamailio] p_usrloc: add new update function (#2253)

2020-03-16 Thread Stefan Mititelu
Add also new uniq column. The new update function will use this new column. !-- 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

Re: [sr-dev] Releasing Kamailio v5.3.3

2020-03-16 Thread Daniel-Constantin Mierla
Hello, I am going to release Kamailio v.5.3.3 during today. Till the announcement is sent out, any commit to branch 5.3 should be notified on sr-dev or irc channel and wait for ack, in order to avoid conflicts with the release build process. Cheers, Daniel On 10.03.20 15:19, Daniel-Constantin