[sr-dev] Re: [kamailio/kamailio] rtpengine: check corner-case, add comments and refactor some functions (PR #4097)

2025-01-10 Thread Farzaneh Soltanzadeh via sr-dev
@Fr-Soltanzadeh commented on this pull request. > @@ -3349,7 +3349,10 @@ static bencode_item_t > *rtpp_function_call(bencode_buffer_t *bencbuf, } else { ng_flags.dict = extra_dict; ng_flags.flags = bencode_dictionary_get(ng_flags.dict, "flags"); -

[sr-dev] Re: [kamailio/kamailio] rtpengine: check corner-case, add comments and refactor some functions (PR #4097)

2025-01-10 Thread Farzaneh Soltanzadeh via sr-dev
@Fr-Soltanzadeh pushed 1 commit. dbc674babd02cdfa7c0e74fb101553e440166998 check corner-case and add comments -- View it on GitHub: https://github.com/kamailio/kamailio/pull/4097/files/20b548aa348d3c3aacec5a089188face475b59ff..dbc674babd02cdfa7c0e74fb101553e440166998 You are receiving this becau

[sr-dev] [kamailio/kamailio] Fix Makefile.defs and influxdbc for build on FreeBSD (PR #4099)

2025-01-10 Thread Boris Korzun 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) - [ ] No commits to README files for mo

[sr-dev] git:master:dc41c380: cmake: Install dbtextdb.py

2025-01-10 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: dc41c3805f77a8eafeff48c4143f85d96b349d2e URL: https://github.com/kamailio/kamailio/commit/dc41c3805f77a8eafeff48c4143f85d96b349d2e Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-10T11:13:29Z cmake: Install dbtextdb.py --- Modified

[sr-dev] git:master:e51ae929: cmake: Add kamdb_recover util program

2025-01-10 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: e51ae9297140150ad06fdc806324228b142f71e2 URL: https://github.com/kamailio/kamailio/commit/e51ae9297140150ad06fdc806324228b142f71e2 Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-10T11:12:39Z cmake: Add kamdb_recover util program -

[sr-dev] git:master:543fc22a: cmake/db_text: Add missing definition

2025-01-10 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: 543fc22ad6d442ce956629671b9a0d75797f1e6f URL: https://github.com/kamailio/kamailio/commit/543fc22ad6d442ce956629671b9a0d75797f1e6f Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-10T11:14:12Z cmake/db_text: Add missing definition --

[sr-dev] git:master:52029993: cmake/modules: Fix FindBerkeleyDB to search for C devel header

2025-01-10 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: 520299931cd77845c9bee736db57391fe3427e66 URL: https://github.com/kamailio/kamailio/commit/520299931cd77845c9bee736db57391fe3427e66 Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-10T11:10:49Z cmake/modules: Fix FindBerkeleyDB to sear

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

2025-01-10 Thread Xenofon Karamanos via sr-dev
> About `db_berkeley` error. On rpm-based systems presents two Berkley-related > devel packages > > ``` > libdb-devel > libdb-cxx-devel > ``` > > in this files present this devel files > > ``` > [root@nout SPECS]# rpm -ql libdb-devel > /usr/include/db.h > /usr/include/db_185.h > /usr/include/li

[sr-dev] git:master:abb4a6a1: cmake/tls: Add targets for installing cfg and cert

2025-01-10 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: abb4a6a195995901294bae105355a3414edaf05c URL: https://github.com/kamailio/kamailio/commit/abb4a6a195995901294bae105355a3414edaf05c Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-10T14:38:24Z cmake/tls: Add targets for installing cfg

[sr-dev] git:master:001390d8: cmake: Don't build all utils unless required by modules

2025-01-10 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: 001390d802c73e840e57015763a4b6164ae2eb6d URL: https://github.com/kamailio/kamailio/commit/001390d802c73e840e57015763a4b6164ae2eb6d Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-10T12:17:00Z cmake: Don't build all utils unless requi

[sr-dev] git:master:b5b40ef6: cmake: Add install targets for missing configuration files

2025-01-10 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: b5b40ef61901579f020f8eff002bd6e978919335 URL: https://github.com/kamailio/kamailio/commit/b5b40ef61901579f020f8eff002bd6e978919335 Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2025-01-10T15:37:13Z cmake: Add install targets for missing co

[sr-dev] git:master:8801cf72: core: parser - set URI type to TELS_URI_T for user=phone SIPS R-URI

2025-01-10 Thread Henning Westerholt via sr-dev
Module: kamailio Branch: master Commit: 8801cf72c77e9233c789a9a0a1536ac524d5abf6 URL: https://github.com/kamailio/kamailio/commit/8801cf72c77e9233c789a9a0a1536ac524d5abf6 Author: Alexander Bakker Committer: Henning Westerholt Date: 2025-01-10T17:00:23+01:00 core: parser - set URI type to TELS_

[sr-dev] Re: [kamailio/kamailio] core: parser - set URI type to TELS_URI_T for user=phone SIPS R-URI (PR #4093)

2025-01-10 Thread Henning Westerholt via sr-dev
Thank you, merged -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4093#issuecomment-2583060508 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Mail

[sr-dev] Re: [kamailio/kamailio] core: parser - set URI type to TELS_URI_T for user=phone SIPS R-URI (PR #4093)

2025-01-10 Thread Henning Westerholt via sr-dev
Merged #4093 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4093#event-15884107848 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] Re: [kamailio/kamailio] examples: fix kamailio ims cfg file for basic volte call (PR #4090)

2025-01-10 Thread Henning Westerholt via sr-dev
Thank you, merged. If somebody is still interested in the old examples, they can be found in the existing older releases. If necessary they could be also added as a second directory etc.. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4090#issuec

[sr-dev] Re: [kamailio/kamailio] examples: fix kamailio ims cfg file for basic volte call (PR #4090)

2025-01-10 Thread Henning Westerholt via sr-dev
Merged #4090 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4090#event-15884148915 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:866d92e9: modules: readme files regenerated - xhttp_prom ... [skip ci]

2025-01-10 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 866d92e9bbfb5725a05b2fa38c9d00e11c765552 URL: https://github.com/kamailio/kamailio/commit/866d92e9bbfb5725a05b2fa38c9d00e11c765552 Author: Kamailio Dev Committer: Kamailio Dev Date: 2025-01-10T17:16:10+01:00 modules: readme files regenerated - xhttp_prom

[sr-dev] Re: [kamailio/kamailio] cmake: switching deb rules (Issue #4053)

2025-01-10 Thread Xenofon Karamanos via sr-dev
Hey @linuxmaniac, Just a ping to see if you have any updates or missing stuff for packaging? In https://github.com/kamailio/kamailio/pull/4085, with discussion from @sergey-safarov, I pushed some missing docs, man, config files and more. if you need anything still, just ping me! -- Reply to

[sr-dev] Re: [kamailio/kamailio] topos: add enable_register_publish (PR #3766)

2025-01-10 Thread Henning Westerholt via sr-dev
There are currently some conflicts that prevents a merge of this PR. I am also not sure whats the status of this extension is, if there are still necessary changes. As the 6.0 release is scheduled for middle of next week, maybe you can give an update if this is ready or need more time. -- Repl

[sr-dev] Re: [kamailio/kamailio] Fix Makefile.defs and influxdbc for build on FreeBSD (PR #4099)

2025-01-10 Thread Henning Westerholt via sr-dev
Thanks for the PR. Looks like a small and straightforward changed. Lets wait until the beginning of next week for eventual other comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4099#issuecomment-2583165001 You are receiving this because y

[sr-dev] [kamailio/kamailio] lib/srdb1/schema: ims_dialog definitions (PR #4101)

2025-01-10 Thread Victor Seva via sr-dev