[sr-dev] git:master:190ef9a5: rtpproxy: Update rtpproxy module documentation.

2023-10-20 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 190ef9a54df33b4d053a4225e9d6257e0a045008 URL: https://github.com/kamailio/kamailio/commit/190ef9a54df33b4d053a4225e9d6257e0a045008 Author: Maksym Sobolyev Committer: Victor Seva Date: 2023-10-20T09:57:47+02:00 rtpproxy: Update rtpproxy module documentati

[sr-dev] git:master:8ac57094: rtpproxy: Make timeout notification feature useable.

2023-10-20 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 8ac570943f1dfd47f9d02686cc399d3cd1cdcd92 URL: https://github.com/kamailio/kamailio/commit/8ac570943f1dfd47f9d02686cc399d3cd1cdcd92 Author: Maksym Sobolyev Committer: Victor Seva Date: 2023-10-20T09:56:56+02:00 rtpproxy: Make timeout notification feature

[sr-dev] Re: [kamailio/kamailio] Make timeout mechanism useful by adding support for supplying timeout tag (PR #3598)

2023-10-20 Thread Victor Seva via sr-dev
amended the commit messages to use ``rtpproxy:`` as prefix. Thanks! 8ac570943f1dfd47f9d02686cc399d3cd1cdcd92 190ef9a54df33b4d053a4225e9d6257e0a045008 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3598#issuecomment-1772265370 You are receiving this

[sr-dev] Re: [kamailio/kamailio] Make timeout mechanism useful by adding support for supplying timeout tag (PR #3598)

2023-10-20 Thread Victor Seva via sr-dev
Closed #3598. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3598#event-10721212362 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:91c31a8e: modules: readme files regenerated - rtpproxy ... [skip ci]

2023-10-20 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 91c31a8e406b84ef026def7fcec0d429356e424d URL: https://github.com/kamailio/kamailio/commit/91c31a8e406b84ef026def7fcec0d429356e424d Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-10-20T10:02:17+02:00 modules: readme files regenerated - rtpproxy .

[sr-dev] git:master:fe8eafd3: tls: include file to fix warning about tls_openssl_clear_errors()

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: fe8eafd31327c14e7b081cd8f4a6532953e0a1c6 URL: https://github.com/kamailio/kamailio/commit/fe8eafd31327c14e7b081cd8f4a6532953e0a1c6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-20T10:34:21+02:00 tls: include file to f

[sr-dev] git:master:91eca5aa: core: print advertised proto on startup

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 91eca5aaa20f7b22488b14fdf89127daaeea47d3 URL: https://github.com/kamailio/kamailio/commit/91eca5aaa20f7b22488b14fdf89127daaeea47d3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-20T10:30:58+02:00 core: print advertised

[sr-dev] [kamailio/kamailio] kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread badien via sr-dev
Compile tls_wolfssl error: checking dependency style of gcc... gcc3 checking whether make supports nested variables... (cached) yes ./configure: line 6164: syntax error near unexpected token `2.4.2' ./configure: line 6164: `LT_PREREQ(2.4.2)' make[2]: *** [Makefile:21: ../../../misc/external/wolfss

[sr-dev] Re: [kamailio/kamailio] ubuntu 22.04 - kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread space88man via sr-dev
> Compile tls_wolfssl on ubuntu 22.04 error: checking dependency style of > gcc... gcc3 checking whether make supports nested variables... (cached) yes > ./configure: line 6164: syntax error near unexpected token `2.4.2' > ./configure: line 6164: `LT_PREREQ(2.4.2)' make[2]: *** [Makefile:21: ../

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Nicolas C via sr-dev
> Thank you for contributing. I would prefer if there's only one variable and > that we use the milliseconds always internally and just keep the old setting > for backwards compatibility. What do you mean exactly ? A single parameter "timeout" which could store seconds and milliseconds, e.g. "1

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Olle E. Johansson via sr-dev
I think we need two config options - but they set the same variable internally and only call ONE curl interface - the one you add here. We need also to verify the http_client API if we need to add something there. Having two variables internally is just overhead. -- Reply to this email directl

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Nicolas C via sr-dev
> I think we need two config options - but they set the same variable > internally and only call ONE curl interface - the one you add here. We need > also to verify the http_client API if we need to add something there. Having > two variables internally is just overhead. Alright, I'll try somet

[sr-dev] Re: [kamailio/kamailio] ubuntu 22.04 - kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread badien via sr-dev
yes, i do, its version on ubuntu is 2.4.6 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3610#issuecomment-1772808333 You are receiving this because you are subscribed to this thread. Message ID: ___ K

[sr-dev] Re: [kamailio/kamailio] ubuntu 22.04 - kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread space88man via sr-dev
> yes, i do, its version on ubuntu is 2.4.6 Cannot reproduce on a fresh Ubuntu 22.04 installation ``` make: Entering directory '/builddir/build/kamailio/kamailio/src' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize:

[sr-dev] Re: [kamailio/kamailio] Memory leak in dns_cache.c / dns_cache_mk_rd_entry (Issue #3523)

2023-10-20 Thread Sebastian Damm via sr-dev
Okay, the problem is not gone in current 5.7 (5.7.2 from the official repo). We restarted one affected system 2 days ago. Since then, I have dumped the shm summary a few times. Shortly after restart: ``` NOTICE: qm_sums: qm_sums(): count= 159 size= 42000 bytes from core: core/dns_cache.

[sr-dev] git:master:b6148ef1: corex: rpc corex.list_sockets use now lowercase for field names

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b6148ef161a8652b398080ec136e207fb6ee3b1a URL: https://github.com/kamailio/kamailio/commit/b6148ef161a8652b398080ec136e207fb6ee3b1a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-20T15:53:39+02:00 corex: rpc corex.list_

[sr-dev] git:master:54868f83: corex: rpc corex.list_sockets prints advertise as full socket string

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 54868f83f09691a5283a0d7eb57e230e7b8a2514 URL: https://github.com/kamailio/kamailio/commit/54868f83f09691a5283a0d7eb57e230e7b8a2514 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-20T16:48:33+02:00 corex: rpc corex.list_

[sr-dev] git:master:54d8cce2: core: use advertised proto to build advertised sock string

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 54d8cce28a5c4cbd944d39b1523571fbb5776baa URL: https://github.com/kamailio/kamailio/commit/54d8cce28a5c4cbd944d39b1523571fbb5776baa Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-20T16:39:08+02:00 core: use advertised p

[sr-dev] git:master:c2e8baad: core: allow proto in advertise for a couple of listen variants

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c2e8baad3b39b2e5871c0cdc796b3be48462c2a9 URL: https://github.com/kamailio/kamailio/commit/c2e8baad3b39b2e5871c0cdc796b3be48462c2a9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-20T14:51:17+02:00 core: allow proto in a

[sr-dev] git:master:e5c145f6: corex: rpc corex.list_aliases use now lowercase for field names

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e5c145f69508658a692be9be219f466ee2aca5d9 URL: https://github.com/kamailio/kamailio/commit/e5c145f69508658a692be9be219f466ee2aca5d9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-20T14:55:53+02:00 corex: rpc corex.list_

[sr-dev] Re: [kamailio/kamailio] ubuntu 22.04 - kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread badien via sr-dev
tried to install wolfssl separately (master successful only, tags/v5.6.2/3-stable error script) then recompile kamailio, still have error above. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3610#issuecomment-1772984930 You are receiving this

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Nicolas C via sr-dev
Regarding the http_client API, there is no impact, because it uses the name of a preset http connection. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3609#issuecomment-1773045819 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
It might add more complexity to try to work on the same variable, as I quickly looked over the commit of the PR, one field is inside a cfg-param reload structure, which is trickier to figure out if it was set because of a modparam or because of a rpc command and then know which parameter name wa

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Nicolas C via sr-dev
> It might add more complexity to try to work on the same variable, as I > quickly looked over the commit of the PR, one field is inside a cfg-param > reload structure, which is trickier to figure out if it was set because of a > modparam or because of a rpc command and then know which parameter

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
@nchaigne: ok, let's see it. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3609#issuecomment-1773068842 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] Segfault tls.so on master branch when TLS_MALLOC_DBG is defined (Issue #3595)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
I also added some safety check recently. Closing this one, reopen if still an issue. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3595#issuecomment-1773073029 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] Segfault tls.so on master branch when TLS_MALLOC_DBG is defined (Issue #3595)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Closed #3595 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3595#event-10726792481 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Nicolas C via sr-dev
> It might add more complexity to try to work on the same variable, as I > quickly looked over the commit of the PR, one field is inside a cfg-param > reload structure, which is trickier to figure out if it was set because of a > modparam or because of a rpc command and then know which parameter

[sr-dev] [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (2) (PR #3611)

2023-10-20 Thread Nicolas C via sr-dev
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README files for m

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (PR #3609)

2023-10-20 Thread Nicolas C via sr-dev
Alright, the new pull request is done: https://github.com/kamailio/kamailio/pull/3611 I have tested locally with all possible combinations (I hope). Yes, it's a bit complicated... having just a timeout in ms would have been much simpler. But I wanted to avoid breaking existing configurations. An

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (2) (PR #3611)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
I don't see a major difference from the point of view of the internal variables/fields compared with the other PR #3609. Maybe a simpler approach is to introduce a new parameter to specify what is the type (unit) of the timeout, like `timeout_mode`, which if it is 0 (default) is going to consid

[sr-dev] Re: [kamailio/kamailio] ims_dialog: Add support for database backend (PR #3603)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Thanks for the details, I am not using the module, I wanted to be sure nothing was omitted -- I am going to merge it. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3603#issuecomment-1773183763 You are receiving this because you are subscribed to

[sr-dev] Re: [kamailio/kamailio] ims_dialog: Add support for database backend (PR #3603)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Merged #3603 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3603#event-10727523388 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] git:master:cd54fdde: ims_dialog: Add support for database backend

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: cd54fdde0572c62dc26fb8a8d11ddf60073a67a9 URL: https://github.com/kamailio/kamailio/commit/cd54fdde0572c62dc26fb8a8d11ddf60073a67a9 Author: Morten Tryfoss Committer: Daniel-Constantin Mierla Date: 2023-10-20T20:11:09+02:00 ims_dialog: Add support for data

[sr-dev] git:master:664a788e: modules: readme files regenerated - ims_dialog ... [skip ci]

2023-10-20 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 664a788e9ed40c72f34310e65a5b6b85f80eead3 URL: https://github.com/kamailio/kamailio/commit/664a788e9ed40c72f34310e65a5b6b85f80eead3 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-10-20T20:16:19+02:00 modules: readme files regenerated - ims_dialog

[sr-dev] Re: [kamailio/kamailio] ims_dialog: Support for db storage (Issue #3602)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Closed #3602 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3602#event-10727923430 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] ims_dialog: Support for db storage (Issue #3602)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
Related PR merged. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3602#issuecomment-1773255703 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Develop

[sr-dev] Re: [kamailio/kamailio] sigabrt on kamailio 5.5.6 (Issue #3593)

2023-10-20 Thread Daniel-Constantin Mierla via sr-dev
This is a backtrace from shut down process. You have to enable core files per pid/process and if it is is a runtime crash (not a shut down/restart crash), then there have to be more core files -- bt from all are needed. On the other hand 5.5 series is out of maintenance, you should consider upg

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (2) (PR #3611)

2023-10-20 Thread Nicolas C via sr-dev
> I don't see a major difference from the point of view of the internal > variables/fields compared with the other PR #3609. > > Maybe a simpler approach is to introduce a new parameter to specify what is > the type (unit) of the timeout, like `timeout_mode`, which if it is 0 > (default) is goi

[sr-dev] Re: [kamailio/kamailio] ubuntu 22.04 - kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread space88man via sr-dev
Here's a minimal development environment - if it works for you - then likely it is due to your main development environment: - ``` docker build --tag ubuntu:devel.1 -f ./Dockerfile # run the container docker run -it --rm ubuntu:devel.1 /bin/bash # ... an inside the container shell ... #!/bi

[sr-dev] Re: [kamailio/kamailio] ubuntu 22.04 - kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread badien via sr-dev
Thanks for help, i did it. I think the problem before is that i have installed libwolfssl-dev (5.2.0 only) on ubuntu and it is not compatible. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3610#issuecomment-1773615580 You are receiving this bec

[sr-dev] Re: [kamailio/kamailio] ubuntu 22.04 - kamailio 5.7.2 & master - compile tls_wolfssl error (Issue #3610)

2023-10-20 Thread space88man via sr-dev
Closed #3610 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3610#event-10730260996 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel