[sr-dev] git:master:ac0a0d6f: pkg/kamailio/deb: version set 5.3.0~dev8 [skip ci]

2019-09-04 Thread Victor Seva
Module: kamailio Branch: master Commit: ac0a0d6feebe738830efaa7bdcfae8ca7f41070d URL: https://github.com/kamailio/kamailio/commit/ac0a0d6feebe738830efaa7bdcfae8ca7f41070d Author: Victor Seva Committer: Victor Seva Date: 2019-09-05T08:46:10+02:00 pkg/kamailio/deb: version set 5.3.0~dev8 [skip c

Re: [sr-dev] [kamailio/kamailio] TLS module compiled with outdated OpenSSL version for Ubuntu bionic (#2018)

2019-09-04 Thread Victor Seva
After the changes, we are using the latest version ``` Get: 170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.4 [1566 kB] ``` @welljsjs What is the version you have installed? -- You are receiving this because you are subscribed to this threa

Re: [sr-dev] [SR-Users] Development for v5.3.x is frozen

2019-09-04 Thread Henning Westerholt
Hello, just a quick note, I did a spelling fix for the upgrade guidelines URL:   * https://www.kamailio.org/wiki/install/upgrade/5.2.x-to-5.3.0 Cheers, Henning Am 05.09.19 um 07:28 schrieb Daniel-Constantin Mierla: > Hello, > > the formal notification that the development for the next major v

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio: added rpm version and release configuration (#2050)

2019-09-04 Thread sergey-safarov
Hell @miconda , @linuxmaniac Could you look this PR. I not have many experience in `Makefile` preparation. Your advice is desirable. -- 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/2

[sr-dev] Development for v5.3.x is frozen

2019-09-04 Thread Daniel-Constantin Mierla
Hello, the formal notification that the development for the next major version 5.3.0 is now frozen. The focus has to be on testing the master branch. Also, the master branch should not get commits with new features till the branch 5.3 is created, expected to happen in 2-4 weeks, a matter of how t

[sr-dev] git:master:303e07d6: Makefile.defs: version set to 5.3.0-dev8

2019-09-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 303e07d66198fa3891b69fdcf3c71d68805c1558 URL: https://github.com/kamailio/kamailio/commit/303e07d66198fa3891b69fdcf3c71d68805c1558 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-09-05T07:02:39+02:00 Makefile.defs: version

[sr-dev] git:master:101e7985: Makefile.defs: version set to 5.3.0-pre0

2019-09-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 101e798573a0a971f1d0f07512cb6267186f1f23 URL: https://github.com/kamailio/kamailio/commit/101e798573a0a971f1d0f07512cb6267186f1f23 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-09-05T07:03:27+02:00 Makefile.defs: version

Re: [sr-dev] [kamailio/kamailio] Segfault in t_reply of Kamailio v5.2.2 rev. 9bc44f (#2055)

2019-09-04 Thread Daniel-Constantin Mierla
Do you still have the sip traffic for that transaction (requests/replies received/sent by kamailio)? If yes, you can send me the pcap to try to match with code execution. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: http

Re: [sr-dev] [kamailio/kamailio] jsonrpcs: fix double free crash (#1839)

2019-09-04 Thread Henning Westerholt
Thanks for the reminder. As already mentioned, 5.0 is EOL and will not receive any updates anymore, sorry. I have forwarded you the patch over e-mail. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/183

Re: [sr-dev] Planning the next major release - v5.3.0

2019-09-04 Thread Henning Westerholt
Hello, I have created a new page for this release in the wiki, and will add as well the additions of the last weeks. https://www.kamailio.org/wiki/features/new-in-5.3.x Cheers, Henning Am 04.09.19 um 07:30 schrieb Daniel-Constantin Mierla: > Hello, > > quick reminder that at the end of today

Re: [sr-dev] [kamailio/kamailio] Segfault in t_reply of Kamailio v5.2.2 rev. 9bc44f (#2055)

2019-09-04 Thread Muhammad Shahzad Shafi
The async operation basically related to chat history setup on our production server. It fetches chat sessions and relevent info from backend (REDIS + MySQL or Elastic Search) using mod_perl. According to our load test results, the whole operation takes roughly 500 to 800 ms (<1 second) under n

Re: [sr-dev] [kamailio/kamailio] jsonrpcs: fix double free crash (#1839)

2019-09-04 Thread Bastian Triller
@henningw w/o this patch `5.0` branch is unusable with default config. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1839#issuecomment-527875710___ Kamailio

Re: [sr-dev] [kamailio/kamailio] Malformed INVITE message crashes Kamailio (#2044)

2019-09-04 Thread santoshsridhar
I am running Kamailio as Docker container.. so core file is not available on the setup where the issue is seen.. I am planning to have kamailio on standalone instance and will share the core file as soon as I have it. -- You are receiving this because you are subscribed to this thread. Reply t

Re: [sr-dev] [kamailio/kamailio] Segfault in t_reply of Kamailio v5.2.2 rev. 9bc44f (#2055)

2019-09-04 Thread Daniel-Constantin Mierla
Seems to be a removed transaction structure. Can the async operation take very long till it resumes the transaction processing? What kind of operations are done in this async execution? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it