Module: kamailio Branch: 6.1 Commit: ee3fd8976daa30fa02e43decbbfc8326775108e2 URL: https://github.com/kamailio/kamailio/commit/ee3fd8976daa30fa02e43decbbfc8326775108e2
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-04T16:49:53+01:00 src: pvtpl and ims_qos_npn added to modules groups (cherry picked from commit 443fefa91001c4d26cd73f2b621834aa67074a72) --- Modified: cmake/groups.cmake Modified: src/Makefile.groups --- Diff: https://github.com/kamailio/kamailio/commit/ee3fd8976daa30fa02e43decbbfc8326775108e2.diff Patch: https://github.com/kamailio/kamailio/commit/ee3fd8976daa30fa02e43decbbfc8326775108e2.patch --- diff --git a/cmake/groups.cmake b/cmake/groups.cmake index 6234999f232..d3c0384d47b 100644 --- a/cmake/groups.cmake +++ b/cmake/groups.cmake @@ -106,6 +106,7 @@ set(MOD_LIST_EXTRA influxdbc peerstate ptimer + pvtpl siprepo ) @@ -292,6 +293,7 @@ set(MOD_LIST_IMS ims_isc ims_icscf ims_qos + ims_qos_npn ims_registrar_pcscf ims_registrar_scscf ims_usrloc_pcscf diff --git a/src/Makefile.groups b/src/Makefile.groups index 09493f51e8e..9a8804a43bd 100644 --- a/src/Makefile.groups +++ b/src/Makefile.groups @@ -24,7 +24,7 @@ mod_list_extra=avp auth_diameter call_control call_obj dmq domainpolicy msrp \ xhttp xhttp_rpc xprint jsonrpcs nosip dmq_usrloc statsd rtjson \ log_custom keepalive ss7ops acc_diameter evrexec file_out \ sipjson lrkproxy math posops xhttp_prom dlgs sworker influxdbc \ - peerstate ptimer siprepo + peerstate ptimer pvtpl siprepo # - common modules depending on database mod_list_db=acc alias_db auth_db avpops cfg_db db_text db_flatstore \ _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
