[sr-dev] Re: [kamailio/kamailio] db_mysql: failed build on CentOS 7 (Issue #3809)

2024-04-11 Thread sergey-safarov via sr-dev
I am fine with all of these cases: 1. add `#ifdef` for SSL support into db_mysql; 2. drop `CentOS 7` support; 3. build db_mysql module with MariaDB devel packages. @miconda @linuxmaniac @henningw what is your opinion? -- Reply to this email directly or view it on GitHub: https://github.com/kamai

[sr-dev] Re: [kamailio/kamailio] db_mysql: failed build on CentOS 7 (Issue #3809)

2024-04-11 Thread sergey-safarov via sr-dev
How about this change ```diff diff --git a/src/modules/db_mysql/km_my_con.c b/src/modules/db_mysql/km_my_con.c index 4c756db..bab3e44 100644 --- a/src/modules/db_mysql/km_my_con.c +++ b/src/modules/db_mysql/km_my_con.c @@ -178,9 +178,16 @@ struct my_con *db_mysql_new_connection(const struct db_id

[sr-dev] Re: [kamailio/kamailio] Segfault in pua_dialoginfo.c when starting up with a dialog in the database (Issue #3743)

2024-04-11 Thread Henning Westerholt via sr-dev
Thanks for providing the additional information. Does it crash only with the DB entry listed from above? If not, maybe you can provide the DB dump somewhere for download (sensitive data removed of course)? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamaili

[sr-dev] Re: [kamailio/kamailio] Less predictive algorithm for carrierroute hashing (Issue #3786)

2024-04-11 Thread Henning Westerholt via sr-dev
The hashing algorithm could be changed, sure. There are some internal hashing algorithms available (e.g. MD5) in the Kamailio core, there is of course also the possibility to use OpenSSL, but we might not want to introduce this depencency for that module. -- Reply to this email directly or vie

[sr-dev] Re: [kamailio/kamailio] tcp/docs: Added tcp_accept_iplimit config sample (PR #3792)

2024-04-11 Thread Henning Westerholt via sr-dev
Looks good to me, its also just a comment in the end. Lets wait a bit more for feedback and then merge it. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3792#issuecomment-2049370698 You are receiving this because you are subscribed to this thread

[sr-dev] Re: [kamailio/kamailio] PKG Memory Leak with RTPEngine Module with WebSocket (Issue #3777)

2024-04-11 Thread Henning Westerholt via sr-dev
@vijaykumar-exotel Thanks for the confirmation, do you could also paste the updated log messages here? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3777#issuecomment-2049373279 You are receiving this because you are subscribed to this thread.

[sr-dev] [kamailio/kamailio] corex: Fix unknown af in list_sockets rpc call (PR #3811)

2024-04-11 Thread Xenofon Karamanos via sr-dev