Re: [sr-dev] [kamailio/kamailio] kafka: module to produce and send messages to a Kafka server (#2112)

2019-10-31 Thread vhernando
@vhernando pushed 1 commit. 4ae09ec3b1348df7c93c4a0e0f25e65acb223b49 kafka: comment about suitable versions of librdkafka library -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] [Feature Request]: Add **connection** IP and Port vars (specifically for tcp_accept_haproxy=yes) (#2103)

2019-10-31 Thread Joel Serrano
Hi @miconda thanks for clarifying, now I know for next time :) I just tested and now it works as expected: ``` "message":" NOTICE: {1 20 INVITE lR5kTpx06q}

Re: [sr-dev] [SR-Users] Routing Blocks - Missing in latest core wiki

2019-10-31 Thread Henning Westerholt
Hello, the problem was fixed – it was related to recently added protection mechanism on www.kamailio.org. As the core cookbook document was growing, it was affected by a limit. I just tested it; it works now. Editing for registered users in the wiki is possible again. Cheers, Henning --

[sr-dev] git:master:bf3797ce: jsonrpcs: kemi function to get the rpc command response

2019-10-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bf3797ce7566fd5d993cbb0b0314f255b66bf662 URL: https://github.com/kamailio/kamailio/commit/bf3797ce7566fd5d993cbb0b0314f255b66bf662 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-10-31T17:24:24+01:00 jsonrpcs: kemi

[sr-dev] git:master:7470ab6d: modules: readme files regenerated - dispatcher ... [skip ci]

2019-10-31 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 7470ab6d16200f011dc33aad5ad4e89483af12e6 URL: https://github.com/kamailio/kamailio/commit/7470ab6d16200f011dc33aad5ad4e89483af12e6 Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-10-31T17:16:14+01:00 modules: readme files regenerated -

Re: [sr-dev] [kamailio/kamailio] dispatcher: add state to mode in ds_list_exists (#2117)

2019-10-31 Thread lazedo
Merged #2117 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/2117#event-2760469945___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:2945ba44: dispatcher: add state to mode in ds_list_exists

2019-10-31 Thread lazedo
Module: kamailio Branch: master Commit: 2945ba448c6365728b49c10ba98824be357f85b3 URL: https://github.com/kamailio/kamailio/commit/2945ba448c6365728b49c10ba98824be357f85b3 Author: lazedo Committer: lazedo Date: 2019-10-31T16:12:31Z dispatcher: add state to mode in ds_list_exists adds Bit 3 to

Re: [sr-dev] [kamailio/kamailio] core/cfg has memory leak if string value is set (#2094)

2019-10-31 Thread Henning Westerholt
Thank you for the feedback. Ok, this would be a bit more complex change. I will need to get some time to look into it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] ERROR tls: alert certificate unknown (#2104)

2019-10-31 Thread Henning Westerholt
@thadeu - do you got some results from the tests? -- 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/2104#issuecomment-548448537___

Re: [sr-dev] [kamailio/kamailio] presence_xml: adds option to aggregate xml body with priorities (#2118)

2019-10-31 Thread Henning Westerholt
henningw commented on this pull request. Thank you for the pull request. I see that you introduced new module parameter, please also add some documentation about them in the doc/ XML file. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [sr-dev] [kamailio/kamailio] kafka: module to produce and send messages to a Kafka server (#2112)

2019-10-31 Thread Henning Westerholt
henningw commented on this pull request. > + + none. + + + + + + + External Libraries or Applications + + The following libraries or

Re: [sr-dev] [kamailio/kamailio] kafka: module to produce and send messages to a Kafka server (#2112)

2019-10-31 Thread Henning Westerholt
henningw commented on this pull request. > + LM_DBG("Initializing statistics\n"); + + stats_lock = lock_alloc(); + if (!stats_lock) { + LM_ERR("Cannot allocate stats lock\n"); + return -1; + } + + if(lock_init(stats_lock) == NULL) { +

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: closing mnl_socket in some exceptional situations (#2114)

2019-10-31 Thread Henning Westerholt
I looked into the existing code of the function create_ipsec_tunnel(..) Are you sure that the "return 0" in the error cases is correct? Should it not be -1, as in the one case in the bottom of the function? If yes - then it makes probably sense to combine them all into one "goto error" case.

Re: [sr-dev] [kamailio/kamailio] Add optional parameter to ds_is_from_list() to check only active GW (#1908)

2019-10-31 Thread Henning Westerholt
Closed #1908. -- 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/1908#event-2760381091___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Add optional parameter to ds_is_from_list() to check only active GW (#1908)

2019-10-31 Thread Henning Westerholt
indeed - closed -- 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/1908#issuecomment-548441118___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] dispatcher: add state to mode in ds_list_exists (#2117)

2019-10-31 Thread Henning Westerholt
Thank you, good addition. It can be merged. -- 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/2117#issuecomment-548440996___ Kamailio (SER)

[sr-dev] git:5.2:c24bd9e7: ims_ipsec_pcscf: fix non-close mnl_socket when a bind error

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: 5.2 Commit: c24bd9e7e449275fa9b9b7a05960e264edb15fac URL: https://github.com/kamailio/kamailio/commit/c24bd9e7e449275fa9b9b7a05960e264edb15fac Author: Stanislav S. Litvinenko Committer: Henning Westerholt Date: 2019-10-31T16:36:03+01:00 ims_ipsec_pcscf: fix non-close

[sr-dev] git:5.3:543fbbf9: ims_ipsec_pcscf: fix non-close mnl_socket when a bind error

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: 5.3 Commit: 543fbbf9b1dd2429be910b27566bf273381cbf78 URL: https://github.com/kamailio/kamailio/commit/543fbbf9b1dd2429be910b27566bf273381cbf78 Author: Stanislav S. Litvinenko Committer: Henning Westerholt Date: 2019-10-31T16:35:49+01:00 ims_ipsec_pcscf: fix non-close

[sr-dev] git:5.3:50dcbdf4: ims_ipsec_pcscf: fix gcc warning about misleading indention

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: 5.3 Commit: 50dcbdf4f6f2a99d1a60aa0d676612c782285133 URL: https://github.com/kamailio/kamailio/commit/50dcbdf4f6f2a99d1a60aa0d676612c782285133 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-10-31T16:42:18+01:00 ims_ipsec_pcscf: fix gcc warning

[sr-dev] git:master:08e45106: ims_ipsec_pcscf: fix gcc warning about misleading indention

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 08e451066aad2ed14a70a72a18733788a48224ef URL: https://github.com/kamailio/kamailio/commit/08e451066aad2ed14a70a72a18733788a48224ef Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-10-31T16:39:59+01:00 ims_ipsec_pcscf: fix gcc warning

[sr-dev] [kamailio/kamailio] crash in slow timer (#2120)

2019-10-31 Thread lazedo
### Description on busy servers, there's a sporadic crash in slow timer. we don't have any debugging data anymore nor a way to reliably reproduce it. just posting here in case someone sees the same and can find a way to reliably reproduce it and maybe test the patch below. ###

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fix non-close mnl_socket when a bind error (#2113)

2019-10-31 Thread Henning Westerholt
Merged #2113 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/2113#event-2760278412___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] ims_ipsec_pcscf: fix non-close mnl_socket when a bind error (#2113)

2019-10-31 Thread Henning Westerholt
Thank you. Already merged - also will back-port it to stable branches. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:8cae623c: ims_ipsec_pcscf: fix non-close mnl_socket when a bind error

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 8cae623c7051d529d779c4bf072225c44154e403 URL: https://github.com/kamailio/kamailio/commit/8cae623c7051d529d779c4bf072225c44154e403 Author: Stanislav S. Litvinenko Committer: Henning Westerholt Date: 2019-10-31T16:25:52+01:00 ims_ipsec_pcscf: fix

Re: [sr-dev] [kamailio/kamailio] Add optional parameter to ds_is_from_list() to check only active GW (#1908)

2019-10-31 Thread lazedo
#2117 should allow closure of this issue -- 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/1908#issuecomment-548429125___ Kamailio (SER) -

[sr-dev] [kamailio/kamailio] hostname in kubernetes (#2119)

2019-10-31 Thread lazedo
### Description gethostname not accurate in kubernetes ### Troubleshooting Reproduction on a recent test with kamailio in kubernetes, found that gethostname can return only the hostname and not the fqdn. this depends on the kind of object is used (deployment/statefulset) ###

[sr-dev] [kamailio/kamailio] presence_xml: adds option to aggregate xml body with priorities (#2118)

2019-10-31 Thread lazedo
!-- 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

[sr-dev] [kamailio/kamailio] dispatcher: add state to mode in ds_list_exists (#2117)

2019-10-31 Thread lazedo
!-- 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

Re: [sr-dev] [kamailio/kamailio] etc/kamailio.cfg: fix typo (#2116)

2019-10-31 Thread Daniel-Constantin Mierla
Merged #2116 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/2116#event-2759708380___ Kamailio (SER) - Development Mailing

Re: [sr-dev] [kamailio/kamailio] etc/kamailio.cfg: fix typo (#2116)

2019-10-31 Thread Daniel-Constantin Mierla
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/2116#issuecomment-548363816___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:d960c2fe: etc/kamailio.cfg: fix typo

2019-10-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d960c2fe4199bc55c5914ea47f32fac663c683d5 URL: https://github.com/kamailio/kamailio/commit/d960c2fe4199bc55c5914ea47f32fac663c683d5 Author: Bastian Triller Committer: Daniel-Constantin Mierla Date: 2019-10-31T14:03:44+01:00 etc/kamailio.cfg: fix typo

Re: [sr-dev] [kamailio/kamailio] add rtpproxy in kamailio/kamailio-ci:master-alpine (#2109)

2019-10-31 Thread sergey-safarov
One more solution to add static IP to kamailio in kubernetes. https://docs.projectcalico.org/v3.9/networking/add-floating-ip Amazon EKS also supports Calico. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] etc/kamailio.cfg: fix typo (#2116)

2019-10-31 Thread Bastian Triller
!-- 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

[sr-dev] git:5.2:548db416: modules: readme files regenerated - modules ... [skip ci]

2019-10-31 Thread Kamailio Dev
Module: kamailio Branch: 5.2 Commit: 548db41611da0c70bb6c8cdd19fa11a9bb6e7172 URL: https://github.com/kamailio/kamailio/commit/548db41611da0c70bb6c8cdd19fa11a9bb6e7172 Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-10-31T12:46:56+01:00 modules: readme files regenerated - modules ...

[sr-dev] git:5.3:72d17edf: modules: readme files regenerated - modules ... [skip ci]

2019-10-31 Thread Kamailio Dev
Module: kamailio Branch: 5.3 Commit: 72d17edf9c38118b852ffece061417653f9a97ff URL: https://github.com/kamailio/kamailio/commit/72d17edf9c38118b852ffece061417653f9a97ff Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-10-31T12:46:32+01:00 modules: readme files regenerated - modules ...

[sr-dev] git:master:2052115f: modules: readme files regenerated - topos ... [skip ci]

2019-10-31 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 2052115f8bc06b84d3751b329c8ac7d71149a9a4 URL: https://github.com/kamailio/kamailio/commit/2052115f8bc06b84d3751b329c8ac7d71149a9a4 Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-10-31T12:46:14+01:00 modules: readme files regenerated - topos ...

[sr-dev] git:5.2:87df0c0b: topos: fix documentation for msg-sending event_route (GH #2115)

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: 5.2 Commit: 87df0c0b7c3bccfc38b17fe20572948a39a57cff URL: https://github.com/kamailio/kamailio/commit/87df0c0b7c3bccfc38b17fe20572948a39a57cff Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-10-31T12:36:01+01:00 topos: fix documentation for

[sr-dev] git:5.2:34c2c530: topos: fix event_mode parameter type (GH #2115)

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: 5.2 Commit: 34c2c5300e72f7148057a4a5dbe34e33eda74317 URL: https://github.com/kamailio/kamailio/commit/34c2c5300e72f7148057a4a5dbe34e33eda74317 Author: Bastian Triller Committer: Henning Westerholt Date: 2019-10-31T12:35:58+01:00 topos: fix event_mode parameter type

[sr-dev] git:5.3:65136e5d: topos: fix event_mode parameter type (GH #2115)

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: 5.3 Commit: 65136e5df6926c7757b52da79eae9ecef26235e1 URL: https://github.com/kamailio/kamailio/commit/65136e5df6926c7757b52da79eae9ecef26235e1 Author: Bastian Triller Committer: Henning Westerholt Date: 2019-10-31T12:34:58+01:00 topos: fix event_mode parameter type

[sr-dev] git:5.3:f6c49cd7: topos: fix documentation for msg-sending event_route (GH #2115)

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: 5.3 Commit: f6c49cd7bf3ee6a2dd85367b4225402548488e91 URL: https://github.com/kamailio/kamailio/commit/f6c49cd7bf3ee6a2dd85367b4225402548488e91 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-10-31T12:35:14+01:00 topos: fix documentation for

Re: [sr-dev] [kamailio/kamailio] topos: fix event_mode parameter type (#2115)

2019-10-31 Thread Henning Westerholt
Thank you for the pull request, I merged it manually to git master and will also backport. There was a small error in the doc change, which I fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos: fix event_mode parameter type (#2115)

2019-10-31 Thread Henning Westerholt
Closed #2115. -- 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/2115#event-2759423626___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:e42fcc93: topos: fix documentation for msg-sending event_route (GH #2115)

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: master Commit: e42fcc9395ee82d3d9d3df0da3728dd652a1d5c2 URL: https://github.com/kamailio/kamailio/commit/e42fcc9395ee82d3d9d3df0da3728dd652a1d5c2 Author: Henning Westerholt Committer: Henning Westerholt Date: 2019-10-31T12:30:46+01:00 topos: fix documentation for

[sr-dev] git:master:d9c603d3: topos: fix event_mode parameter type (GH #2115)

2019-10-31 Thread Henning Westerholt
Module: kamailio Branch: master Commit: d9c603d3fcc93a3a160a03e7e3c5500d744957db URL: https://github.com/kamailio/kamailio/commit/d9c603d3fcc93a3a160a03e7e3c5500d744957db Author: Bastian Triller Committer: Henning Westerholt Date: 2019-10-31T12:29:05+01:00 topos: fix event_mode parameter type

[sr-dev] [kamailio/kamailio] topos: fix event_mode parameter type (#2115)

2019-10-31 Thread Bastian Triller
!-- 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

[sr-dev] git:master:63334e31: evapi: use local allocated buffer to get data parameter for event relay

2019-10-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 63334e312d60a5d6a6470b0067c29db672d08c7c URL: https://github.com/kamailio/kamailio/commit/63334e312d60a5d6a6470b0067c29db672d08c7c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-10-31T09:54:22+01:00 evapi: use local

Re: [sr-dev] [kamailio/kamailio] [Feature Request]: Add **connection** IP and Port vars (specifically for tcp_accept_haproxy=yes) (#2103)

2019-10-31 Thread Daniel-Constantin Mierla
@joelsdc - try again with latest master, I just pushed a commit trying to fix it. Notifications come also to sr-dev mailing list, even when issue is closed -- it is the place I usually check. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

[sr-dev] git:master:48279e08: core: tcp - set src/dst address before parsing haproxy headers

2019-10-31 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 48279e08ee4a038bc4e6deceb916e5ac186b7802 URL: https://github.com/kamailio/kamailio/commit/48279e08ee4a038bc4e6deceb916e5ac186b7802 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-10-31T09:03:17+01:00 core: tcp - set