[sr-dev] [kamailio/kamailio] Base58 decode not working (#1868)

2019-02-26 Thread samael33
### Description If var is encoded with `base58`, it can't be restored via `s.decode.base58` Reproduction ``` request_route { route(TEST_BASE58); } route[TEST_BASE58] { $var(test_var) = "This is a text"; $var(test_var_encode_base58) = $(var(test_var){s.encode.base58}); $var(test_var

[sr-dev] git:master:8a9161b3: core: return the correct position in out buffer for decode base58

2019-02-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8a9161b321035d805083316d3eb707c6c1b56652 URL: https://github.com/kamailio/kamailio/commit/8a9161b321035d805083316d3eb707c6c1b56652 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-02-26T12:08:18+01:00 core: return the corre

Re: [sr-dev] [kamailio/kamailio] Base58 decode not working (#1868)

2019-02-26 Thread Daniel-Constantin Mierla
Thanks, should be fixed with the commit referenced above. If not, reopen. Test with the patch or master branch, and if all works fine, then I will backport to stable branches. -- 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] Base58 decode not working (#1868)

2019-02-26 Thread Daniel-Constantin Mierla
Closed #1868. -- 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/1868#event-2164524587___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-26 Thread Daniel-Constantin Mierla
I found a potential write after the boundary of an allocated array, fix pushed with the commit referenced above. Test with master branch or using the patch of the commit and if all ok, then I will backport. If still an issue, then reopen. -- You are receiving this because you are subscribed t

Re: [sr-dev] [kamailio/kamailio] Memory allocator was called from cdp: diameter_avp.c:365 (#1851)

2019-02-26 Thread Daniel-Constantin Mierla
Closed #1851. -- 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/1851#event-2164527620___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.2.0 - Segmentation fault in libcrypto.so.1.1 (#1860)

2019-02-26 Thread Daniel-Constantin Mierla
Have you got the chance to install the debug symbols for libssl and libcrypto? Will allow to track inside those libraries where the crash happened and see if it is related to kamailio in some way. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

[sr-dev] git:master:44cd10a5: ims_ipsec_pcscf: IPv6 support

2019-02-26 Thread Tsvetomir Dimitrov
Module: kamailio Branch: master Commit: 44cd10a5fa5f51f079b0d47a544e8d0bf4eb43a5 URL: https://github.com/kamailio/kamailio/commit/44cd10a5fa5f51f079b0d47a544e8d0bf4eb43a5 Author: Tsvetomir Dimitrov Committer: Tsvetomir Dimitrov Date: 2019-02-26T11:14:08Z ims_ipsec_pcscf: IPv6 support The para

[sr-dev] git:master:5e4aada6: ims_ipsec_pcscf: TCP support

2019-02-26 Thread Tsvetomir Dimitrov
Module: kamailio Branch: master Commit: 5e4aada6f3b7509c8633d461b1eac005505ac0c7 URL: https://github.com/kamailio/kamailio/commit/5e4aada6f3b7509c8633d461b1eac005505ac0c7 Author: Tsvetomir Dimitrov Committer: Tsvetomir Dimitrov Date: 2019-02-26T11:14:07Z ims_ipsec_pcscf: TCP support Adds TCP

Re: [sr-dev] Planning next IRC devel meeting

2019-02-26 Thread Daniel-Constantin Mierla
Hello, short note to say that I moved the first option for the date of the IRC meeting to be the 11th of March, Monday, at 15:00UTC. Victor Seva mentioned he cannot attend during the previously proposed first option and one of the topics I want to approach is use of rtpengine in default kamailio.

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.2.0 - Segmentation fault in libcrypto.so.1.1 (#1860)

2019-02-26 Thread shaunjstokes
Not yet, I took a quick look at the process but will have to come back to it at some point later this week when I have more time. We currently have limited use of Kamailio in our production environment pending resolution of this issue. -- You are receiving this because you are subscribed to thi

[sr-dev] [kamailio/kamailio] Imc improvements (#1869)

2019-02-26 Thread Jan Janak
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 not, squash them into one commit) - [ ] No commits to README files

[sr-dev] git: new commits in branch master

2019-02-26 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/9ce119126c6d618b83fe2a2ba6caeeac698c63eb Author: Jan Janak Date: 2019-02-26T17:24:33+01:00 imc: rename command "deny" to "reject" Since the command effectively "rejects" an invitation, the word "reject" is a better match. Keep "deny" as an a

Re: [sr-dev] [kamailio/kamailio] General improvements to imc module (#1869)

2019-02-26 Thread Daniel-Constantin Mierla
Closed #1869. -- 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/1869#event-2165438419___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] General improvements to imc module (#1869)

2019-02-26 Thread Daniel-Constantin Mierla
Thanks! I applied you commits manually with `git am ...` after editing the first line of each commit message to follow the contributing guidelines: * https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format Respectively, I added the `imc: ` prefix there.

[sr-dev] Unwanted INVITE while using TMCB_ACK_NEG_IN callback

2019-02-26 Thread Ionut Razvan Ionita
Hi, My name is Ionut and I am a new developer in VoIP dev team in 1&1. Maybe you can help me with the following problem. I have the following scenario: UAC sends invite to UAS via Kamailio proxy, UAS responds with 491. I am trying to catch the ACK from the UAC in siptrace module using TMCB_

[sr-dev] Unwanted INVITE while using TMCB_ACK_NEG_IN callback

2019-02-26 Thread Ionut Razvan Ionita
Hi, My name is Ionut and I am a new developer in VoIP dev team in 1&1. Maybe you can help me with the following problem. I have the following scenario: UAC sends invite to UAS via Kamailio proxy, UAS responds with 491. I am trying to catch the ACK from the UAC in siptrace module using TMCB_

[sr-dev] git:master:23b65718: core: use kemi exec route wrapper for onsend_route and child one init event

2019-02-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 23b65718462a6bbc860fe7b4159d3c7aac34d3b8 URL: https://github.com/kamailio/kamailio/commit/23b65718462a6bbc860fe7b4159d3c7aac34d3b8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-02-26T18:42:23+01:00 core: use kemi exec ro

[sr-dev] git:master:48686943: core: receive - use kemi wrapper to execute top keng routes

2019-02-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 48686943aa37747a9a7581a5eb8c69098ce324d7 URL: https://github.com/kamailio/kamailio/commit/48686943aa37747a9a7581a5eb8c69098ce324d7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-02-26T18:42:23+01:00 core: receive - use ke

[sr-dev] git:master:6be53f64: core: kemi - wraper to execute top routing function

2019-02-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6be53f64755358334e9f1c0971ce886a5e299efb URL: https://github.com/kamailio/kamailio/commit/6be53f64755358334e9f1c0971ce886a5e299efb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-02-26T18:42:23+01:00 core: kemi - wraper to

[sr-dev] git:master:31586e9e: tm: use kemi wrapper to execute routing functions

2019-02-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 31586e9e4eb0c43e1e34ad3ac730ba5f0942e838 URL: https://github.com/kamailio/kamailio/commit/31586e9e4eb0c43e1e34ad3ac730ba5f0942e838 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-02-26T18:59:16+01:00 tm: use kemi wrapper t

[sr-dev] git:master:3008874c: rtimer: use kemi wrapper to execute routing functions

2019-02-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3008874c1971d09cb71cf8560fc280cfc305dadc URL: https://github.com/kamailio/kamailio/commit/3008874c1971d09cb71cf8560fc280cfc305dadc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-02-26T19:01:28+01:00 rtimer: use kemi wrapp

[sr-dev] git:master:e5bffb30: htable: use kemi wrapper to execute routing functions

2019-02-26 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e5bffb306c45f7a0f0f672368884f430d63c09ba URL: https://github.com/kamailio/kamailio/commit/e5bffb306c45f7a0f0f672368884f430d63c09ba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-02-26T19:09:44+01:00 htable: use kemi wrapp

Re: [sr-dev] [kamailio/kamailio] Phonenum not in the package for RHEL (#1867)

2019-02-26 Thread sergey-safarov
You can try install 5.2.1 version after hour. If all ok then i will commit into master and 5.2 branch. libphonenumber is packaged for [CentOS7 and Fedora 28 and 29](https://build.opensuse.org/package/show/home:kamailio:v5.2.x-rpms/libphonenumber) dists. If you want same on OpenSUSE, then need su

Re: [sr-dev] [kamailio/kamailio] Phonenum not in the package for RHEL (#1867)

2019-02-26 Thread nicoonline
Hi Sergey, Thanks for this but I’m running Centos 6 ? Le 26 févr. 2019 à 21:54, sergey-safarov mailto:notificati...@github.com>> a écrit : You can try install 5.2.1 version after hour. If all ok then i will commit into master and 5.2 branch. libphonenumber is packaged for CentOS7 and Fedora

Re: [sr-dev] Unwanted INVITE while using TMCB_ACK_NEG_IN callback

2019-02-26 Thread Henning Westerholt
Am Dienstag, 26. Februar 2019, 18:10:48 CET schrieb Ionut Razvan Ionita: >My name is Ionut and I am a new developer in VoIP dev team in 1&1. Maybe > you can help me with the following problem. I have the following scenario: > UAC sends invite to UAS via Kamailio proxy, UAS responds with 491. I