[sr-dev] Re: [kamailio/kamailio] uac: Export two new functions for reg/unreg and rpc for reg (PR #4056)

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
Fine for me. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4056#issuecomment-2538058406 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Mailing L

[sr-dev] Re: [kamailio/kamailio] The future of internal libraries (Issue #4041)

2024-12-11 Thread Henning Westerholt via sr-dev
Yeah, seems to be not actually linked even if its included in the build. Its probably cleaner to not add it, but lets have Xenofon have a look, not want to add more unneeded complexity to the build infrastructure. ``` kamailio/src/modules/xlog$ ldd xlog.so linux-vdso.so.1 (0x7ffe2ff4

[sr-dev] Re: [kamailio/kamailio] pre-commit: cmake-format and cmake-lint hooks [skip ci] (PR #4066)

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
It is fine for me. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4066#issuecomment-2538052587 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Mai

[sr-dev] Re: [kamailio/kamailio] The future of internal libraries (Issue #4041)

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
It is indeed passed to all modules, I expected that it was passed to the core only and the modules that needed had it in their Makefiles. Now I wonder if that is actually needed for all (or most) modules, that can indirectly link to libssl somehow. I cheked with 5.8 and -thread is given there a

[sr-dev] Re: [kamailio/kamailio] The future of internal libraries (Issue #4041)

2024-12-11 Thread Henning Westerholt via sr-dev
Thanks. Ok, then we should add the pthread only to the modules that need it. Right now its seems to be active for all modules: ``` kamailio/src/modules/auth$ make clean; make Q=0 [..] gcc -shared -g -pthread -m64 -Wl,-O2 -Wl,-E -rdynamic "-ldl" -Wl,-Bsymbolic-functions nonce.o nc.o challenge.o

[sr-dev] Re: [kamailio/kamailio] fedora 40: make[2]: --libs8: No such file or directory (Issue #4025)

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

[sr-dev] Re: [kamailio/kamailio] fedora 40: make[2]: --libs8: No such file or directory (Issue #4025)

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
I understand that the issue is with the build tools version, if not reopen. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4025#issuecomment-2538008528 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] dispatcher module usage on kamailio 5.8.4 generate kamailio crash (Issue #4061)

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
Do you have tls enabled? If yes, be sure that you set `tls_threads_mode = 2`, see more: - https://www.kamailio.org/docs/modules/devel/modules/tls.html#tls.notes - https://www.kamailio.org/wikidocs/cookbooks/devel/core/#tls_threads_mode -- Reply to this email directly or view it on GitHub: h

[sr-dev] Re: [kamailio/kamailio] The future of internal libraries (Issue #4041)

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
I think the part related to the internal libraries is completed. Regarding the `-pthread`, it is always required by the core because of multi-threaded UDP reading, before it was needed when overwritting pthread locks for tls with libssl1.1+. The modules that need -ptheard should have it in thei

[sr-dev] [kamailio/kamailio] Hope pv_www_authenticate in Lua KEMI framework (Issue #4067)

2024-12-11 Thread Chen Ziyan via sr-dev
### Description When I rewrite from native to Lua syntax, I find that `pv_www_authenticate` has no corresponding implementation, can we add it? ### Expected behavior Actual observed behavior Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste you

[sr-dev] Jenkins build is back to normal : kamailio57-nightly-binaries » amd64,xenial #88

2024-12-11 Thread kamailio--- via sr-dev
See ___ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamaili

[sr-dev] Jenkins build is back to normal : kamailio57-nightly-binaries » amd64,bionic #88

2024-12-11 Thread kamailio--- via sr-dev
See ___ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamaili

[sr-dev] git: new commits in branch master

2024-12-11 Thread Victor Seva via sr-dev
- URL: https://github.com/kamailio/kamailio/commit/da934172a395b2a68eae839c7ccf1178fa9a54e1 Author: Victor Seva Date: 2024-12-11T22:55:47+01:00 acc: Add SPDX identifiers - URL: https://github.com/kamailio/kamailio/commit/9e473a6655a6fd3d1066420d947613fe0098af29 Author: Victor Seva Date:

[sr-dev] git:master:e1070f23: pdt: add fixup_free* to exported functions

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: e1070f23f748ffdcf448562c2b1f99286ed24692 URL: https://github.com/kamailio/kamailio/commit/e1070f23f748ffdcf448562c2b1f99286ed24692 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T22:00:03+01:00 pdt: add fixup_free* to exported functions ---

[sr-dev] git:master:ca415a35: path: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: ca415a35092ffbefbfdde714e7c7759470342907 URL: https://github.com/kamailio/kamailio/commit/ca415a35092ffbefbfdde714e7c7759470342907 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T22:03:20+01:00 path: reformat exported structures --- Modifie

[sr-dev] git:master:bec7e25a: peering: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: bec7e25a3fd3b3ef7f6770f9f7f4a3ea32ddd7b5 URL: https://github.com/kamailio/kamailio/commit/bec7e25a3fd3b3ef7f6770f9f7f4a3ea32ddd7b5 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T21:57:47+01:00 peering: reformat exported structures --- Modi

[sr-dev] git:master:5664d861: p_usrloc: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 5664d861d06ec105196c51ac3dcc9f136b5f5b74 URL: https://github.com/kamailio/kamailio/commit/5664d861d06ec105196c51ac3dcc9f136b5f5b74 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T22:09:05+01:00 p_usrloc: reformat exported structures --- Mod

[sr-dev] git:master:a096d09b: path: add fixup_free* to exported functions

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: a096d09bb54cd4259b46356c5cc24a53d751baf5 URL: https://github.com/kamailio/kamailio/commit/a096d09bb54cd4259b46356c5cc24a53d751baf5 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T22:05:19+01:00 path: add fixup_free* to exported functions ---

[sr-dev] git:master:713efe7b: prefix_route: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 713efe7b382e9e1d83240f3e348cbf46db46f1de URL: https://github.com/kamailio/kamailio/commit/713efe7b382e9e1d83240f3e348cbf46db46f1de Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T21:41:17+01:00 prefix_route: reformat exported structures ---

[sr-dev] git:master:c7c25190: pike: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: c7c25190e008723a78c827a40a52363b116013f5 URL: https://github.com/kamailio/kamailio/commit/c7c25190e008723a78c827a40a52363b116013f5 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T21:52:33+01:00 pike: reformat exported structures --- Modifie

[sr-dev] git:master:04cbace2: prefix_route: add fixup_free* to exported functions

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 04cbace26b1e145c15fcff51445571cedfd4031d URL: https://github.com/kamailio/kamailio/commit/04cbace26b1e145c15fcff51445571cedfd4031d Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T21:42:13+01:00 prefix_route: add fixup_free* to exported functi

[sr-dev] git:master:0511e00f: presence: add fixup_free* to exported functions

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 0511e00f9ece75a61b8a3799a3d75f08c2013afa URL: https://github.com/kamailio/kamailio/commit/0511e00f9ece75a61b8a3799a3d75f08c2013afa Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T21:35:08+01:00 presence: add fixup_free* to exported functions

[sr-dev] git:master:78594dbf: pipelimit: add fixup_free* to exported functions

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 78594dbf653b46d24cc7eaa26ff28b43b0c024ce URL: https://github.com/kamailio/kamailio/commit/78594dbf653b46d24cc7eaa26ff28b43b0c024ce Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T21:49:06+01:00 pipelimit: add fixup_free* to exported functions

[sr-dev] git:master:0aa58fe6: devcontainer: add cmake and cmake extensions [skip ci]

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 0aa58fe66845cb1b4fe1b6d14fbb73df1bdfb640 URL: https://github.com/kamailio/kamailio/commit/0aa58fe66845cb1b4fe1b6d14fbb73df1bdfb640 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T21:11:03+01:00 devcontainer: add cmake and cmake extensions [sk

[sr-dev] [kamailio/kamailio] pre-commit: cmake-format and cmake-lint hooks [skip ci] (PR #4066)

2024-12-11 Thread Victor Seva via sr-dev
@xkaraman I hope you will agree to add this jobs related to cmake files to keep things tidy. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/4066 -- Commit Summary -- * pre-commit: cmake-format and cmake-lint hooks [skip ci] -- File

[sr-dev] git:master:c28bd510: presence_conference: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: c28bd51076b5c50836cd4946e4e93c6d445fe068 URL: https://github.com/kamailio/kamailio/commit/c28bd51076b5c50836cd4946e4e93c6d445fe068 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:37:12+01:00 presence_conference: reformat exported structure

[sr-dev] git:master:802bee7c: presence_mwi: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 802bee7c205d402f6bdc3ba9c4210966ea758506 URL: https://github.com/kamailio/kamailio/commit/802bee7c205d402f6bdc3ba9c4210966ea758506 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:33:53+01:00 presence_mwi: reformat exported structures ---

[sr-dev] git:master:0193b484: presence_dialoginfo: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 0193b48403c7d6d43370ddcd6a2ecafaee023e07 URL: https://github.com/kamailio/kamailio/commit/0193b48403c7d6d43370ddcd6a2ecafaee023e07 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:35:37+01:00 presence_dialoginfo: reformat exported structure

[sr-dev] git:master:ab033f5e: presence_xml: add fixup_free* to exported functions

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: ab033f5ed335b731a5026c9401b6bbf6d488ffe6 URL: https://github.com/kamailio/kamailio/commit/ab033f5ed335b731a5026c9401b6bbf6d488ffe6 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:23:39+01:00 presence_xml: add fixup_free* to exported functi

[sr-dev] git:master:d916aa67: presence_profile: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: d916aa671f10b284aff0217fdf3182256b62ec7e URL: https://github.com/kamailio/kamailio/commit/d916aa671f10b284aff0217fdf3182256b62ec7e Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:28:39+01:00 presence_profile: reformat exported structures

[sr-dev] git:master:07a47afb: presence_reginfo: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 07a47afb577c7958f23cd46c80f26edcb4f2995b URL: https://github.com/kamailio/kamailio/commit/07a47afb577c7958f23cd46c80f26edcb4f2995b Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:27:30+01:00 presence_reginfo: reformat exported structures

[sr-dev] git:master:e39420a1: pua_reginfo: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: e39420a17a6e1bbd8f1e87d456cc7f50f97781c9 URL: https://github.com/kamailio/kamailio/commit/e39420a17a6e1bbd8f1e87d456cc7f50f97781c9 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:16:29+01:00 pua_reginfo: reformat exported structures ---

[sr-dev] git:master:bbb373e2: pua_usrloc: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: bbb373e2239e5e25527b708551dd5e03399f7bf3 URL: https://github.com/kamailio/kamailio/commit/bbb373e2239e5e25527b708551dd5e03399f7bf3 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:13:38+01:00 pua_usrloc: reformat exported structures --- M

[sr-dev] git:master:eaefe0f2: pua_xml: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: eaefe0f2f50a7bf1bbb17c14511d7ae5a4b4deee URL: https://github.com/kamailio/kamailio/commit/eaefe0f2f50a7bf1bbb17c14511d7ae5a4b4deee Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:05:59+01:00 pua_xml: reformat exported structures --- Modi

[sr-dev] git:master:93b979aa: pua_rpc: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 93b979aa5b3dd6ebd18eea20752af848fc83a74b URL: https://github.com/kamailio/kamailio/commit/93b979aa5b3dd6ebd18eea20752af848fc83a74b Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:13:38+01:00 pua_rpc: reformat exported structures --- Modi

[sr-dev] git:master:64fe1638: pua: reformat exported structures

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 64fe1638c08ac6c7e44daf663d24f088344a511a URL: https://github.com/kamailio/kamailio/commit/64fe1638c08ac6c7e44daf663d24f088344a511a Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T19:20:49+01:00 pua: reformat exported structures --- Modified

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

2024-12-11 Thread Xenofon Karamanos via sr-dev
Regarding the build paths for packagin, i think a the solution was quite simple after some research: After 954fa3188b3e5e18b0992667b8904a1d17430598, you should have the expected behavior on the packages structure after these commands: Configure from kamailio root folder ``` # (groups not yet d

[sr-dev] git:master:954fa318: cmake: Use CMAKE_INSTALL_FULL_* paths where appropriate

2024-12-11 Thread Xenofon Karamanos via sr-dev
Module: kamailio Branch: master Commit: 954fa3188b3e5e18b0992667b8904a1d17430598 URL: https://github.com/kamailio/kamailio/commit/954fa3188b3e5e18b0992667b8904a1d17430598 Author: Xenofon Karamanos Committer: Xenofon Karamanos Date: 2024-12-11T17:27:52Z cmake: Use CMAKE_INSTALL_FULL_* paths whe

[sr-dev] Re: [kamailio/kamailio] dispatcher module usage on kamailio 5.8.4 generate kamailio crash (Issue #4061)

2024-12-11 Thread Henning Westerholt via sr-dev
A small cfg to reproduce it would be indeed great. Regarding the mentioned AVP topics, you need to migrate them to the new XAVP infrastructure. Have look to the module readme for the parameters and examples. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamai

[sr-dev] Re: [kamailio/kamailio] segfault on t_next_contacts after adding additional contacts to $xavp(tm_contacts) (Issue #4063)

2024-12-11 Thread Henning Westerholt via sr-dev
Thanks for the report. It would be indeed helpful to get at coredump backtraces, after you've installed also the kamailio debug package. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4063#issuecomment-2536293589 You are receiving this because y

[sr-dev] git:master:b540392e: cmake: support for intel 32b cpu architectures

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b540392ef910a63f2bda1b78d5970298edc87308 URL: https://github.com/kamailio/kamailio/commit/b540392ef910a63f2bda1b78d5970298edc87308 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-12-11T15:38:02+01:00 cmake: support for int

[sr-dev] git:master:2fbea39d: github: codeql use same strategy for nightly builds [skip ci]

2024-12-11 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 2fbea39d4125be89f36cce161f9e6b0dbcd50595 URL: https://github.com/kamailio/kamailio/commit/2fbea39d4125be89f36cce161f9e6b0dbcd50595 Author: Victor Seva Committer: Victor Seva Date: 2024-12-11T13:15:09+01:00 github: codeql use same strategy for nightly bui

[sr-dev] Re: [kamailio/kamailio] cmake: added target compile option -ffile-prefix-map (28f4089)

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
I am not yet familiar with CMake and was not sure what/where can be done. For example, afterwards, by testing I could figure out that the CMakeList.txt for (many) modules can be more or less the same, like a template. For `acc` module, I could get: ``` set(MODNAME acc) file(GLOB ${MODNAME}_SRC

[sr-dev] Re: [kamailio/kamailio] cmake: added target compile option -ffile-prefix-map (28f4089)

2024-12-11 Thread Xenofon Karamanos via sr-dev
Since this was for all modules and the main, it could be done in the https://github.com/kamailio/kamailio/blob/master/cmake/defs.cmake specifically in: https://github.com/kamailio/kamailio/blob/ccadde0a6656cd78fc1b4f67ed40b5a6ac119d9e/cmake/defs.cmake#L334 All modules are then linked with this I

[sr-dev] Re: [kamailio/kamailio] presence_dfks: handling as-feature-event presence messages (PR #4065)

2024-12-11 Thread Victor Seva via sr-dev
@linuxmaniac pushed 5 commits. 0e55059e4b044959574c09d21eb488bf630b33c7 presence_dfks: handling as-feature-event presence messages 2105e69e58a598035bc9c1e248b28d4a649ca04b presence_dfks: documentation fb27262006d1f8eb33aa7a76317138cb236d41e3 pua: support as-feature-event 11f01f754babde926d6164

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

2024-12-11 Thread Victor Seva via sr-dev
> See 1 about the rest of the options. I am not sure what is the correct usage > of the quotes here, but I believe the same applies. Anyhow, I have to rework the my cmake effort since ``dh-cmake`` is too recent and is not packaged for older releases. I need to call it directly. Are you planing

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

2024-12-11 Thread Xenofon Karamanos via sr-dev
Trying this ``` cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_RE

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

2024-12-11 Thread Victor Seva via sr-dev
> > Is not just me... just grep `cfg_target` in `pkg/`. It's a must for > > packaging. > > OK, can you try with this > [a08da7b](https://github.com/kamailio/kamailio/commit/a08da7b34b01f4b0a579fbfdc141bf2944613736) > changes or did you already tried it? > > If it's still not working, I'll intr

[sr-dev] git:master:6edc0396: src/CMakeLists.txt: log compiler details

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6edc0396a04664e18ac43cbb024cde9cf2120a8c URL: https://github.com/kamailio/kamailio/commit/6edc0396a04664e18ac43cbb024cde9cf2120a8c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-12-11T11:03:25+01:00 src/CMakeLists.txt: lo

[sr-dev] git:master:ccadde0a: cmake/defs.cmake: value of -DCOMPILER updated to include compiler suite name

2024-12-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ccadde0a6656cd78fc1b4f67ed40b5a6ac119d9e URL: https://github.com/kamailio/kamailio/commit/ccadde0a6656cd78fc1b4f67ed40b5a6ac119d9e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-12-11T11:19:11+01:00 cmake/defs.cmake: valu

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

2024-12-11 Thread Xenofon Karamanos via sr-dev
> Is not just me... just grep `cfg_target` in `pkg/`. It's a must for packaging. > OK, can you try with this https://github.com/kamailio/kamailio/commit/a08da7b34b01f4b0a579fbfdc141bf2944613736 changes or did you already tried it? If it's still not working, I'll introduce a new variable you ca

[sr-dev] Re: [kamailio/kamailio] presence_dfks: handling as-feature-event presence messages (PR #4065)

2024-12-11 Thread Victor Seva via sr-dev
Integrated [fixes from Sipwise](https://github.com/sipwise/kamailio/blob/master/debian/patches/sipwise/presence_dfks_null_ptr_fixes.patch) added documentation and tried to cleanup a bit. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4065#issueco

[sr-dev] Re: [kamailio/kamailio] presence_dfks: (PR #4065)

2024-12-11 Thread Victor Seva via sr-dev
@linuxmaniac pushed 5 commits. e7061e80aefab06b27227323a025cbec7f7b631f presence_dfks: handling as-feature-event presence messages a316a40d3942d7c8ecf4c7fa77a5b96e2b9da57e presence_dfks: documentation ba0b02ff98773148c8ec9dd9b3eb1071db1b4205 pua: support as-feature-event 9e704f2429db88334201de