Re: [sr-dev] [kamailio/kamailio] This will update rcv_info to hold the correct receive info instead th… (#1379)

2017-12-21 Thread Amit Zigelman
Thanks! I saw it Wanted to be official contributor =) -- 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/1379#issuecomment-353288909___ Kamail

Re: [sr-dev] [kamailio/kamailio] http_async_client frees pointer twice(Kamailio 5.0.4) (#1340)

2017-12-21 Thread Victor Seva
We're having the same issue with only one worker ``` kamcmd> core.info { version: kamailio 5.0.5 id: unknown compiler: gcc 4.8.2 compiled: flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP,

Re: [sr-dev] [kamailio/kamailio] This will update rcv_info to hold the correct receive info instead th… (#1379)

2017-12-21 Thread Daniel-Constantin Mierla
To merge a pull request directly, the commit log format must follow the guidelines from contributing guide: - https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format There is always space to improve documentation, cleanup code, etc ... no need to wait t

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: add http_async to kamailio-extra-modules [skip ci] (#1375)

2017-12-21 Thread Bastian Triller
> in some parts of the changes, there are module names, not module group names. @miconda Are you referring to the descriptions in the control files? I'd then submit another pull request to master and backport that to active branches, if you agree. -- You are receiving this because you are subs

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: add http_async to kamailio-extra-modules [skip ci] (#1375)

2017-12-21 Thread Bastian Triller
@btriller pushed 1 commit. 28fabd1 pkg/kamailio/deb/xenial: add http_async to kamailio-extra-modules -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1375/files/d53212d9edaa29f6b137360c3c517438cda9952c..28fabd1450

Re: [sr-dev] Build failed in Jenkins: kamailio50-repos » amd64,wheezy,master #10

2017-12-21 Thread Victor Seva
Not really sure why kamailio50-source job was triggered by SCM since build was done by me on 19th > > > *03:27:04* Started by upstream project "kamailio50-repos > " build number 10 > *03:27:04*

[sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1380)

2017-12-21 Thread Bastian Triller
fix module names in description of package kamailio-extra-modules Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if

Re: [sr-dev] [kamailio/kamailio] http_async_client frees pointer twice(Kamailio 5.0.4) (#1340)

2017-12-21 Thread Victor Seva
@grumvalski will this fix this issue? ``` --- a/src/modules/http_async_client/http_multi.c +++ b/src/modules/http_async_client/http_multi.c @@ -330,8 +330,10 @@ static void *curl_shm_malloc(size_t size) } static void curl_shm_free(void *ptr) { - if (ptr) + if (ptr) {

[sr-dev] git:master:655db30d: pkg/kamailio/deb: fix module names in pkg description

2017-12-21 Thread Victor Seva
Module: kamailio Branch: master Commit: 655db30d904275cf60c625323b38f2982746679e URL: https://github.com/kamailio/kamailio/commit/655db30d904275cf60c625323b38f2982746679e Author: Bastian Triller Committer: Victor Seva Date: 2017-12-21T15:56:54+01:00 pkg/kamailio/deb: fix module names in pkg de

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1380)

2017-12-21 Thread Victor Seva
Merged #1380. -- 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/1380#event-1398117157___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.1:4ec28f2c: pkg/kamailio/deb: fix module names in pkg description [skip ci]

2017-12-21 Thread Victor Seva
Module: kamailio Branch: 5.1 Commit: 4ec28f2c31f943b76508fd563bc43c4d9752de45 URL: https://github.com/kamailio/kamailio/commit/4ec28f2c31f943b76508fd563bc43c4d9752de45 Author: Bastian Triller Committer: Victor Seva Date: 2017-12-21T16:03:11+01:00 pkg/kamailio/deb: fix module names in pkg descr

[sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1381)

2017-12-21 Thread Bastian Triller
fix module names in description of package kamailio-extra-modules (cherry picked from commit 655db30d904275cf60c625323b38f2982746679e) Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual mo

[sr-dev] git:5.0:a466009b: pkg/kamailio/deb: fix module names in pkg description [skip ci]

2017-12-21 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: a466009b39a0dce49c59ad1ab66ae2c8103e81e4 URL: https://github.com/kamailio/kamailio/commit/a466009b39a0dce49c59ad1ab66ae2c8103e81e4 Author: Bastian Triller Committer: Victor Seva Date: 2017-12-21T16:05:47+01:00 pkg/kamailio/deb: fix module names in pkg descr

[sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1382)

2017-12-21 Thread Bastian Triller
fix module names in description of package kamailio-extra-modules (cherry picked from commit 655db30d904275cf60c625323b38f2982746679e) Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual mo

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1381)

2017-12-21 Thread Victor Seva
Closed #1381. -- 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/1381#event-1398136838___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1381)

2017-12-21 Thread Victor Seva
I'm already doing the backports, thanks anyway -- 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/1381#issuecomment-353373942___ Kamailio (SER

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1382)

2017-12-21 Thread Victor Seva
I'm already doing the backports, thanks anyway -- 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/1382#issuecomment-353374612___ Kamailio (SER

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module names in pkg description (#1382)

2017-12-21 Thread Victor Seva
Closed #1382. -- 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/1382#event-1398141546___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:4.4:70977040: pkg/kamailio/deb: add http_async to kamailio-extra-modules

2017-12-21 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 7097704019e74ea61c172e56a2014b7643996930 URL: https://github.com/kamailio/kamailio/commit/7097704019e74ea61c172e56a2014b7643996930 Author: Victor Seva Committer: Victor Seva Date: 2017-12-21T16:14:52+01:00 pkg/kamailio/deb: add http_async to kamailio-extra-

[sr-dev] git:4.4:6f070af9: pkg/kamailio/deb: fix module names in pkg description [skip ci]

2017-12-21 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 6f070af9598c26374ea2546f06271c658daf16d1 URL: https://github.com/kamailio/kamailio/commit/6f070af9598c26374ea2546f06271c658daf16d1 Author: Victor Seva Committer: Victor Seva Date: 2017-12-21T16:21:45+01:00 pkg/kamailio/deb: fix module names in pkg descripti

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: add http_async to kamailio-extra-modules [skip ci] (#1375)

2017-12-21 Thread Victor Seva
I did the necessary cherry-picks manually. Thanks for your contribution. -- 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/1375#issuecomment-353377998___

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: add http_async to kamailio-extra-modules [skip ci] (#1375)

2017-12-21 Thread Victor Seva
Closed #1375. -- 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/1375#event-1398166823___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] http_async_client frees pointer twice(Kamailio 5.0.4) (#1340)

2017-12-21 Thread Daniel-Constantin Mierla
@linuxmaniac - that is not solving it, setting ptr to NULL is effective only inside the curl_shm_free(). To me it looks like some pointers that are given to a CURL function, which is going to free them at some point, are also freed inside http_async_client module. Not that familiar with the cod

[sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module name in description [skip ci] (#1383)

2017-12-21 Thread Bastian Triller
fix janssonrpc-c module name in description of package kamailio-extra-modules Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a singl

Re: [sr-dev] [kamailio/kamailio] http_async_client frees pointer twice(Kamailio 5.0.4) (#1340)

2017-12-21 Thread arik
Daniel, Hello, Thanks for the insight. I’ll look into it sometime next week. Hopefully I can resolve. Arik From: Daniel-Constantin Mierla Reply-To: kamailio/kamailio Date: Thursday, 21 December 2017 at 17:37 To: kamailio/kamailio Cc: arik , Author Subject: Re: [kamailio/kamailio] h

[sr-dev] git:4.4:522b0a76: pkg/kamailio/deb: fix module name in description [skip ci]

2017-12-21 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 522b0a76e3ea84e46c94a61df8e709f543c0f8f5 URL: https://github.com/kamailio/kamailio/commit/522b0a76e3ea84e46c94a61df8e709f543c0f8f5 Author: Bastian Triller Committer: Victor Seva Date: 2017-12-21T16:58:55+01:00 pkg/kamailio/deb: fix module name in descriptio

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module name in description [skip ci] (#1383)

2017-12-21 Thread Victor Seva
Merged #1383. -- 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/1383#event-1398232217___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/deb: fix module name in description [skip ci] (#1383)

2017-12-21 Thread Victor Seva
Thanks! -- 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/1383#issuecomment-353387317___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:81687628: evapi: detect the OS darwin as substring

2017-12-21 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 81687628bc5fb90a6b126cd2b89c8725a4c3caab URL: https://github.com/kamailio/kamailio/commit/81687628bc5fb90a6b126cd2b89c8725a4c3caab Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-12-21T17:07:15+01:00 evapi: detect the OS d

[sr-dev] Build failed in Jenkins: kamailio44-nightly-binaries » amd64,squeeze,slave #124

2017-12-21 Thread jenkins
See -- [...truncated 439.94 KB...] CC (gcc) [M ims_usrloc_pcscf.so]utime.o make[3]: `libkmi.so.1.0' is up

[sr-dev] Build failed in Jenkins: kamailio44-nightly-binaries » i386,squeeze,slave #124

2017-12-21 Thread jenkins
See -- [...truncated 450.01 KB...] CC (gcc) [M ims_usrloc_scscf.so]contact_dlg_handlers.o CC (gcc) [M ims_