Re: [sr-dev] [kamailio/kamailio] Core dumps possibly related to #2616 or http_async_query (#2632)

2021-03-19 Thread Anthony Messina
Thank you @bjokax, you are correct -- I was not aware of the implementation detail related to http2, though it's promising that your `curl_easy_setopt(cell->easy, CURLOPT_SSL_ENABLE_ALPN, 0L);` may resolve the issue. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [sr-dev] [kamailio/kamailio] phonenum: cannot build on fresh dist (#2684)

2021-03-19 Thread sergey-safarov
Closed #2684. -- 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/2684#event-4484169936___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] phonenum: cannot build on fresh dist (#2684)

2021-03-19 Thread sergey-safarov
I will close the issue. If some think similar will rise with CentOS, then will open new. -- 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/2684#issuecomment-803108034_

Re: [sr-dev] [kamailio/kamailio] Core dumps possibly related to #2616 or http_async_query (#2632)

2021-03-19 Thread Björn Kaxe
I can confirm that patching http_async_client module by adding `curl_easy_setopt(cell->easy, CURLOPT_SSL_ENABLE_ALPN, 0L);` solved our problems. Now we don't see any spinning Kamailio processes anymore. -- You are receiving this because you are subscribed to this thread. Reply to this email dir

Re: [sr-dev] [kamailio/kamailio] Core dumps possibly related to #2616 or http_async_query (#2632)

2021-03-19 Thread Federico Cabiddu
Thank you for the report. I'll try to have a look on it in the next couple of days. -- 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/2632#issuecomment-802922909_

Re: [sr-dev] [kamailio/kamailio] cplc and pua_dialoginfo enhancement (#2676)

2021-03-19 Thread Frédéric Gaisnon
Ok sorry, I note it for future commits. However is this validation may be done before 5.5 release? -- 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/2676#issuecomment-802888954_

[sr-dev] git:master:db2bc62c: stirshaken: enhance documentation

2021-03-19 Thread Piotr Gregor
Module: kamailio Branch: master Commit: db2bc62c6577547c1ad1564a77f6aafb688937a0 URL: https://github.com/kamailio/kamailio/commit/db2bc62c6577547c1ad1564a77f6aafb688937a0 Author: Piotr Gregor Committer: Piotr Gregor Date: 2021-03-19T14:31:14Z stirshaken: enhance documentation --- Modified: s

Re: [sr-dev] [kamailio/kamailio] Core dumps possibly related to #2616 or http_async_query (#2632)

2021-03-19 Thread Björn Kaxe
We suspect that the issue only happens with http2. @amessina I can see that the server you connect to is also using http2. Looking at the implementation of http_async_client it doesn't seem to handle http2 properly. If you understood the implementation correctly these is an association between

[sr-dev] git:master:b5a6e7d7: stirshaken: enhance documentation

2021-03-19 Thread Piotr Gregor
Module: kamailio Branch: master Commit: b5a6e7d7900ab9255ba10bd7aded9e60a9fc3d9e URL: https://github.com/kamailio/kamailio/commit/b5a6e7d7900ab9255ba10bd7aded9e60a9fc3d9e Author: Piotr Gregor Committer: Piotr Gregor Date: 2021-03-19T12:02:17Z stirshaken: enhance documentation --- Modified: s

Re: [sr-dev] [kamailio/kamailio] stirshaken: handle empty origid, enhance docs (#2683)

2021-03-19 Thread Piotr
Thank you very much @miconda ! -- 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/2683#issuecomment-802775631___ Kamailio (SER) - Development

Re: [sr-dev] [kamailio/kamailio] stirshaken: handle empty origid, enhance docs (#2683)

2021-03-19 Thread Piotr
Merged #2683 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/2683#event-4481736489___ Kamailio (SER) - Development Mailing Lis

[sr-dev] git:master:7d27ac37: Merge pull request #2683 from signalwire/mod-libstirshaken

2021-03-19 Thread GitHub
Module: kamailio Branch: master Commit: 7d27ac370b762c6f6c820c4a74053db569cbb19b URL: https://github.com/kamailio/kamailio/commit/7d27ac370b762c6f6c820c4a74053db569cbb19b Author: Piotr Committer: GitHub Date: 2021-03-19T11:44:49Z Merge pull request #2683 from signalwire/mod-libstirshaken stir

[sr-dev] git:master:dc851040: stirshaken: handle NULL or empty origid by generating random uuid

2021-03-19 Thread Piotr Gregor
Module: kamailio Branch: master Commit: dc851040054692a955b92cf601eb308878017013 URL: https://github.com/kamailio/kamailio/commit/dc851040054692a955b92cf601eb308878017013 Author: Piotr Gregor Committer: Piotr Gregor Date: 2021-03-18T17:58:14Z stirshaken: handle NULL or empty origid by generati

[sr-dev] git:master:3eacb64f: stirshaken: enhance documentation

2021-03-19 Thread Piotr Gregor
Module: kamailio Branch: master Commit: 3eacb64f2df8b8ce7816f738b72ec16d5060a576 URL: https://github.com/kamailio/kamailio/commit/3eacb64f2df8b8ce7816f738b72ec16d5060a576 Author: Piotr Gregor Committer: Piotr Gregor Date: 2021-03-18T17:58:14Z stirshaken: enhance documentation --- Modified: s

Re: [sr-dev] [kamailio/kamailio] cplc and pua_dialoginfo enhancement (#2676)

2021-03-19 Thread Daniel-Constantin Mierla
The commit for cplc looks ok, the one for pua_dialoginfo is rather big and requires more time to review and understand what it does. But there is no way to do a partial merge via github (afaik). Although not a must, it is recommended to make distinct pull requests in such cases, because the two

Re: [sr-dev] [kamailio/kamailio] phonenum: cannot build on fresh dist (#2684)

2021-03-19 Thread Daniel-Constantin Mierla
The problem does not seem related to kamailio code, but some conflict/incompatibility between libphonenumber and protobuf. -- 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/2684#issu

[sr-dev] git:master:24cfb577: modules: readme files regenerated - stirshaken ... [skip ci]

2021-03-19 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 24cfb577481f267fe584ea63f04ff4004f155e88 URL: https://github.com/kamailio/kamailio/commit/24cfb577481f267fe584ea63f04ff4004f155e88 Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-03-19T15:46:12+01:00 modules: readme files regenerated - stirshaken

[sr-dev] Errored: kamailio/kamailio#9994 (master - db2bc62)

2021-03-19 Thread Travis CI
Build Update for kamailio/kamailio - Build: #9994 Status: Errored Duration: 7 mins and 34 secs Commit: db2bc62 (master) Author: Piotr Gregor Message: stirshaken: enhance documentation View the changeset: https://github.com/kamailio/kamailio/compare/3351506955

[sr-dev] [kamailio/kamailio] phonenum: cannot build on fresh dist (#2684)

2021-03-19 Thread sergey-safarov
``` make[3]: 'libsrdb1.so.1.0' is up to date. LD (gcc) [M db_perlvdb.so] db_perlvdb.so CC (gcc) [M phonenum.so] phonenum_mod.o CC (gcc) [M phonenum.so] phonenum_pv.o Compiling cphonenumber.cpp g++ -std=c++11 -fPIC -DPIC -g -funroll-loops -Wcast-align -m64 -minline-all-stringops -falign-loops -ftre

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.4.4 extremely slow carrierroute preloading (#2653)

2021-03-19 Thread Guybrush T.
I tested the commit again, don't know if it helps: One with prob 0: count | prob ---+-- 12822 |0 3 | 0.5 6 | 0.01 30102 |1 And one with prob 999: count | prob ---+-- 12822 |999 3 | 0.5 6 | 0.01 30102 |1 Same result in startup speed, a

Re: [sr-dev] [kamailio/kamailio] stirshaken: handle empty origid, enhance docs (#2683)

2021-03-19 Thread Daniel-Constantin Mierla
@piotr-gregor: I just sent you the developer access invitation, so you can merge commits to your stirshaken module. -- 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/2683#issuecomment-

[sr-dev] git:master:33515069: modules: readme files regenerated - stirshaken ... [skip ci]

2021-03-19 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 335150695507456224c986720682090b2cb757cc URL: https://github.com/kamailio/kamailio/commit/335150695507456224c986720682090b2cb757cc Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-03-19T13:16:17+01:00 modules: readme files regenerated - stirshaken

[sr-dev] git:master:a011e766: modules: readme files regenerated - stirshaken ... [skip ci]

2021-03-19 Thread Kamailio Dev
Module: kamailio Branch: master Commit: a011e766c146cde9660c0c2ef9eb28dd9f8aeb33 URL: https://github.com/kamailio/kamailio/commit/a011e766c146cde9660c0c2ef9eb28dd9f8aeb33 Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-03-19T12:46:38+01:00 modules: readme files regenerated - stirshaken