[sr-dev] Re: [kamailio/kamailio] Unexpected return code from route with switch-case block (Issue #4088)

2025-01-24 Thread Daniel-Constantin Mierla via sr-dev
That statement in the docs was wrong, if no explicit return is at the end of route block execution, then the return code of the last executed action is propagated. I updated the docs: - https://www.kamailio.org/wikidocs/cookbooks/devel/core/#return -- Reply to this email directly or view it

[sr-dev] Re: [kamailio/kamailio] Unexpected return code from route with switch-case block (Issue #4088)

2025-01-24 Thread Daniel-Constantin Mierla via sr-dev
Closed #4088 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4088#event-16061643405 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] multiple Makefiles: evaluate LIBS variable imediately in Makefile (PR #4085)

2025-01-24 Thread sergey-safarov via sr-dev
I have compiled 20a35249dae05c8c39c06e9c6ac1bba778700d62 and error look like ``` [ 47%] Building C object src/modules/db_perlvdb/CMakeFiles/db_perlvdb.dir/db_perlvdb.c.o cd /root/rpmbuild/BUILD/kamailio-6.1.0-build/kamailio-6.1.0-dev0/redhat-linux-build/src/modules/cplc && /usr/bin/gcc -DADAPTIV

[sr-dev] Re: [kamailio/kamailio] multiple Makefiles: evaluate LIBS variable imediately in Makefile (PR #4085)

2025-01-24 Thread Xenofon Karamanos via sr-dev
@sergey-safarov Please try again with the latest version of tree. I forgot to change one cmake command... Hopefully that was it. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4085#issuecomment-2613390478 You are receiving this because you are sub

[sr-dev] Re: [kamailio/kamailio] lib/srdb1/schema: ims_usrloc_scscf definitions (PR #4110)

2025-01-24 Thread Victor Seva via sr-dev
@linuxmaniac pushed 1 commit. 1163a06cc7c230dd880107128805b719b95a39ae lib/srdb1/schema: ims_usrloc_scscf definitions -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4110/files/be6ea097f8f7bf23174ecb4934c520c5358c51d2..1163a06cc7c230dd880107128805b719b95a39ae You are receiving

[sr-dev] Re: [kamailio/kamailio] Module dispatcher: ds_is_active() return incorrect. (Issue #4001)

2025-01-24 Thread Daniel-Constantin Mierla via sr-dev
Closed #4001 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4001#event-16061304882 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development

[sr-dev] Re: [kamailio/kamailio] multiple Makefiles: evaluate LIBS variable imediately in Makefile (PR #4085)

2025-01-24 Thread Xenofon Karamanos via sr-dev
Hey @sergey-safarov , So this was a weird one. For ubuntu it builds fine as it was. For testing i used `rockylinux` which is a flavour of RHEL and found that it produced the same error as yours. After debugging, a lot of, i found that for some reason cmake was quoting the `${PERL_C_EXTRA_F

[sr-dev] Re: [kamailio/kamailio] Failure in building db_sqlite and db_unixodbc in Alpine 3.21 (Issue #4121)

2025-01-24 Thread Ben Kaufman via sr-dev
I'm building package, so (for me) the need to have it match the tag is greater than the need to have those specific packages since I'm not actively using those modules, I've just omitted them from the alpine 3.21 package set for 5.8.5. I'll give it a try from the branch as a sanity check. I ass

[sr-dev] git:master:65e51b77: presence: do not break on one notify sending failure

2025-01-24 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 65e51b776290a1981e9ac27fbe6b47813516bc8b URL: https://github.com/kamailio/kamailio/commit/65e51b776290a1981e9ac27fbe6b47813516bc8b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-01-24T16:53:10+01:00 presence: do not break

[sr-dev] Re: [kamailio/kamailio] Error when sending NOTIFYs in the presence of disconnected websocket watchers (Issue #4118)

2025-01-24 Thread Daniel-Constantin Mierla via sr-dev
For now I pushed a commit to try all of them, not to stop at the first one that fails (commit referenced above). Probably it makes sense to remove those that fails, but requires more analysis to see what is impacted. -- Reply to this email directly or view it on GitHub: https://github.com/kama

[sr-dev] [kamailio/kamailio] Failure in building db_sqlite and db_unixodbc in Alpine 3.21 (Issue #4121)

2025-01-24 Thread Ben Kaufman via sr-dev
### Description Building the db_sqlite or db_unixodbc modules on Alpine 3.20 fails. This is the error for `db_unixodbc`. The error for `db_sqlite` is a similar nature ``` dbase.c:261:32: error: passing argument 2 of 'db_do_close' from incompatible pointer type [-Wincompatible-pointer-types]

[sr-dev] Re: [kamailio/kamailio] multiple Makefiles: evaluate LIBS variable imediately in Makefile (PR #4085)

2025-01-24 Thread sergey-safarov via sr-dev
Thanks, @xkaraman, `snmpstats` build fixed now. Could you also check error with `-flto` options [Link 1](https://github.com/kamailio/kamailio/pull/4085#issuecomment-2606576084) [Link 2](https://github.com/kamailio/kamailio/pull/4085#issuecomment-2607162735) -- Reply to this email directly or vie

[sr-dev] git:master:b788c39b: github: [codeql] use all available processors when building [skip ci]

2025-01-24 Thread GitHub via sr-dev
Module: kamailio Branch: master Commit: b788c39bf848fe9d04d0429094156028a991845b URL: https://github.com/kamailio/kamailio/commit/b788c39bf848fe9d04d0429094156028a991845b Author: Victor Seva Committer: GitHub Date: 2025-01-24T15:29:25+01:00 github: [codeql] use all available processors when bu

[sr-dev] Re: [kamailio/kamailio] multiple Makefiles: evaluate LIBS variable imediately in Makefile (PR #4085)

2025-01-24 Thread Xenofon Karamanos via sr-dev
@sergey-safarov you are right! Commit is pushed! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4085#issuecomment-2612122680 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Failure in building db_sqlite and db_unixodbc in Alpine 3.21 (Issue #4121)

2025-01-24 Thread Daniel-Constantin Mierla via sr-dev
New version of compilers report this kind of error, which was not spotted because the release testing is done on debian 12 (stable). I do not know if there are any flags for the compiler to disable this kind of error, but ultimately you can build the packages from the latest branch 5.8 instead o

[sr-dev] Re: [kamailio/kamailio] Module dispatcher: ds_is_active() return incorrect. (Issue #4001)

2025-01-24 Thread Daniel-Constantin Mierla via sr-dev
No update for long time after my comment, ask to reopen if new info can be provided. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4001#issuecomment-2612973283 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] [kamailio/kamailio] [rtpengine] failure to ping rtpengine results in consistent core dump in kamailio 5.8.2 (Issue #4122)

2025-01-24 Thread Brandon Armstead via sr-dev
### RTPEngine + RTIMER + SEGFAULT + unable to ping When unable to ping RTPEngine instances kamailio crashes. ### Troubleshooting Determined issue was related to the ping failures, resolved AWS SG issue, allowing successful pings. Issue subsequently went away. Reproduction Use rtpengine wi

[sr-dev] git:master:f69b22ce: cmake: Install snmpstats files

2025-01-24 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: f69b22ce3cdc2c06739c11f19c9ebeb5eb1727f3 URL: https://github.com/kamailio/kamailio/commit/f69b22ce3cdc2c06739c11f19c9ebeb5eb1727f3 Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-24T09:59:18Z cmake: Install snmpstats files --- Modi

[sr-dev] Re: [kamailio/kamailio] Memory usage increases everytime tls.reload is executed (Issue #3823)

2025-01-24 Thread Fritjof Höst via sr-dev
Time for yet another 'ping' :) -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3823#issuecomment-2612153743 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - D