[sr-dev] git:5.7:64f0c3f3: db_mysql: switch warn to dbg for log messages for opt_ssl_mode

2024-07-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.7 Commit: 64f0c3f3979de7a40732067792d89c6d3b1c23d4 URL: https://github.com/kamailio/kamailio/commit/64f0c3f3979de7a40732067792d89c6d3b1c23d4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-07T09:35:27+02:00 db_mysql: switch warn to

[sr-dev] git:5.7:184aaf99: db_mysql: switch warn to dbg for log messages for opt_ssl_ca option

2024-07-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.7 Commit: 184aaf991b6ad74b63a7f8724058cd4066f3bbd3 URL: https://github.com/kamailio/kamailio/commit/184aaf991b6ad74b63a7f8724058cd4066f3bbd3 Author: Victor Seva Committer: Daniel-Constantin Mierla Date: 2024-07-07T09:35:36+02:00 db_mysql: switch warn to dbg for log m

[sr-dev] Re: [kamailio/kamailio] kamailio 5.7.6 startup (Issue #3908)

2024-07-08 Thread Daniel-Constantin Mierla via sr-dev
The warning can be ignored, has no relevant impact. Actually, it was changed to a debug message later, but somehow backporting was overlooked to 5.7 branch, I have just done it. You can use now latest git branch 5.7 (deb packages will build over the next night and be available in the nightly rep

[sr-dev] Re: [kamailio/kamailio] kamailio 5.7.6 startup (Issue #3908)

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

[sr-dev] git:master:9d923764: core: basex - compute lenght for base58 decode

2024-07-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9d923764747ff36152fc930da66e972201516b7b URL: https://github.com/kamailio/kamailio/commit/9d923764747ff36152fc930da66e972201516b7b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-07-08T12:08:13+02:00 core: basex - compute

[sr-dev] Re: [kamailio/kamailio] Base58 not decoding correctly (Issue #3907)

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

[sr-dev] Re: [kamailio/kamailio] Base58 not decoding correctly (Issue #3907)

2024-07-08 Thread Daniel-Constantin Mierla via sr-dev
Pushed a commit to compute the length after decode, basic tests look ok. It is in master branch now, to be backported. Should you encounter issues with it, comment to reopen. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3907#issuecomment-2213

[sr-dev] Re: [kamailio/kamailio] ims_registrar_pcscf,ims_qos: support for trusting bottom via (PR #3901)

2024-07-08 Thread Dragos Vingarzan via sr-dev
Many thanks for the review and help with this! > Is it only for SUBSCRIBE or is it required for INVITE as well or UE remembers > it from the response to SUBSCRIBE? This was just for the SUBSCRIBE which the P-CSCF itself originates, in UAC mode (so not the proxied SUBSCRIBE from a UE). I think t

[sr-dev] Re: [kamailio/kamailio] ims_registrar_pcscf,ims_qos: support for trusting bottom via (PR #3901)

2024-07-08 Thread Dragos Vingarzan via sr-dev
@vingarzan pushed 5 commits. 7eda2bea65ca2b0f10a249aac566a51641123ec7 core: added str2ushort() to avoid some questionable casting in ims_qos 3259d0f8f474e2902a639620d41952d72960b182 lib/ims: fixed a typo in a log message b3672bd379ed3f8ea68a5230b8ea203f6ae3115c ims_usrloc_pcscf: small log fixe

[sr-dev] Re: [kamailio/kamailio] [WIP] ims_registrar_pcscf,ims_qos: added a parameter for trusting the bottom Via header on requests (PR #3891)

2024-07-08 Thread Dragos Vingarzan via sr-dev
Closed #3891. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3891#event-13427041954 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] [WIP] ims_registrar_pcscf,ims_qos: added a parameter for trusting the bottom Via header on requests (PR #3891)

2024-07-08 Thread Dragos Vingarzan via sr-dev
Closing as replaced by https://github.com/kamailio/kamailio/pull/3901 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3891#issuecomment-2214704287 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] [kamailio/kamailio] [db_mysql] MYSQL_OPT_SSL_CA is an enum not a macro (Issue #3910)

2024-07-08 Thread space88man via sr-dev
### Description Recent commit ``` d53843c75da src/modules/db_mysql/km_my_con.c (Sergey Safarov 2024-05-11 17:45:08 +0300 182) #ifdef MYSQL_OPT_SSL_CA ``` breaks db_mysql on 5.8.2 ``` Jul 09 08:40:31 voip-ssl3.voip.test /usr/local/kamailio/sbin/kamailio[10982]: WARNING: db_mysql [km

[sr-dev] Re: [kamailio/kamailio] [db_mysql] MYSQL_OPT_SSL_CA is an enum not a macro (Issue #3910)

2024-07-08 Thread space88man via sr-dev
Closed with commit on master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3910#issuecomment-2216299070 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER

[sr-dev] git:master:5b2be5e2: db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS 7/5.5.x

2024-07-08 Thread S-P Chan via sr-dev
Module: kamailio Branch: master Commit: 5b2be5e2c716ad8f8502b3be3db5194eb8474d39 URL: https://github.com/kamailio/kamailio/commit/5b2be5e2c716ad8f8502b3be3db5194eb8474d39 Author: S-P Chan Committer: S-P Chan Date: 2024-07-09T10:38:44+08:00 db_mysql: fix check for enum MYSQL_OPT_SSL_CA for Cent

[sr-dev] Re: [kamailio/kamailio] [db_mysql] MYSQL_OPT_SSL_CA is an enum not a macro (Issue #3910)

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

[sr-dev] git:master:92cfedaa: db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS 7/5.5.x

2024-07-08 Thread S-P Chan via sr-dev
Module: kamailio Branch: master Commit: 92cfedaaffb034db536f3bcf68695b433db92706 URL: https://github.com/kamailio/kamailio/commit/92cfedaaffb034db536f3bcf68695b433db92706 Author: S-P Chan Committer: S-P Chan Date: 2024-07-09T10:53:07+08:00 db_mysql: fix check for enum MYSQL_OPT_SSL_CA for Cent

[sr-dev] git:master:0fc0c7b3: Revert "db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS 7/5.5.x"

2024-07-08 Thread S-P Chan via sr-dev
Module: kamailio Branch: master Commit: 0fc0c7b3d3d6ded300c46f504406447670fee4e8 URL: https://github.com/kamailio/kamailio/commit/0fc0c7b3d3d6ded300c46f504406447670fee4e8 Author: S-P Chan Committer: S-P Chan Date: 2024-07-09T10:50:14+08:00 Revert "db_mysql: fix check for enum MYSQL_OPT_SSL_CA

[sr-dev] git:5.8:dbe51dc4: db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS 7/5.5.x

2024-07-08 Thread S-P Chan via sr-dev
Module: kamailio Branch: 5.8 Commit: dbe51dc4ee53f6e4f00450745db709a9d741c481 URL: https://github.com/kamailio/kamailio/commit/dbe51dc4ee53f6e4f00450745db709a9d741c481 Author: S-P Chan Committer: S-P Chan Date: 2024-07-09T13:40:05+08:00 db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS

[sr-dev] Re: [kamailio/kamailio] pkg: Add systemd template for starting multiple kamailio services (PR #3904)

2024-07-08 Thread sergey-safarov via sr-dev
I understand it may not be easy, but is possible to specify control sockets for `/var/run/kamailio/kamailio_ctl`, `/var/run/kamailio/kamailio_rpc.sock`, `/var/run/kamailio/kamailio_rpc.fifo`? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3904#is

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

2024-07-08 Thread sergey-safarov via sr-dev
@guss77 you rebuild wolfssl using srpm package https://rpm.kamailio.org/centos/9/master/master/x86_64/Packages/w/wolfssl-5.6.6-1.src.rpm And update wolfssl on your local PC. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3592#issuecomment-22166580