[sr-dev] Re: [kamailio/kamailio] Segmentation fault on kamailio git master - TLS with libssl 3.0 (Issue #3259)

2023-06-23 Thread Victor Seva
@admin-toneca can you please try master now? We introduced some changes related to openssl 3.0 recently -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3259#issuecomment-1603831324 You are receiving this because you are subscribed to this

[sr-dev] Re: [kamailio/kamailio] kamcmd.c: memory leak (Issue #3478)

2023-06-23 Thread Victor Seva
Closed #3478 as completed via badc81cb427ba5aaf03ca26e4c2654d58ee08588. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3478#event-9614450854 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:badc81cb: utils/kamcmd: fix memory leak

2023-06-23 Thread Victor Seva
Module: kamailio Branch: master Commit: badc81cb427ba5aaf03ca26e4c2654d58ee08588 URL: https://github.com/kamailio/kamailio/commit/badc81cb427ba5aaf03ca26e4c2654d58ee08588 Author: Victor Seva Committer: Victor Seva Date: 2023-06-23T09:07:07+02:00 utils/kamcmd: fix memory leak fixes #3478

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-23 Thread Victor Seva
@juha-h it should be fine now in master and 5.7 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1603767413 You are receiving this because you commented. Message ID: ___ Kamailio (SER)

[sr-dev] git:5.7:2bd813b0: http_client: fix depecration of CURLOPT_REDIR_PROTOCOLS

2023-06-23 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 2bd813b0c4c1b942ee634eca5e68a025be9fab8e URL: https://github.com/kamailio/kamailio/commit/2bd813b0c4c1b942ee634eca5e68a025be9fab8e Author: Daniel-Constantin Mierla Committer: Victor Seva Date: 2023-06-23T08:54:57+02:00 http_client: fix depecration

[sr-dev] git:5.7:ff0e0d7a: tls: fix build for openssl < 1.1.1

2023-06-23 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: ff0e0d7aafa3905526599e604ff91542529a5b32 URL: https://github.com/kamailio/kamailio/commit/ff0e0d7aafa3905526599e604ff91542529a5b32 Author: Victor Seva Committer: Victor Seva Date: 2023-06-23T08:45:43+02:00 tls: fix build for openssl < 1.

[sr-dev] git:master:82f5fcbf: tls: fix build for openssl < 1.1.1

2023-06-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 82f5fcbf88ee3058bd9da520b528c86393cc422a URL: https://github.com/kamailio/kamailio/commit/82f5fcbf88ee3058bd9da520b528c86393cc422a Author: Victor Seva Committer: Victor Seva Date: 2023-06-22T18:03:46+02:00 tls: fix build for openssl < 1.

[sr-dev] Re: [kamailio/kamailio] tls: fix build for openssl < 1.1.1 (PR #3493)

2023-06-22 Thread Victor Seva
Merged #3493 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3493#event-9608536150 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] tls: fix build for openssl < 1.1.1 (PR #3493)

2023-06-22 Thread Victor Seva
> I would prefer not to have the gcc output in the commit log, it makes the > ChangeLog not really nice to read. OK, done. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3493#issuecomment-1602913549 You are receiving this because you are

[sr-dev] [kamailio/kamailio] tls: fix build for openssl < 1.1.1 (PR #3493)

2023-06-22 Thread Victor Seva
>From >https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=amd64,distribution=stretch/2438/consoleFull gcc -fPIC -DPIC -funroll-loops -Wcast-align -m64 -minline-all-stringops -falign-loops -ftree-vectorize -fno-strict-overflow -mtune=generic -pthread

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-22 Thread Victor Seva
Now we are getting build error in [stretch ](https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=amd64,distribution=stretch/2438/consoleFull) ``` 03:08:53 gcc -fPIC -DPIC -funroll-loops -Wcast-align -m64 -minline-all-stringops -falign-loops -ftree-vectorize

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-21 Thread Victor Seva
mit b7b3c67fc1205d114fadf360a594930ef69835a3) commit 8cc9ec410ff359e3d93e994c210977a8baa578c4 Author: Victor Seva Date: Mon Jun 19 20:12:17 2023 +0200 tls: disable tls_rand for openssl >= 3.0 From https://www.openssl.org/docs/man3.0/man3/RAND_set_rand_method.html > All of the

[sr-dev] git:5.7:6669c0be: tls: OPENSSL_fork_[prepare|parent|child] deprecated at openssl 3.0

2023-06-21 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 6669c0befcd69f5d5e196c53188bed58a6a9e1c2 URL: https://github.com/kamailio/kamailio/commit/6669c0befcd69f5d5e196c53188bed58a6a9e1c2 Author: Victor Seva Committer: Victor Seva Date: 2023-06-21T12:10:28+02:00 tls: OPENSSL_fork_[prepare|parent|child

[sr-dev] git:5.7:23a121e5: http_client: fix depecration of CURLOPT_PROTOCOLS and CURLINFO_SIZE_DOWNLOAD

2023-06-21 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 23a121e5d8ffa172f71433c2ef74f323a54e8315 URL: https://github.com/kamailio/kamailio/commit/23a121e5d8ffa172f71433c2ef74f323a54e8315 Author: Daniel-Constantin Mierla Committer: Victor Seva Date: 2023-06-21T12:11:29+02:00 http_client: fix depecration

[sr-dev] git:5.7:8cc9ec41: tls: disable tls_rand for openssl >= 3.0

2023-06-21 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 8cc9ec410ff359e3d93e994c210977a8baa578c4 URL: https://github.com/kamailio/kamailio/commit/8cc9ec410ff359e3d93e994c210977a8baa578c4 Author: Victor Seva Committer: Victor Seva Date: 2023-06-21T12:10:59+02:00 tls: disable tls_rand for openssl >= 3.0 &g

[sr-dev] git:5.7:d4b7333c: tls: disable engine for openssl >= 3.0

2023-06-21 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: d4b7333ca126ae7c77ec8f095f8728234d0dfe43 URL: https://github.com/kamailio/kamailio/commit/d4b7333ca126ae7c77ec8f095f8728234d0dfe43 Author: Victor Seva Committer: Victor Seva Date: 2023-06-21T12:10:46+02:00 tls: disable engine for openssl >= 3.0 &g

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-21 Thread Victor Seva
I'll backport the changes -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1600560324 You are receiving this because you commented. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-21 Thread Victor Seva
Yes, It can't make things worse -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1600447831 You are receiving this because you commented. Message ID: ___ Kamailio (SER) - Development

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread Victor Seva
Closed #3484 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#event-9578189490 You are receiving this because you commented. Message ID: ___ Kamailio (SER) - Development Mailing List

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-20 Thread Victor Seva
build warnings are fixed by #3482 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1598567410 You are receiving this because you commented. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:a0a9373c: tls: disable engine for openssl >= 3.0

2023-06-20 Thread Victor Seva
Module: kamailio Branch: master Commit: a0a9373ccb3d3da3a1e9e1335d904fcf013d9ebd URL: https://github.com/kamailio/kamailio/commit/a0a9373ccb3d3da3a1e9e1335d904fcf013d9ebd Author: Victor Seva Committer: Victor Seva Date: 2023-06-20T12:51:16+02:00 tls: disable engine for openssl >= 3.0 &g

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-20 Thread Victor Seva
Merged #3482 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3482#event-9578079963 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:9d6bfb96: tls: OPENSSL_fork_[prepare|parent|child] deprecated at openssl 3.0

2023-06-20 Thread Victor Seva
Module: kamailio Branch: master Commit: 9d6bfb96528c49e6aaa39aa47be877ca528c3537 URL: https://github.com/kamailio/kamailio/commit/9d6bfb96528c49e6aaa39aa47be877ca528c3537 Author: Victor Seva Committer: Victor Seva Date: 2023-06-20T12:51:16+02:00 tls: OPENSSL_fork_[prepare|parent|child

[sr-dev] git:master:c4b04696: tls: disable tls_rand for openssl >= 3.0

2023-06-20 Thread Victor Seva
Module: kamailio Branch: master Commit: c4b04696a6bfe31fdd65fa56529b0d46f2774067 URL: https://github.com/kamailio/kamailio/commit/c4b04696a6bfe31fdd65fa56529b0d46f2774067 Author: Victor Seva Committer: Victor Seva Date: 2023-06-20T12:51:16+02:00 tls: disable tls_rand for openssl >= 3.0 &g

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-20 Thread Victor Seva
@linuxmaniac pushed 2 commits. 4980e0584c08b1357e1165e9ec4f35f2476856fa tls: disable engine for openssl >= 3.0 bc6326ab747c35f689410b1f51aa956141ffe7e5 tls: disable tls_rand for openssl >= 3.0 -- View it on GitHub:

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-20 Thread Victor Seva
@linuxmaniac pushed 3 commits. ab4cd28371a47f32d65ba5fc643f8857ed8ef9aa tls: OPENSSL_fork_[prepare|parent|child] deprecated at openssl 3.0 808223dc0808d63544772d5aef7f19a24cbca215 tls: disable engine for openssl >= 3.0 cbbdbdc19611bb0b1969712726f7582b6c732149 tls: disable tls_rand for openssl

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
disabling tls_rand too at (vseva/tls https://github.com/kamailio/kamailio/pull/3482/commits/4cbe8241f59c3238472facd85ccf7ac7fe67995d ) No more warnings with openssl 3.0. Now we have to test it. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-19 Thread Victor Seva
@linuxmaniac pushed 1 commit. 4cbe8241f59c3238472facd85ccf7ac7fe67995d tls: disable tls_rand for openssl >= 3.0 -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3482/files/9e0197ca3a130a559db08fcd4b352a03c5371f04..4cbe8241f59c3238472facd85ccf7ac7fe67995d You are receiving this

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
@juha-h with 9e0197ca3a130a559db08fcd4b352a03c5371f04 ( vseva/tls branch ) last warnings are: ``` tls_mod.c: In function 'ksr_rand_engine_param': tls_mod.c:523:17: warning: 'RAND_set_rand_method' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 523 |

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
> From https://www.openssl.org/docs/man3.0/man7/migration_guide.html > > > Engines and "METHOD" APIs > > The refactoring to support Providers conflicts internally with the APIs > > used to support engines, including the ENGINE API and any function that > > creates or modifies custom "METHODS"

[sr-dev] Re: [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-19 Thread Victor Seva
@linuxmaniac pushed 2 commits. a498be6438eb08956491660a644fb989c1889cc0 tls: OPENSSL_fork_[prepare|parent|child] deprecated at openssl 3.0 9e0197ca3a130a559db08fcd4b352a03c5371f04 tls: disable engine for openssl >= 3.0 -- View it on GitHub:

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-19 Thread Victor Seva
>From https://www.openssl.org/docs/man3.0/man7/migration_guide.html > Engines and "METHOD" APIs >The refactoring to support Providers conflicts internally with the APIs used >to support engines, including the ENGINE API and any function that creates or >modifies custom "METHODS" (for example

[sr-dev] Re: [kamailio/kamailio] build warnings on bookworm (Issue #3484)

2023-06-15 Thread Victor Seva
@juha-h can you please test https://github.com/kamailio/kamailio/pull/3482? At least the OPENSSL_fork_* warnings should be solved. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3484#issuecomment-1592915447 You are receiving this because you are

[sr-dev] git:master:3a8ebf57: db_redis: graceful scan

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: 3a8ebf5717eba0116cb71c7f953e9b7ff60d4b0e URL: https://github.com/kamailio/kamailio/commit/3a8ebf5717eba0116cb71c7f953e9b7ff60d4b0e Author: Sipwise Development Team Committer: Victor Seva Date: 2023-06-14T14:26:27+02:00 db_redis: graceful scan

[sr-dev] git:master:41c47363: db_redis: use sscan

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: 41c4736367186f43e68361be0460bd590b7660bd URL: https://github.com/kamailio/kamailio/commit/41c4736367186f43e68361be0460bd590b7660bd Author: Sipwise Development Team Committer: Victor Seva Date: 2023-06-14T14:26:28+02:00 db_redis: use sscan --- Modified

[sr-dev] git:master:c5a3c2cd: db_redis: skip empty keys

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: c5a3c2cd8c6952356237c235c2ade159c030382b URL: https://github.com/kamailio/kamailio/commit/c5a3c2cd8c6952356237c235c2ade159c030382b Author: Sipwise Development Team Committer: Victor Seva Date: 2023-06-14T14:26:27+02:00 db_redis: skip empty keys

[sr-dev] git:master:60485701: pv_headers: rework pvh_remove_header_param, take two

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: 60485701ea3c065e657206ebcb6dbfa212adf1d4 URL: https://github.com/kamailio/kamailio/commit/60485701ea3c065e657206ebcb6dbfa212adf1d4 Author: Victor Seva Committer: Victor Seva Date: 2023-06-14T11:43:43+02:00 pv_headers: rework pvh_remove_header_param

[sr-dev] git:master:dd9c891b: cfgt: don't dump same node

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: dd9c891bafe8de5dace630d676f9ea697152a4de URL: https://github.com/kamailio/kamailio/commit/dd9c891bafe8de5dace630d676f9ea697152a4de Author: Victor Seva Committer: Victor Seva Date: 2023-06-14T11:30:06+02:00 cfgt: don't dump same node --- Modified: src

[sr-dev] git:master:b5ea290b: cfgt: skip_unknown modparam

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: b5ea290be4a5f92cd24dd39cbefe2987ed577d19 URL: https://github.com/kamailio/kamailio/commit/b5ea290be4a5f92cd24dd39cbefe2987ed577d19 Author: Victor Seva Committer: Victor Seva Date: 2023-06-14T11:25:28+02:00 cfgt: skip_unknown modparam If enabled, value

[sr-dev] git:master:1ce15ab7: cfgt: route_log modparam

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: 1ce15ab7094d3b13bf6db3cabb86bcdbab969d88 URL: https://github.com/kamailio/kamailio/commit/1ce15ab7094d3b13bf6db3cabb86bcdbab969d88 Author: Victor Seva Committer: Victor Seva Date: 2023-06-14T11:30:40+02:00 cfgt: route_log modparam If enabled, cfgt

[sr-dev] git:master:c3f2ff65: pua_dialoginfo: fix dlg_var store and retrieval

2023-06-14 Thread Victor Seva
Module: kamailio Branch: master Commit: c3f2ff656475d85b190f0a2f138b526d9a63e732 URL: https://github.com/kamailio/kamailio/commit/c3f2ff656475d85b190f0a2f138b526d9a63e732 Author: Victor Seva Committer: Victor Seva Date: 2023-06-14T10:53:34+02:00 pua_dialoginfo: fix dlg_var store and retrieval

[sr-dev] [kamailio/kamailio] tls: openssl 3.0 changes (PR #3482)

2023-06-13 Thread Victor Seva
Pre-Submission Checklist !-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -- !-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-- !-- If youre unsure about any of these, dont hesitate to ask on sr-dev mailing

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-24 Thread Victor Seva
Merged #3448 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3448#event-9333218821 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:1205869f: core: pv_cache_dump

2023-05-24 Thread Victor Seva
Module: kamailio Branch: master Commit: 1205869ffd9c7e16a4f299b020f0bc90a2d4fcd7 URL: https://github.com/kamailio/kamailio/commit/1205869ffd9c7e16a4f299b020f0bc90a2d4fcd7 Author: Victor Seva Committer: Victor Seva Date: 2023-05-25T00:16:12+02:00 core: pv_cache_dump related to #3440

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-19 Thread Victor Seva
@linuxmaniac pushed 1 commit. ed29e2f1d4d600ae4899896668b0cd121064e4e4 core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/b2188e30d3728a7f4bf5aec6359c92183becdc15..ed29e2f1d4d600ae4899896668b0cd121064e4e4 You are receiving this because you are

[sr-dev] git:master:a2209018: core: clang-format for coherent indentation and coding style

2023-05-18 Thread Victor Seva
Module: kamailio Branch: master Commit: a2209018fb03dda6d4b7df90f933c97bf4ae532b URL: https://github.com/kamailio/kamailio/commit/a2209018fb03dda6d4b7df90f933c97bf4ae532b Author: Victor Seva Committer: Victor Seva Date: 2023-05-19T01:40:55+02:00 core: clang-format for coherent indentation

[sr-dev] git:master:339891e7: pre-commit: add mixed-line-ending hook [skip ci]

2023-05-18 Thread Victor Seva
Module: kamailio Branch: master Commit: 339891e7da584abcc378aa2104f536841d615e57 URL: https://github.com/kamailio/kamailio/commit/339891e7da584abcc378aa2104f536841d615e57 Author: Victor Seva Committer: Victor Seva Date: 2023-05-19T01:40:44+02:00 pre-commit: add mixed-line-ending hook [skip ci

[sr-dev] Re: [kamailio/kamailio] core: clang-format for coherent indentation and coding style (PR #3461)

2023-05-18 Thread Victor Seva
Closed #3461. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3461#event-9284466235 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:e66a63a2: README: add pre-commit badge

2023-05-18 Thread Victor Seva
Module: kamailio Branch: master Commit: e66a63a230e91461af0a82e3bbc54eabbf5195c7 URL: https://github.com/kamailio/kamailio/commit/e66a63a230e91461af0a82e3bbc54eabbf5195c7 Author: Victor Seva Committer: Victor Seva Date: 2023-05-19T01:08:17+02:00 README: add pre-commit badge --- Modified

[sr-dev] git:master:e15a57e0: pre-commit: update pre-commit-hooks [skip ci]

2023-05-18 Thread Victor Seva
Module: kamailio Branch: master Commit: e15a57e0e027425827509277203341d55ace49fa URL: https://github.com/kamailio/kamailio/commit/e15a57e0e027425827509277203341d55ace49fa Author: Victor Seva Committer: Victor Seva Date: 2023-05-19T00:51:27+02:00 pre-commit: update pre-commit-hooks [skip ci

[sr-dev] git:master:f781dc9c: pre-commit: tool to keep thing tidy [skip ci]

2023-05-18 Thread Victor Seva
Module: kamailio Branch: master Commit: f781dc9ce914cc619abd9d53f987f117b720 URL: https://github.com/kamailio/kamailio/commit/f781dc9ce914cc619abd9d53f987f117b720 Author: Victor Seva Committer: Victor Seva Date: 2023-05-19T00:25:47+02:00 pre-commit: tool to keep thing tidy [skip ci

[sr-dev] git:master:2cac52c6: README: remove travis-ci info [skip ci]

2023-05-18 Thread Victor Seva
Module: kamailio Branch: master Commit: 2cac52c68feeacc1dc90e4ff322b6109c32669e8 URL: https://github.com/kamailio/kamailio/commit/2cac52c68feeacc1dc90e4ff322b6109c32669e8 Author: Victor Seva Committer: Victor Seva Date: 2023-05-19T00:25:47+02:00 README: remove travis-ci info [skip ci

[sr-dev] Re: [kamailio/kamailio] core: clang-format for coherent indentation and coding style (PR #3461)

2023-05-18 Thread Victor Seva
@linuxmaniac pushed 14 commits. 95513201e195147a1363b21b0fd99d35071e0de4 pre-commit: tool to keep thing tidy 9e67b77829c69208a656eecf8805bd21251cb7a3 core: [atomic] clang-format for coherent indentation and coding style 7aede62f97073b5fb066fdda8d9106fb4d876e6f core: [cfg] clang-format for

[sr-dev] Re: git:master:61833193: dispatcher: fix force send socket functionality, was not working in some TCP scenarios

2023-05-18 Thread Victor Seva
configuration Thanks -- - | ,''`. Victor Seva | | : :' : linuxman...@torreviejawireless.org | | `. `' PGP Key ID: 0x51A09B18CF5A5068

[sr-dev] Re: git:master:61833193: dispatcher: fix force send socket functionality, was not working in some TCP scenarios

2023-05-18 Thread Victor Seva
sock->sock_str.s); set_force_socket(msg, sock); } return 0; -- - | ,''`. Victor Seva | | : :' : linuxman...@torreviejawireless.org | | `. `'

[sr-dev] [kamailio/kamailio] core: clang-format for coherent indentation and coding style (PR #3461)

2023-05-18 Thread Victor Seva
for i in $(find src/core -name .git -prune -o -regextype posix-egrep -regex ^.*\.(c|h)$) ; do clang-format -i $i; done You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/3461 -- Commit Summary -- * core: clang-format for coherent

[sr-dev] Re: clang-format changes

2023-05-18 Thread Victor Seva
with the changes for core. I will wait a bit longer this time. Cheers [0] https://kamailio.org/wikidocs/devel/irc-meetings/2022a/ -- - | ,''`. Victor Seva

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

2023-05-18 Thread Victor Seva
- URL: https://github.com/kamailio/kamailio/commit/afdf66528d695994152ec67138643af0deac8741 Author: Victor Seva Date: 2023-05-18T12:22:30+02:00 auth: clang-format for coherent indentation and coding style - URL: https://github.com/kamailio/kamailio/commit

[sr-dev] Re: [kamailio/kamailio] clang-format for coherent indentation and coding style (PR #3459)

2023-05-18 Thread Victor Seva
Merged #3459 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3459#event-9278192762 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] clang-format for coherent indentation and coding style (PR #3459)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 245 commits. 3f5401cfc28448e679d77fbc1a4a02e795dcc25e acc: clang-format for coherent indentation and coding style c4905c3a83dd084231a9283e412900839f983dba acc_diameter: clang-format for coherent indentation and coding style 8b942d7831328c63d2231797420c29e12d0d54ad

[sr-dev] [kamailio/kamailio] clang-format for coherent indentation and coding style (PR #3459)

2023-05-17 Thread Victor Seva
changes in modules after clang-format execution. This is a test to check the pull-request check of clang-format You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/3459 -- Commit Summary -- * auth: clang-format for coherent indentation

[sr-dev] clang-format changes

2023-05-17 Thread Victor Seva
-- - | ,''`. Victor Seva | | : :' : linuxman...@torreviejawireless.org | | `. `' PGP Key ID: 0x51A09B18CF5A5068 | |`- Debian

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. b2188e30d3728a7f4bf5aec6359c92183becdc15 core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/aee1cc1de80291f80ff3f753391eaa8066eb6199..b2188e30d3728a7f4bf5aec6359c92183becdc15 You are receiving this because you are

[sr-dev] git:master:5c075f89: github: define proper target-ref in clang-format-checker [skip ci]

2023-05-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 5c075f8982bdf282f03d9e74f9663509a432474b URL: https://github.com/kamailio/kamailio/commit/5c075f8982bdf282f03d9e74f9663509a432474b Author: Victor Seva Committer: Victor Seva Date: 2023-05-17T12:43:36+02:00 github: define proper target-ref in clang

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. aee1cc1de80291f80ff3f753391eaa8066eb6199 core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/efd0c0b160eb19e93e3447981dbb6bdc0b82c38f..aee1cc1de80291f80ff3f753391eaa8066eb6199 You are receiving this because you are

[sr-dev] git:master:e18adca6: github: add checkout before clang-format-checker [skip ci]

2023-05-17 Thread Victor Seva
Module: kamailio Branch: master Commit: e18adca6d62ab327cb8b8c23291eef8ab4543d53 URL: https://github.com/kamailio/kamailio/commit/e18adca6d62ab327cb8b8c23291eef8ab4543d53 Author: Victor Seva Committer: Victor Seva Date: 2023-05-17T12:41:24+02:00 github: add checkout before clang-format

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. efd0c0b160eb19e93e3447981dbb6bdc0b82c38f core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/925e9764254dd1cb9f7644c928d9c0762c8c2fab..efd0c0b160eb19e93e3447981dbb6bdc0b82c38f You are receiving this because you are

[sr-dev] git:master:2c36d50a: github: update clang-format-checker action to v1.10 [skip ci]

2023-05-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 2c36d50ac56663c92bc007c85b18199a1fdff363 URL: https://github.com/kamailio/kamailio/commit/2c36d50ac56663c92bc007c85b18199a1fdff363 Author: Victor Seva Committer: Victor Seva Date: 2023-05-17T12:35:14+02:00 github: update clang-format-checker action

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. 925e9764254dd1cb9f7644c928d9c0762c8c2fab core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/4828969aa17e52e25712708b84660dc684be01da..925e9764254dd1cb9f7644c928d9c0762c8c2fab You are receiving this because you are

[sr-dev] git:master:2b4cceb3: github: add clang-format-checker for pull-request [skip ci]

2023-05-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 2b4cceb35bf49fc581fdb7af10c080f927a93a4a URL: https://github.com/kamailio/kamailio/commit/2b4cceb35bf49fc581fdb7af10c080f927a93a4a Author: Victor Seva Committer: Victor Seva Date: 2023-05-17T12:18:07+02:00 github: add clang-format-checker for pull

[sr-dev] git:master:2eb17e9c: github: GitHub Actions Version Updater

2023-05-17 Thread Victor Seva
Module: kamailio Branch: master Commit: 2eb17e9ccfa3963813215e6ddf2fdadeb588f485 URL: https://github.com/kamailio/kamailio/commit/2eb17e9ccfa3963813215e6ddf2fdadeb588f485 Author: Victor Seva Committer: Victor Seva Date: 2023-05-17T10:09:53+02:00 github: GitHub Actions Version Updater > ht

[sr-dev] git:master:fe4c47bb: siptrace: fix destination target parameter on ki_sip_trace_msg

2023-05-17 Thread Victor Seva
Module: kamailio Branch: master Commit: fe4c47bb47e466af2eddc0a8987c13cb976e5a3b URL: https://github.com/kamailio/kamailio/commit/fe4c47bb47e466af2eddc0a8987c13cb976e5a3b Author: Victor Seva Committer: Victor Seva Date: 2023-05-17T09:22:10+02:00 siptrace: fix destination target parameter

[sr-dev] Re: [kamailio/kamailio] build warning (Issue #3457)

2023-05-17 Thread Victor Seva
Closed #3457 as completed via fe4c47bb47e466af2eddc0a8987c13cb976e5a3b. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3457#event-9265675393 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:5.7:72db97b7: pkg/kamailio/deb: version set 5.7.0 [skip ci]

2023-05-17 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 72db97b7b8618e6cc9eed80ef670495547b7c2d0 URL: https://github.com/kamailio/kamailio/commit/72db97b7b8618e6cc9eed80ef670495547b7c2d0 Author: Victor Seva Committer: Victor Seva Date: 2023-05-17T08:13:45+02:00 pkg/kamailio/deb: version set 5.7.0 [skip ci

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-16 Thread Victor Seva
Ah, I see. So like this? Change already pushed ``` diff --git a/src/core/pvapi.c b/src/core/pvapi.c index b36c92b2be..c184db28d9 100644 --- a/src/core/pvapi.c +++ b/src/core/pvapi.c @@ -119,6 +119,7 @@ void pv_cache_dump_cb(str *gname, str *name) { if (cfg_get(core, core_cfg,

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-16 Thread Victor Seva
@linuxmaniac pushed 1 commit. 4828969aa17e52e25712708b84660dc684be01da core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/5bba66c9d2b139a999012563d577e379c1789cc7..4828969aa17e52e25712708b84660dc684be01da You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] SCSCF - (Issue #3454)

2023-05-16 Thread Victor Seva
Closed #3454 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3454#event-9256230802 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] FHOSS - java-8-openjdk-amd64 not passed & from run.sh - CLASSPATH=$CLASSPATH:log4j.properties:. making issue. (Issue #3453)

2023-05-16 Thread Victor Seva
Questions about use of Kamailio, how to be configured or errors of configuration have to be addressed to [sr-us...@lists.kamailio.org](mailto:sr-us...@lists.kamailio.org) email list. This tracker is for reporting bugs in the code. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] SCSCF - ob_load_api(): unable to import bind_ob --> even after including "outbound" module || sctp_core_check_support(): SCTP API not enabled --> even after includin

2023-05-16 Thread Victor Seva
Questions about use of Kamailio, how to be configured or errors of configuration have to be addressed to [sr-us...@lists.kamailio.org](mailto:sr-us...@lists.kamailio.org) email list. This tracker is for reporting bugs in the code. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] SCSCF - ob_load_api(): unable to import bind_ob --> even after including "outbound" module || sctp_core_check_support(): SCTP API not enabled --> even after includin

2023-05-16 Thread Victor Seva
Closed #3455 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3455#event-9256228816 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] FHOSS - java-8-openjdk-amd64 not passed & from run.sh - CLASSPATH=$CLASSPATH:log4j.properties:. making issue. (Issue #3453)

2023-05-16 Thread Victor Seva
Closed #3453 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3453#event-9256226290 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:df286e7a: tls_wolfssl: add note about the current state of affairs

2023-05-15 Thread Victor Seva
Module: kamailio Branch: master Commit: df286e7aee90cb206a821fe7e50d55f2c1c2583f URL: https://github.com/kamailio/kamailio/commit/df286e7aee90cb206a821fe7e50d55f2c1c2583f Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T22:47:25+02:00 tls_wolfssl: add note about the current state

[sr-dev] git:master:d8a244c6: Revert "pkg/kamailio/deb: introduce wolftls package"

2023-05-15 Thread Victor Seva
Module: kamailio Branch: master Commit: d8a244c6286ea0b96f5466c281aeca37d86bb17f URL: https://github.com/kamailio/kamailio/commit/d8a244c6286ea0b96f5466c281aeca37d86bb17f Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T22:34:47+02:00 Revert "pkg/kamailio/deb: introduce wo

[sr-dev] git:master:2a79d77f: Revert "tls_wolfssl: use wolfssl lib from system if available"

2023-05-15 Thread Victor Seva
Module: kamailio Branch: master Commit: 2a79d77faa107b73e22717649776430524d9e597 URL: https://github.com/kamailio/kamailio/commit/2a79d77faa107b73e22717649776430524d9e597 Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T22:34:59+02:00 Revert "tls_wolfssl: use wolfssl lib

[sr-dev] git:5.7:87aebe3b: Revert "tls_wolfssl: use wolfssl lib from system if available"

2023-05-15 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 87aebe3be58a757843d3846174bc3b6224cf36c8 URL: https://github.com/kamailio/kamailio/commit/87aebe3be58a757843d3846174bc3b6224cf36c8 Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T22:33:33+02:00 Revert "tls_wolfssl: use wolfssl lib from s

[sr-dev] git:5.7:8c18824c: Revert "pkg/kamailio/deb: introduce wolftls package"

2023-05-15 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 8c18824c8f754f2e4ef2cef44c32f124fb088ffe URL: https://github.com/kamailio/kamailio/commit/8c18824c8f754f2e4ef2cef44c32f124fb088ffe Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T22:33:23+02:00 Revert "pkg/kamailio/deb: introduce wo

[sr-dev] Re: [kamailio/kamailio] tls_wolfssl: use wolfssl lib from system if available (14b1f79)

2023-05-15 Thread Victor Seva
So according to https://github.com/wolfSSL/wolfssl/issues/5264 ``-DWOLFSSL_USE_ALIGN`` will make the module unusable And Debian's version was [built](https://buildd.debian.org/status/fetch.php?pkg=wolfssl=amd64=5.5.4-2=1675701633=0) using it Thanks @space88man for the info -- Reply to this

[sr-dev] Re: [kamailio/kamailio] tls_wolfssl: use wolfssl lib from system if available (14b1f79)

2023-05-15 Thread Victor Seva
@space88man do we need to build wolfssl because we can't use wolfssl coming from distributions? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/14b1f79c29f317c74bbcbba75853ce45c353a865#commitcomment-113383355 You are receiving this because you

[sr-dev] Re: git:master:14b1f79c: tls_wolfssl: use wolfssl lib from system if available

2023-05-15 Thread Victor Seva
trying to integrate tls_wolfssl package. [0] https://github.com/kamailio/kamailio/actions/runs/4978751198/jobs/8911286780 -- - | ,''`. Victor Seva

[sr-dev] git:5.7:8ed9cf81: tls_wolfssl: use wolfssl lib from system if available

2023-05-15 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 8ed9cf81c045d7946b07d8c98686acf92cd68776 URL: https://github.com/kamailio/kamailio/commit/8ed9cf81c045d7946b07d8c98686acf92cd68776 Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T13:42:27+02:00 tls_wolfssl: use wolfssl lib from system

[sr-dev] git:master:14b1f79c: tls_wolfssl: use wolfssl lib from system if available

2023-05-15 Thread Victor Seva
Module: kamailio Branch: master Commit: 14b1f79c29f317c74bbcbba75853ce45c353a865 URL: https://github.com/kamailio/kamailio/commit/14b1f79c29f317c74bbcbba75853ce45c353a865 Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T13:35:48+02:00 tls_wolfssl: use wolfssl lib from system

[sr-dev] git:master:d858378b: github: refresh branches [skip ci]

2023-05-15 Thread Victor Seva
Module: kamailio Branch: master Commit: d858378b722da6a44d937250e0985eddd31663b3 URL: https://github.com/kamailio/kamailio/commit/d858378b722da6a44d937250e0985eddd31663b3 Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T12:18:49+02:00 github: refresh branches [skip ci

[sr-dev] git:5.7:5e8ea292: github: refresh branch [skip ci]

2023-05-15 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: 5e8ea292e4d5e403509f75016f1685d793912a1f URL: https://github.com/kamailio/kamailio/commit/5e8ea292e4d5e403509f75016f1685d793912a1f Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T12:17:59+02:00 github: refresh branch [skip ci] --- Modified

[sr-dev] git:5.7:c9de94ed: pkg/kamailio/deb: introduce wolftls package

2023-05-15 Thread Victor Seva
Module: kamailio Branch: 5.7 Commit: c9de94ede7e6127b824c7d0667b306eef5c11127 URL: https://github.com/kamailio/kamailio/commit/c9de94ede7e6127b824c7d0667b306eef5c11127 Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T11:27:05+02:00 pkg/kamailio/deb: introduce wolftls package

[sr-dev] git:master:13430c2e: pkg/kamailio/deb: introduce wolftls package

2023-05-15 Thread Victor Seva
Module: kamailio Branch: master Commit: 13430c2e8b9fccf7565ddcf38dcab8e516cebef0 URL: https://github.com/kamailio/kamailio/commit/13430c2e8b9fccf7565ddcf38dcab8e516cebef0 Author: Victor Seva Committer: Victor Seva Date: 2023-05-15T11:26:34+02:00 pkg/kamailio/deb: introduce wolftls package

[sr-dev] Re: [kamailio/kamailio] pipelimit module - typo in documentation (Issue #3449)

2023-05-10 Thread Victor Seva
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3449#issuecomment-1542853201 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development

[sr-dev] Re: [kamailio/kamailio] pipelimit module - typo in documentation (Issue #3449)

2023-05-10 Thread Victor Seva
Closed #3449 as completed via 7438bfd8405ab98f48a96138183675cf799c7386. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3449#event-9215791463 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] git:master:7438bfd8: pipelimit: fix documentation on default value of plp_limit_column [skip ci]

2023-05-10 Thread Victor Seva
Module: kamailio Branch: master Commit: 7438bfd8405ab98f48a96138183675cf799c7386 URL: https://github.com/kamailio/kamailio/commit/7438bfd8405ab98f48a96138183675cf799c7386 Author: Victor Seva Committer: Victor Seva Date: 2023-05-10T23:48:23+02:00 pipelimit: fix documentation on default value

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-10 Thread Victor Seva
Uhm... I don't see that in mem_dump_pkg_cb https://github.com/kamailio/kamailio/blob/6b4e3b4b227381bfe896b23af5c4ce996c95f6e8/src/core/pt.c#L536-L562 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3448#issuecomment-1541547546 You are receiving

[sr-dev] [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-10 Thread Victor Seva
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

<    1   2   3   4   5   6   7   8   9   10   >