[sr-dev] Re: [kamailio/kamailio] pkg: RPM packaging add kamailio-tls_wolfssl subpackage (PR #3592)

2023-10-06 Thread space88man via sr-dev
@space88man pushed 1 commit. 24d977802963cc7ad8492f6b3ee5bae45c7470f1 pkg: RPM packaging add kamailio-tls_wolfssl subpackage -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3592/files/4290ca1ee811afde5521d61e1bbe6ccd1a5df787..24d977802963cc7ad8492f6b3ee5bae45c7470f1 You are rec

[sr-dev] Re: [kamailio/kamailio] kamctl: Source only one kamctlrc (PR #3594)

2023-10-06 Thread Xenofon Karamanos via sr-dev
Hello @miconda, Indeed this script goes way back and i am still getting familiar with the codebase. You are suggesting that `/etc/kamailio/kamctl` should be and is the base config file and that is fine. I see some flows as it right now. 1) What if user has installed kamailio not from official

[sr-dev] Re: [kamailio/kamailio] sca: update rr if necessary for subscriptions (PR #3571)

2023-10-06 Thread schiramchetty via sr-dev
Hi, Thanks for the reply, Please give me a week. I will update you ASAP. On Thu, Oct 5, 2023 at 12:00 PM Victor Seva ***@***.***> wrote: > I'm still waiting for @schiramchetty > feedback > > — > Reply to this email directly, view it on GitHub >

[sr-dev] git:master:0518410e: pkg/docker: submodule update [skip ci]

2023-10-06 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 0518410eea14f8949260faec5fb70c97badaa74e URL: https://github.com/kamailio/kamailio/commit/0518410eea14f8949260faec5fb70c97badaa74e Author: Victor Seva Committer: Victor Seva Date: 2023-10-06T12:25:08+02:00 pkg/docker: submodule update [skip ci] --- Mod

[sr-dev] git:master:f16ec35f: kamdbctl: check if kamctlrc is readable

2023-10-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f16ec35fa448d03613e6bbbff4c354012f56073e URL: https://github.com/kamailio/kamailio/commit/f16ec35fa448d03613e6bbbff4c354012f56073e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-06T12:33:08+02:00 kamdbctl: check if kam

[sr-dev] Re: [kamailio/kamailio] kamctl: Source only one kamctlrc (PR #3594)

2023-10-06 Thread Daniel-Constantin Mierla via sr-dev
@xkaraman: usually the applications are designed to work with standard installation from a package or source tree. That's what kamctl tries to look after as well. It is somehow expected that when one does own custom installation may have to tune it properly in many places. I am not against impr

[sr-dev] git:master:18b23187: pkg/kamailio/scripts: wrap param around quotes to avoid invalid syntax on empty

2023-10-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 18b23187dd89e3b36c0dd95d4796484bef3d2e62 URL: https://github.com/kamailio/kamailio/commit/18b23187dd89e3b36c0dd95d4796484bef3d2e62 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-06T13:48:42+02:00 pkg/kamailio/scripts:

[sr-dev] Re: [kamailio/kamailio] kamctl: Source only one kamctlrc (PR #3594)

2023-10-06 Thread Xenofon Karamanos via sr-dev
> It is somehow expected that when one does own custom installation may have to > tune it properly in many places. Surely, i understand that. This specific script `kamctl` offers an easy way to accomplish that by searching some standard paths it may find the `kamctlrc`. Maybe we can document,

[sr-dev] Re: [kamailio/kamailio] pkg: RPM packaging add kamailio-tls_wolfssl subpackage (PR #3592)

2023-10-06 Thread space88man via sr-dev
@space88man pushed 1 commit. 9fdf843acac2174b9fb442a08103563afd315af5 pkg: RPM packaging add kamailio-tls_wolfssl subpackage -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3592/files/24d977802963cc7ad8492f6b3ee5bae45c7470f1..9fdf843acac2174b9fb442a08103563afd315af5 You are rec

[sr-dev] Re: [kamailio/kamailio] kamctl: Source only one kamctlrc (PR #3594)

2023-10-06 Thread Daniel-Constantin Mierla via sr-dev
I missed that part, but indeed is looking for a kamctlrc in the same folder as kamctl. Digging in memory, the actual purpose for it is to allow running/operating kamailio from source directory (just compile, not install), which is convenient when developing. That's also why loadmodule looks not

[sr-dev] Re: [kamailio/kamailio] kamctl: Source only one kamctlrc (PR #3594)

2023-10-06 Thread Daniel-Constantin Mierla via sr-dev
As we kind of try to move from shell-based kamctl/kamdbctl to kamcli, I looked at it and it does a similar approach, relying on the fact that Python's `configparser.read()` has support to get a list of (config) files: - https://docs.python.org/3/library/configparser.html#configparser.ConfigPa

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

2023-10-06 Thread space88man via sr-dev
### Description Build kamailio master branch and define `TLS_MALLOC_DBG` in the `tls` module. There is an immediate segfault on startup. ### Troubleshooting Build kamailio master branch without `TLS_MALLOC_DBG` in the `tls` module. kamailio can start normally. Reproduction * use a distro

[sr-dev] git:5.7:04ef5978: pkg: add example script to create tarball with submodules instantiated

2023-10-06 Thread S-P Chan via sr-dev
Module: kamailio Branch: 5.7 Commit: 04ef5978df1937a8b23f245edb5f51a0bf544cae URL: https://github.com/kamailio/kamailio/commit/04ef5978df1937a8b23f245edb5f51a0bf544cae Author: S-P Chan Committer: S-P Chan Date: 2023-10-07T09:37:10+08:00 pkg: add example script to create tarball with submodules

[sr-dev] git:5.7:bfbabc34: pkg/kamailio/scripts: wrap param around quotes to avoid invalid syntax on empty

2023-10-06 Thread S-P Chan via sr-dev
Module: kamailio Branch: 5.7 Commit: bfbabc3407b984028fd47afdfde5217aef3d6fe5 URL: https://github.com/kamailio/kamailio/commit/bfbabc3407b984028fd47afdfde5217aef3d6fe5 Author: Daniel-Constantin Mierla Committer: S-P Chan Date: 2023-10-07T09:38:01+08:00 pkg/kamailio/scripts: wrap param around q

[sr-dev] git:5.7:42f20356: pkg: RPM - add mock config for EL8/EL9 based on alma+epel-(8|9)-x86_64

2023-10-06 Thread S-P Chan via sr-dev
Module: kamailio Branch: 5.7 Commit: 42f203569bc3dd2e4a6adb56803f34290f581c08 URL: https://github.com/kamailio/kamailio/commit/42f203569bc3dd2e4a6adb56803f34290f581c08 Author: S-P Chan Committer: S-P Chan Date: 2023-10-07T09:37:42+08:00 pkg: RPM - add mock config for EL8/EL9 based on alma+epel