Re: [sr-dev] [kamailio] http_request and curl_http_request cause crash in 4.3 and dev (#400)

2016-01-27 Thread Daniel-Constantin Mierla
Closing this one as fixes were pushed more than a month ago -- if there are new issues, re-open or create a new one. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/400#issuecomment-175473851___ sr-dev

Re: [sr-dev] [kamailio] http_request and curl_http_request cause crash in 4.3 and dev (#400)

2016-01-27 Thread Daniel-Constantin Mierla
Closed #400. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/400#event-527709569___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Tim Chubb
Awesome stuff, look forward to being able to make use of it! Tim. From: sr-dev [mailto:sr-dev-boun...@lists.sip-router.org] On Behalf Of Federico Cabiddu Sent: 27 January 2016 14:50 To: Kamailio (SER) - Development Mailing List Subject: Re: [sr-dev] http_query/Curl

[sr-dev] [kamailio] Make tcpops module usable on BSD (#491)

2016-01-27 Thread Mikko Lehto
Tested with FreeBSD 10 and Linux 3.2 (Debian Wheezy 7.6). List of other platforms gathered with [FreeBSD and Linux Kernel Cross-Reference](http://fxr.watson.org/fxr/trackident?i=TCP_KEEPIDLE) You can view, comment on, or merge this pull request online at:

Re: [sr-dev] [kamailio] Make tcpops module usable on BSD (#491)

2016-01-27 Thread Camille Oudot
Thanks for the patch. I'm not sure where `tcp_options.h` gets the `TCP_KEEP*` macros defined from, do I miss something? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/491#issuecomment-175786450___

Re: [sr-dev] [kamailio] Make tcpops module usable on BSD (#491)

2016-01-27 Thread Mikko Lehto
I have those in netinet/tcp.h. It is included by tcp_main.c and modules/tcpops/tcpops.c Can this still work? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/491#issuecomment-175790500___ sr-dev mailing

[sr-dev] git:master:b6e2dce8: rtpengine: Init and dealloc hastable locks

2016-01-27 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: b6e2dce80a607b12276addea310c9696c3c39ce9 URL: https://github.com/kamailio/kamailio/commit/b6e2dce80a607b12276addea310c9696c3c39ce9 Author: Stefan Mititelu Committer: Stefan Mititelu Date:

[sr-dev] git:master:73872420: ims_charging: Fixed setting of AVP

2016-01-27 Thread Carsten Bock
Module: kamailio Branch: master Commit: 73872420188b2eb0a5adb51a03a3c17baec1a331 URL: https://github.com/kamailio/kamailio/commit/73872420188b2eb0a5adb51a03a3c17baec1a331 Author: Carsten Bock Committer: Carsten Bock Date: 2016-01-27T10:16:06+01:00

[sr-dev] git:master:fe37c011: core: Makefile.defs - renamed var CPU to CPUTYPE

2016-01-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fe37c011810d563f8a7e7d1e6856d7199dd1f5d2 URL: https://github.com/kamailio/kamailio/commit/fe37c011810d563f8a7e7d1e6856d7199dd1f5d2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:6711306d: rtpengine: Fix coredump on kamailio shutdown

2016-01-27 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 6711306d48be16fcf1dff860f72d0db14cac02fc URL: https://github.com/kamailio/kamailio/commit/6711306d48be16fcf1dff860f72d0db14cac02fc Author: Stefan Mititelu Committer: Stefan Mititelu Date:

[sr-dev] GCC version in use

2016-01-27 Thread Daniel-Constantin Mierla
Hello, looking a bit over our makefiles, I am thinking of simplifying some parts related to compiler optimizations, as I noticed some of them are for gcc 2.x. So I would like to see if people are still using old OSes and/or old GCC versions. In other words, if you use old or some dedicated

Re: [sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Olle E. Johansson
> On 27 Jan 2016, at 15:07, Waite, Hugh wrote: > > I should add, I had it in the pipeline for the current (non-async) curl > module. Frederico’s response is probably more what you wanted! We should possibly have an online or Fosdem meeting to discuss this mess with two

[sr-dev] git:master:b727c99b: core: explictely present the main process in description

2016-01-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b727c99b8e74feec6ad1af0d01b2f4e46200ef46 URL: https://github.com/kamailio/kamailio/commit/b727c99b8e74feec6ad1af0d01b2f4e46200ef46 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Federico Cabiddu
Agree, FOSDEM will be a perfect opportunity for discussing about this! Cheers, Federico On Wed, Jan 27, 2016 at 3:47 PM, Olle E. Johansson wrote: > > On 27 Jan 2016, at 15:07, Waite, Hugh wrote: > > I should add, I had it in the pipeline for the current

Re: [sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Waite, Hugh
I should add, I had it in the pipeline for the current (non-async) curl module. Frederico’s response is probably more what you wanted! Hugh From: sr-dev [mailto:sr-dev-boun...@lists.sip-router.org] On Behalf Of Waite, Hugh Sent: 27 January 2016 13:58 To: Kamailio (SER) - Development Mailing

[sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Tim Chubb
Hi Would it be possible to have a means of specifying additional request headers, i.e. things like the Authorization header, so that you would be able to make use of services which use a token based AAA system such as OAuth. >From the cli its trivial to invoke curl with additional headers i.e.

Re: [sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Olle E. Johansson
> On 27 Jan 2016, at 14:53, Tim Chubb wrote: > > Hi > > Would it be possible to have a means of specifying additional request > headers, i.e. things like the Authorization header, so that you would be able > to make use of services which use a token based AAA

Re: [sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Waite, Hugh
It’s in the pipeline already! It is needed in the API if the xcap_client module needs to be ported. Hugh From: sr-dev [mailto:sr-dev-boun...@lists.sip-router.org] On Behalf Of Olle E. Johansson Sent: 27 January 2016 13:56 To: Kamailio (SER) - Development Mailing List Subject: Re: [sr-dev]

Re: [sr-dev] http_query/Curl Async Module : custom http headers feature request

2016-01-27 Thread Federico Cabiddu
Hi, this feature is implemented in the new async_http module (the name is provisional). Hopefully it will be merged soon. Here you can find the pull request https://github.com/kamailio/kamailio/pull/480 Regards, Federico On Wed, Jan 27, 2016 at 2:53 PM, Tim Chubb

[sr-dev] mem leak using dispatcher in event route

2016-01-27 Thread Camille Oudot
Hi Kamailio devs, we've found a memory leak in one of our servers: the AVPs filled by the dispatcher module's `ds_select_dst()` function, called in the `usrloc:contact-epired` event route are not freed. Using this function in an event route is not encouraged by the documentation (only