[sr-dev] Re: [kamailio/kamailio] dmq_usrloc not replicating contact attributes (#1968)

2024-01-03 Thread Henning Westerholt via sr-dev
Should be fixed be (not yet merged) PR #3679 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1968#issuecomment-1874986540 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] topos: add compatiblity for early in-dialog NOTIFY (PR #3627)

2024-01-03 Thread Henning Westerholt via sr-dev
@mauritsderuiter95 Did you managed to have another look to this topic regarding the test of git master? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3627#issuecomment-1874988230 You are receiving this because you are subscribed to this thread.

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-03 Thread Sebastian Damm via sr-dev
@space88man I just checked it on a test system with exactly one connected client, and all 4 TCP listeners as well as the TCP main process show this output: ``` (gdb) p ossl_err_get_state_int() No symbol "ossl_err_get_state_int" in current context. (gdb) ``` -- Reply to this email directly or vi

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-03 Thread space88man via sr-dev
> @space88man I just checked it on a test system with exactly one connected > client, and all 4 TCP listeners as well as the TCP main process show this > output: > > ``` > (gdb) p ossl_err_get_state_int() > No symbol "ossl_err_get_state_int" in current context. > (gdb) > ``` ``` # alternatives -

[sr-dev] Re: [kamailio/kamailio] tls: OpenSSL 3 root cause of crashes is shared ERR_STATE (Issue #3695)

2024-01-03 Thread space88man via sr-dev
RFC: OpenSSL 3 POC branch: https://github.com/kamailio/kamailio/tree/space88man/openssl3-poc -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3695#issuecomment-1875274473 You are receiving this because you are subscribed to this thread. Message I

[sr-dev] git:master:05bcd7a8: uac: global variable made static

2024-01-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 05bcd7a893d2f607943eaa5ab65293e7e273de8d URL: https://github.com/kamailio/kamailio/commit/05bcd7a893d2f607943eaa5ab65293e7e273de8d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-01-01T22:23:07+01:00 uac: global variable m

[sr-dev] git:master:b48c5662: p_usrloc: rename global variable with short name

2024-01-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b48c566218b15cac62cd1cc9dc838d241de73efd URL: https://github.com/kamailio/kamailio/commit/b48c566218b15cac62cd1cc9dc838d241de73efd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-01-02T10:41:17+01:00 p_usrloc: rename globa

[sr-dev] git:master:f0fbf4d7: dmq: rename global variables with short name

2024-01-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f0fbf4d74b8090614469b2a6a16f187275c4f067 URL: https://github.com/kamailio/kamailio/commit/f0fbf4d74b8090614469b2a6a16f187275c4f067 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-01-03T22:14:32+01:00 dmq: rename global var

[sr-dev] git:master:ae90cb48: xhttp_rpc: rename global variable with short name

2024-01-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ae90cb489cd07aac42994fbaa124966a34cd4514 URL: https://github.com/kamailio/kamailio/commit/ae90cb489cd07aac42994fbaa124966a34cd4514 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-01-02T16:20:59+01:00 xhttp_rpc: rename glob

[sr-dev] git:master:4af2452f: sms: renamed short global variables with common names

2024-01-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4af2452fa9362f4df913003370b0a5279070f372 URL: https://github.com/kamailio/kamailio/commit/4af2452fa9362f4df913003370b0a5279070f372 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-01-02T10:24:50+01:00 sms: renamed short glo

[sr-dev] git:master:42b22b6e: lcr: added module prefix to db_url global variable

2024-01-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 42b22b6e2d91d907cbf80b499b9e4380def2e652 URL: https://github.com/kamailio/kamailio/commit/42b22b6e2d91d907cbf80b499b9e4380def2e652 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-01-03T22:18:58+01:00 lcr: added module pref

[sr-dev] [kamailio/kamailio] WIP: RFC OpenSSL 3 fixes (PR #3696)

2024-01-03 Thread space88man 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] tls: OpenSSL 3 root cause of crashes is shared ERR_STATE (Issue #3695)

2024-01-03 Thread space88man via sr-dev
What about OpenSSL 1.1.1? This is also affected by this bug — but 1.1.1 does much less dynamic memory management in `crypto/err/err.c` so attempted double-free is a much lesser occurrence. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3695#is

[sr-dev] Re: [kamailio/kamailio] Option to not add received via param (Issue #3515)

2024-01-03 Thread github-actions[bot] via sr-dev
Closed #3515 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3515#event-11384801144 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Dev

[sr-dev] Re: [kamailio/kamailio] pv: hfl(name)[N] for negative index bug (Issue #3653)

2024-01-03 Thread github-actions[bot] via sr-dev
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3653#issuecomment-1876232122 You are receiving this because yo