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
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
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_
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
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_
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_
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
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
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
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
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
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
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
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
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
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
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
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
```
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
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
@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-
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
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
23 matches
Mail list logo