You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/ChangeLog

13476 lines
438 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

===================== 2025-03-10 Version 6.0.1 Released =====================
===================== Changes Since Version 6.0.0 ===========================
commit 07f5a5e36ccc07f379ec791a4e0d8df71fb628fb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 10 08:20:45 2025 +0100
Makefile.defs: version set to 6.0.1
commit d39e14f995efda18fc43b38107356fdc2372a7ae
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 10 08:19:00 2025 +0100
pkg/kamailio/deb: set version to 6.0.1
commit 544cd04b8603d3e1bd89cf634fd8f686394a1d6d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 10 08:18:06 2025 +0100
pkg/kamailio: version set 6.0.1 for rpms and alpine
commit 141b489a39b138d95be50237d32c8b8104a281e8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Mar 10 08:16:17 2025 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 9ccaad23961dba1fd34f46168cfad0fddbd2bac3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 5 10:29:20 2025 +0100
app_python3s: docs for threads_mode parameter
(cherry picked from commit 9ee8f9624a00474ed3c9fbd60169abdffd0543a0)
commit 5624c5cf530c92376811e2fefbfd91588fe13a3d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 5 09:33:32 2025 +0100
app_python3: added threads_mode parameter
- control how python interpreter threading is done
- GH #4153
(cherry picked from commit db7a19a82605076e09224e07645e436f1e166ce8)
commit f07bc9ef61b9eaecb528e57ee0228d0e690f16af
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Mar 4 17:46:19 2025 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 6e58d6b7831bfcfbd28835c673697ae8d530c6f5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 4 13:37:27 2025 +0100
app_python3s: docs for threads_mode parameter
(cherry picked from commit 445af28bef2d0874254b3e4c8224b3c1e7329d62)
commit f6b717a90202b4fe099a36f37fcf1a66530a84ef
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 4 13:29:23 2025 +0100
app_python3s: added threads_mode parameter
- control how python interpreter threading is done
- GH #4153
(cherry picked from commit df8eb5460924b68919ee35fe8df3afeecdbbf714)
commit 83e0e5ea61eb4287d88b1341021eaa7de59c6742
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 28 19:30:04 2025 +0100
auth: docs - extended example for auth_algorithm()
(cherry picked from commit 38544a774d92c86065709888d07c5b4f5bd013c5)
commit 64350f8e6bb999971cf162470f7720fd05e67aad
Author: drTr0jan <drtr0jan@yandex.ru>
Date: Sun Feb 23 01:45:36 2025 +0300
lib/ims: libxml2 is not needed - removed from cmake
(cherry picked from commit 11a609d06b527470c535a20866c48cafdedcb820)
commit c883d30934815e0dba0ae35538a636ae2edfcb28
Author: Henning Westerholt <hw@gilawa.com>
Date: Tue Feb 25 10:37:34 2025 +0000
misc/examples: update default webrtc cfg to current main kamailio.cfg state
(cherry picked from commit 29e51c139725a58b2cbe9cfe409a1c62b3904a3e)
commit 4aa5804db1e8458ae639c8db20e8ededd26d3d56
Author: Henning Westerholt <hw@gilawa.com>
Date: Tue Feb 25 10:32:40 2025 +0000
kamailio.cfg: small whitespace indention fix
(cherry picked from commit 3b28e0151d15e7883c0ce81e63851fd9952dd2db)
commit 2e8f3eb6cc280661acc5c904d6ab915bef2d389c
Author: Henning Westerholt <hw@gilawa.com>
Date: Tue Feb 25 09:29:37 2025 +0000
kamailio.cfg: small whitespace indention fix, spelling fix
(cherry picked from commit 4f573561797b297131464699bd1ed6f0b5d7ed75)
commit fb2109db4bfcf0239d7ae8aa99c5eaab27d58085
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Feb 24 12:30:26 2025 +0100
ims_dialog: right timer function prototype for print_all_dlgs()
(cherry picked from commit 6cdbaa1815bdcadc467f36109c6e3a7d00c344f5)
commit ed21e7c97677572d732fa1020528fe92f3a9ee35
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Feb 24 09:57:38 2025 +0100
sl: stats for 1xx replies
- GH #4144
(cherry picked from commit f43c132db9b1dc71f623d592fb46d487ba492c7d)
commit c20ad4abaec2632acfa069a73b1c0b195ccb8334
Author: Dennis Yurasov <dennis-y@yandex-team.ru>
Date: Fri Feb 21 10:42:58 2025 +0100
dialog: fixed DLG_FLAG_CHANGED_PROF value and setting DLG_FLAG_DEL
- GH #4151
(cherry picked from commit 2b1ca7813cf5014553c807c1a5034c404b3685a5)
commit ea0fc8e213f6703d87a000216a2cc18764732fce
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 21 10:35:22 2025 +0100
dialog: get vars via value instead of reference for kemi functions
- do lock/unlock
- GH #4151
(cherry picked from commit 3b213f1d008656682f1733d59f6c3bacd474c4b9)
commit 081c5e4167753a77ce5c036e3bf61e3289fcd176
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Tue Jan 28 13:52:40 2025 +0200
topos_htable: fix xtag and add more snprintf checks
(cherry picked from commit e0e0884627609804661082a1235f87a7bbb5e67a)
commit a8b8484dc2cc18954c56438e5f2450734b43906b
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Tue Feb 18 16:46:55 2025 +0200
dispatcher: skip ping for DS_NODNSARES_DST
(cherry picked from commit 5f29b4491634c360ade5691977d622617ae014ad)
commit 61d577341b86b2d76c5849f60f2bbc6b783c9916
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 19:26:10 2025 +0100
acc: avoid local variable hides global variable
(cherry picked from commit ccf33100c1eba5dcd9494f1558ff03703fb8e7bf)
commit 04989c2e1c65ee46f411f58c874fe181eec60c66
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 19:22:52 2025 +0100
db_cfg: avoid local variable hides global variable
(cherry picked from commit b019dbc5dc88a58a50a3d272a30e6a1aa3b174c0)
commit f8b7dedc7e8d0535b737cd5dfcf2fe2e33c527d0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 19:17:38 2025 +0100
db2_ops: avoid local variable hides global variable
(cherry picked from commit 79120639521f61d2b95a3be5f0faf8018afbd91c)
commit 3b1e00e8f70ebef0b386b10d8d510ae800cc1de0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 18:53:58 2025 +0100
p_usrloc: avoid local variable hides global variable
(cherry picked from commit c626bef15034fd6ff2e3eb3388ff0d73bf1557c4)
commit 914cc65f48333cd8df92650321228c4b874f6abd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 18:51:05 2025 +0100
pv_headers: avoid local variable hides global variable
(cherry picked from commit 1c302265c0fbf2083741fdbabfab8b922a00b8bc)
commit 5579fd3ca41d32f25a6dc69e2761bea350f9eefb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 18:49:06 2025 +0100
sipcapture: avoid local variable hides global variable
(cherry picked from commit 4963f0af2f27e3e5164f54ec9b5c8713e911f1db)
commit d62aac91f062984f215532292775909af0a255f5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 18:47:40 2025 +0100
xhttp_rpc: avoid local variable hides global variable
(cherry picked from commit b38fbe7ab4988f916ed0dd4156c732e615980150)
commit a786e4b5a910fef1b3472354bb112fb36605a4aa
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Feb 19 18:36:52 2025 +0100
mediaproxy: avoid local variable hides global variable
(cherry picked from commit 288010b92cd86e2210c079cbd00bf11536e0b0cb)
commit 3746f3f2c86a7a085f4abcd1c67c468031b6cd9b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 18 13:21:25 2025 +0100
etc/kamailio.cfg: use send_reply_error() instead of sl_reply_error()
(cherry picked from commit 6a7c8c232132078b97bd3023efaed30f369cfe63)
commit d18e367da12c85bd7a87a706d1f231f3119365a9
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Thu Feb 6 17:41:40 2025 +0200
kafka: Fix mod_destroy() crash
A crash happened on mod_destroy() due to librdkafka thrd_join(), in case
of multiple restarts, in case of ssl kafka connection.
Init kafka only for timer and routing processes.
Add checks for rk pointer.
(cherry picked from commit 10012eeb17210ea7eb9549dc71be5af7e92b4a97)
commit 0c09b213cbd0a8b12128fa4fb16c01907684b0a6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 16 12:06:57 2025 +0100
dialog: set keepalive local cseq value to 0
(cherry picked from commit 5d3ae2acfab38eda88c6369c0db18a286faba2e3)
commit be47356fda7ee3862f335fd5b192e54c33dfe85c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 16 10:36:57 2025 +0100
core: socket info - print index values in error message for overflow
(cherry picked from commit 413c90202975886f4dfcb579a1157a19c3065341)
commit dddb8b0c99f2822be5fff2693a105b391480bc77
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 16 10:23:18 2025 +0100
registrar: remove unnecessary condition
(cherry picked from commit 6b7af1beb7fdaaec1b5d069fdfff3e3af5ca43ca)
commit 21943c8bc2df36e818ff79256ccda99b98ade0b9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 16 10:19:53 2025 +0100
ims_auth: restructured function to avoid unnecessary condition
(cherry picked from commit bf0cb8dd85c38c00435bfe6591b4b39b717b743c)
commit c59d29abbdc65784ea6fbe6eb237dbadd3fb370d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Feb 15 15:28:35 2025 +0100
db_redis: clean the keyname variable
(cherry picked from commit aae4cb323d4ea9d07b4b8aec61a6c9bc03e2ab83)
commit a6e99ff231ca5a42bd053d3a8f2f9d02682ab07d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 12:38:04 2025 +0100
tsilo: free duplicated ruri and contact on error cases
(cherry picked from commit d029de6380f8e30e0c82435b820744c21a5fbc78)
commit 975d3449ae01a9078009772e0e1b86c9a996d982
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 12:23:39 2025 +0100
dlgs: return -1 for 0 tags count
(cherry picked from commit 6a2a82555ee8bbfaca1e825c19d1532f22c2c629)
commit 7274e353d7c05f5387c64aaf90197c9a8e8d1dd4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 12:17:23 2025 +0100
http_client: free dumplicated name in case of errors
(cherry picked from commit 39ba53a2499dd1f0e080bb011d7438a60ea5faec)
commit 44764414c48fed1b90580cf62dd33e975f1f7ecd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 12:03:57 2025 +0100
call_control: free pv field in case of error
(cherry picked from commit 8a96379cc1ef7aa42bc4be49834c538a3bffdf14)
commit 47162f64626904ae799f8c47e4bc4ce9b6747f4f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 11:55:53 2025 +0100
sdpops: check the limit for computed rtcp port
(cherry picked from commit 34743f40056e230e6c6d1ae6bf72e369b6f6890f)
commit c8acc1f6e5441fd4514c2b7ead1e2bbe441f7895
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 11:39:11 2025 +0100
sca: free replaces hdr on anchor lump failure
(cherry picked from commit 01782191418f3d65c4aa5cb273140fec928d153a)
commit 1887dfcbd930c6f1757fe5fe691f52c3502d1824
Author: Gustavo Almeida <gustavo.abcdef@hotmail.com>
Date: Wed Feb 12 18:54:20 2025 +0000
ims_registrar_pcscf: Fix CentOS 7 Build
- ims_registrar_pcscf: Fix non C99 compliant code
(cherry picked from commit e458ca15a4ca30448ea9aae20a93eb86e2ce92c0)
commit 528b6e9805c23883a19e959475a566fddd41b349
Author: Gustavo Almeida <gustavo.abcdef@hotmail.com>
Date: Wed Feb 12 18:52:16 2025 +0000
ims_auth: Fix CentOS 7 Build
- ims_auth: Fix non C99 compliant code
(cherry picked from commit 7a65b3ce11a3afc0f5be47f61235166cb8938c78)
commit 8991e340e9eb26a3aba3333b4868a5e5b0057625
Author: Gustavo Almeida <gustavo.abcdef@hotmail.com>
Date: Wed Feb 12 17:45:47 2025 +0000
ims_auth: Fix CentOS 7 Build
ims_auth: Fix non C99 compliant code
(cherry picked from commit 2349e4088d3fd454b74de15dfcb9a3e19fc03663)
commit 6d06293f3fe1c5897a3e01272fdc9ac409925f3d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 10:16:00 2025 +0100
xmlrpc: removed unnecessary code
(cherry picked from commit e65b03cdd946d735a3ef33ae3582bcfad464d2c7)
commit 691eb2600c1fcf24d0d1f9b2648e7257499537a8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Feb 14 08:37:23 2025 +0100
ctl: refactored error handling and removed unnecessary code
(cherry picked from commit edbb5b11e9453be3519e6e9a945937307c95709e)
commit 7310f99a85bb3cc581c1747ef0ac151228554a79
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 11:58:21 2025 +0100
pv: free buf uri in case of error setting xto attr
(cherry picked from commit a6d692be4283dc349c38b455ee71c4e21dcef6aa)
commit 8b7637140c5362bf90046ccb3b34ea74ef658c0a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 11:45:06 2025 +0100
pv: free next field on error when parsing xav* names
(cherry picked from commit b875e7368dcc8e221007caafa3599c3e354404f7)
commit c7a4dd132478ff2d5f46c85594a44fee9c570f6d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 11:01:20 2025 +0100
topoh: check on pointer only for via decode return
- code reformatted
(cherry picked from commit d0cd3c4b40fd791143122622a6d74703e1375832)
commit d0df1eef55cd9bb0bca2b0db007d94dbe4e8e95c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:50:32 2025 +0100
tm: rpc uac - jump to error when failing to create delayed context
(cherry picked from commit aa081dbd1ee1901c6174ffddd556bda47b6ef732)
commit d505c876c534cc4a4b8aff5ef1b5e28b151d8d06
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:42:27 2025 +0100
tm: jump to error when failing to built content length for uac cancel
(cherry picked from commit 27e1e9102f07047a3d2c2f28baa708f14be556a6)
commit a5576fb3476e327ef10135a85cf20f2e720803db
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 10:32:51 2025 +0100
tm: split reverse rte list function
(cherry picked from commit e85d07e5b42ff25f81b74f68ab412e0ab27e7170)
commit de5986433283b2fcff09b064420d43327270d390
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 09:48:33 2025 +0100
xprint: break on first resolved ip address
(cherry picked from commit 7c908137826071b8180bd93ff8ba3994be66da3a)
commit c68522f5c3c59cb915feb873bd3351e57a8db579
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 09:43:43 2025 +0100
ctl: fifo - clean intermediary buffer
(cherry picked from commit 4c4d7f7967a99d4dd4acdc5e198bce493bf15d67)
commit e1398e53e9825db6c20590e1576d960ac0c3c429
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 09:40:00 2025 +0100
xmlrpc: clean allocated buffer
(cherry picked from commit ff712539566c903312ebba2f8e2585f9c80ffdcf)
commit cf3b3849cb2a3c4060281377e2adee09de5d47d9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 13 09:18:00 2025 +0100
xprint: init globals when declared
(cherry picked from commit b17038ec072b1854fa2fae1c2d4725c1471ef8ac)
commit 5024235f876df4b3239ef746de700ade362cc7b2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Feb 12 17:48:42 2025 +0100
ctl: free rpc struct in case of error
(cherry picked from commit 4a71d3c9e6a4f92ef33ce8e62372b2c4dba62a56)
commit 85cf965d1a298f8c12064fd4f9790d00e065edc7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 15:27:26 2025 +0100
db_sqlite: added prefix to internal helper function
(cherry picked from commit f37940b9a113ab79611f851334af7f8fbb7b3f6a)
commit eee79e2a4650e1362ca460f3c329d5bf90a588a1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 15:26:27 2025 +0100
ims_registrar_scscf: updates for lib/ims macro names
(cherry picked from commit 3fb1d7832006d290ee1c2e15ea1e731dc0768b5f)
commit 20cda1f11d6f20143a1271b3db9cf3836a2a0c02
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 15:25:30 2025 +0100
ims_qos_npn: updates for lib/ims macro names
(cherry picked from commit b9c36860fc8a91fc6c73b456ff64b6191f61813b)
commit d06d5e143e2586e0075c0c580f79f29bd3d32939
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 15:24:20 2025 +0100
ims_charging: updates for lib/ims macro names
(cherry picked from commit f1abcba4eeabccf96a8d16c2e63a47b27db62f88)
commit 0b42dcb9997dac347f007742f8936e81b6aa185c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 15:23:34 2025 +0100
lib/ims: renamed specific macros with pretty generic name
(cherry picked from commit c45c71164ed40e06cdfab4ceda292d29d2d1459f)
commit 718692c6d402b6942e0b1e8ebd8e64b306813495
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 12:41:26 2025 +0100
core: check for unexpected long value return by pathconf()
(cherry picked from commit 2ba6d4ff2727031e7bca5d3d1da016bfe508b8df)
commit ac0a4a5052e9aaf6531130675c8140fdd5c11e97
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 11:30:34 2025 +0100
core: pass fd - check for unexpected read size overflow
(cherry picked from commit 6c12477f1dad2279431d703d1a4f63fcfc6543b8)
commit f1549b99a69bf0dec4aad564afa1d6e328621752
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 11 10:25:34 2025 +0100
tsilo: clean allocated memory on error for append by contact
(cherry picked from commit 6fb38cb33095c11a1c90d7b88140ac159b9fd5ca)
commit 086d228b29ab414a65521da78695786a979ef754
Author: pepelux <pepeluxx@gmail.com>
Date: Fri Feb 7 19:08:56 2025 +0100
secfilter: fix secf_check_dst bug
(cherry picked from commit 578c2abb36b9101bfc1dddc1505f7239e928b98e)
commit 626d9d823690dce4557deeaa2d6247082f1ebc02
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 6 08:26:22 2025 +0100
nghttp2: check return for setsockopt TCP_NODELAY
(cherry picked from commit ad8f017b38e90746790ec9789f01abe6fab46e1b)
commit 8d1b0139f3a62651f7f0dac6944b6e19e380b9fb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 6 08:15:58 2025 +0100
ims_auth: amf passed as parameter to resync local auth vector
(cherry picked from commit 6e76452c11189620663da84f879400575c673792)
commit eed2ccbb658b28433e71a95e9715934aa64c4cfb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Feb 6 08:07:46 2025 +0100
core: socket info - use unsigned for current size in buffer for get flags
(cherry picked from commit 462f9730eb55a3abbd50b9170eb6318eb43eb999)
commit 89afe1e7bd4bdf9a4ad505ecd260b502cf7daa4b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Feb 5 16:44:49 2025 +0100
ims_isc: check return for parsing headers and anchor lump
(cherry picked from commit efce6e76ba20f7b02101fb2f44cb149b609f4bef)
commit a88946a84133660d5b2a466a231dff226c9db995
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Feb 5 13:30:17 2025 +0100
textops: catch return 0 when removing via param
(cherry picked from commit 65645c761e94cedde04f100764d5c506590cb200)
commit b6fd791f533be6b044b0c18e44c36f7f8e3f5baa
Author: Kaufman <bkaufman@bcmone.com>
Date: Fri Jan 31 13:52:37 2025 -0600
nghttp2: compilation with gcc 14
- Explicitly include nghttp2.h file GH #4135
(cherry picked from commit 1e5a91be57de02beedbd2b3b03031647b51eb7b6)
commit 703b3244a5a6fabc219d5772694584dd884b6fcf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 4 12:04:39 2025 +0100
topos_htable: use the xtag also for base64 key
(cherry picked from commit 88b96d717be2a66a9351c01c861408743be40fc4)
commit 4ff58bb3e02b76e2489144867c8b0dc5041dc621
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 4 08:05:28 2025 +0100
msrp: send failure response after referening the buffer
(cherry picked from commit 5f8adb625b6bae81ef44613d774106bf3a943bb0)
commit 9d3392a55831124121b078201985c417c9f9982d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Feb 3 13:36:10 2025 +0100
core: mem f malloc - additional check when getting to search very big fragments
(cherry picked from commit ac909a7a019922676076bc47a28a3801c749becc)
commit c29d9d661b3954906cdee7e98a4f9b6502673490
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Feb 1 07:40:11 2025 +0100
msrp: variable for extra headers used in local replies
(cherry picked from commit 7a73e08b0e5b4c3fbeb4f097c1f891d06c74651d)
commit 921acc45d7f9f96b15b801e270a9377ab29a1221
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jan 31 09:20:36 2025 +0100
pv: small reworking of pointer conditions
(cherry picked from commit 478310c56f0eb060c5f31b2ee8febbb6204d37e7)
commit 3ba48f9a83284f629654c0030f6f55699d6c4edb
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Wed Jan 29 01:29:56 2025 +0000
db_oracle: fix db_oracle build for oracle 18.3.0.0.0
(cherry picked from commit 77ce71fcd4cfb6f0f86313d95341e4abd0031b2c)
commit 60004b02856ebe03b1fc84b74ee8fb663bec61d3
Author: Kaufman <bkaufman@bcmone.com>
Date: Thu Jan 30 14:03:26 2025 -0600
pkg/kamailio/alpine: Add new modules
- Add missing modules to alpine packages as listed in GH #4131
(cherry picked from commit f07d8ea527883009fece7fd2a1c61d0a90a0c660)
commit c8be39750902ad69818f8247898070fce2d6a3a3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 30 11:32:53 2025 +0100
seas: remove redundant check
(cherry picked from commit ab1b032771be9adbb1d643cd44beac0e09a31553)
===================== 2025-01-29 Version 6.0.0 Released =====================
===================== Changes Since Version 5.8.0 ===========================
commit 8197ca2cbfc168f3ee6e2bf92b0619253a47f8b1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 29 11:57:25 2025 +0100
Makefile.defs: version set to 6.0.0
commit 51efe48de9ccff7d6e38a4b0a1f139bad94591b6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 29 11:51:28 2025 +0100
pkg/kamailio: version set 6.0.0 for rpms and alpine
commit 8d482b1a4a01dca834928795b0e789ae135b8224
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 29 11:42:49 2025 +0100
pua: added breaks to event type matching switch
(cherry picked from commit a2ae4fe607125a05debeb40c0ecf1ce05d69ff5f)
commit f540d97e3f0be21cb6abc61ac701c8fd437b4371
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 29 11:33:34 2025 +0100
ims_qos_npn: small docs updates
(cherry picked from commit dcdcee0d9f2326e079f905632af9db3b898330ab)
commit 1efa133244bbca0c9c35b76f936cce2b0a5864d3
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 29 10:06:59 2025 +0000
cmake: Use pkg-config instead for json-c dev package.
(cherry picked from commit 8ebae54cff261b95fcece3be3719da511cc35084)
commit 2496ccd1d1878e275a8797a286de6edc4aff4805
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 29 10:03:29 2025 +0000
cmake: Use pkg-config instead for json-c dev package.
(cherry picked from commit e7f9531adc6f319b6889d5644eb55a9cccfdd27d)
commit d0360fbb8e622c786f3d8791b67f06d1eb6e0ae4
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 28 14:05:25 2025 +0000
cmake/json: Remove find_package call. Use pkg-config instead.
(cherry picked from commit 99d36df0a15bbb960b2d7ee5916d65a55b9b26cd)
commit f08adc567b19721b1bf515a2b1595fed28152177
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 28 11:18:03 2025 +0000
cmake/json: Use CONFIG mode
(cherry picked from commit 532744eebf1014939c4ccd9a6aa4e7d6fbb454ac)
commit 5da8459301f0a9d74b9c9b0f8e6e5890c194a8c2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Jan 27 19:41:30 2025 +0100
cmake: fix CPL definition
(cherry picked from commit feb371852ea9b53a1dd95fec0db0943c5fb160ad)
commit 7a17464946f8027e9d66497a44357d7f0eac64a2
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Mon Jan 27 14:21:47 2025 +0000
cmake/perl: Install files / Add perl user link and def options
- Fix perl extra_c_flags parsing by using SHELL:
- Add user option PERL_LDOPTS to define extra ldopts
- Add user option PERL_CCOPTS to define extra defs
- Add new generated file to compilation
- Add new target for sgml docs
- Add install directives for perl libraries
(cherry picked from commit f4d7e298bb351be5f12652083bd5e37109748169)
commit 3adaab6c56657bc73cd83e0b7bbcd158efb070c1
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 24 09:59:10 2025 +0000
cmake: Install snmpstats files
(cherry picked from commit f69b22ce3cdc2c06739c11f19c9ebeb5eb1727f3)
commit e4e669286264cc7e7ce6aab92c68a486311de708
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Jan 23 10:52:36 2025 +0000
cmake: Fix naming to be clear we want the CLIENT version
(cherry picked from commit 640bd4fb7529ad8b0a9415775679dca5e64c52be)
commit 5ce31280e1c4988408b4b77833947ae0cece4c83
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Jan 23 10:06:46 2025 +0000
cmake: Fix typo
(cherry picked from commit 8d1b60bc7f21fe9d0fadd1df926fee931966f34e)
commit ff20204c0163d56964036bdfba5d9325cd74c90e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Jan 23 10:06:03 2025 +0000
cmake/sctp: Search for libsctp and error if not found
(cherry picked from commit 9b7719a61ab02c93939e3681cb90e9fa04f3ac5d)
commit aef5f6c422981a36a1eac3d93079d8aa930c3810
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Jan 23 10:05:21 2025 +0000
cmake: Link with correct Erlang target
(cherry picked from commit 2dbd3d47cdbd55365fcb37b48a30c3224b8af810)
commit fa54a06f165f7d6a0c49a8653f2ed71fe775dbc4
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Jan 23 10:03:14 2025 +0000
cmake/Radius: Add libfreeradius support
- Add libfreeradius.cmake to search for libfreeradius-client
- Link modules with correct libraries paths
- Fix description
(cherry picked from commit 53bd567dd7444a8145aa876d82db2c6b579a7e19)
commit 620eb2f029c74006200d19dae1450e7735e3ec2e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 29 10:34:25 2025 +0100
kamctl: regenerated db creation files
commit ddd98b09c80dc0d15af080e37961b59ecde17689
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Wed Jan 29 09:12:44 2025 +0200
janssonrpcc: fixed warning var may be used uninitialized
(cherry picked from commit 3039c02404e05da05a031f6ccf68913a8c1c80eb)
commit 01429a85381a1d9ad96ce678285358b0ecfe48a1
Author: Alexander Bakker <ab@alexbakker.me>
Date: Wed Jan 15 16:31:30 2025 +0100
core: tcp_main - include local dst port in conn lookup when using haproxy
(cherry picked from commit 9c109f3a371445e03defde279912fbb4179244bd)
commit 60c9bafc287bfabe7860b389197e8801e26a6bfb
Author: Alexander Bakker <ab@alexbakker.me>
Date: Wed Jan 15 16:30:53 2025 +0100
outbound: encode bind address into flow token as destination
This is an attempt to fix the combination of the outbound/rr modules and
``tcp_accept_haproxy=yes``. This combination is currently broken, as
previously reported on the mailing list:
https://www.mail-archive.com/sr-users@lists.kamailio.org/msg21854.html
The issue is that the destination address/port combo of the haproxy side is
encoded into the flow token. When the rr module decodes the flow token and tries
to look up the listening socket using ``find_si``, it cannot be found, because
it is given the destination address/port combo of the connection of the haproxy
side, not the address/port combo that Kamailio is actually listening on.
This patch fixes the issue by encoding the ``bind_address`` of the socket the
connection was received on into the flow token as the destination address. The
source address remains unchanged, as it *can* be used to look up the TCP
connection (with a minor patch to ``_tcpconn_find`` in ``tcp_main.c``)
(cherry picked from commit b918e09e9c3e06bddfd7a205f64abb603d589f1c)
commit af3d036fbc6ca41be61b79bb6e22ac72266234ea
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 31 14:35:29 2024 +0000
main: Print open file limits
(cherry picked from commit 4a335848f1b2b1e685891258803d1acd5540710d)
commit 5f2c7c7a958d010afd303a4feb95241aefd31dca
Author: herlesupreeth <herlesupreeth@gmail.com>
Date: Wed Jan 8 19:25:22 2025 +0100
ims_registrar_scscf: set contact to presentity URI in 200OK for SUBSCRIBE to reg events
(cherry picked from commit 75af5c3d8b14a0b17d34c416f2dfc0df6c3ff6f8)
commit 225f23a03a2941d44cbb1b56d0d95adcc3f78004
Author: herlesupreeth <herlesupreeth@gmail.com>
Date: Fri Jan 3 17:50:29 2025 +0100
ims_registrar_scscf: send NOTIFY in case of subsequent SUBSCRIBE as per RFC 3265
(cherry picked from commit 7de4f84f08e4ce910c007aad3fa2cadbe4b11dd2)
commit 1e362f2ba51c6ee9a9e005675a30202e42ceb3a7
Author: pinacolada1610 <starinchikova@gmail.com>
Date: Thu Jan 23 16:21:04 2025 +0300
tcp: fix for local TCP/TLS socket matching with 'tcp_reuse_port' enabled
- Changed the logic for matching a listening TCP/TLS-socket in tcp_reuse_port scenario, now it considers local port as well.
With 'tcp_reuse_port' option enabled, the local port is meaningful and helps to differenciate between sockets on the same IP but different ports.
(cherry picked from commit 0cb6e35d581398d2c5a7086a0d98b113fbb16138)
commit dec19b9d4a2f4cedf31b0f8661add77761d85036
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jan 29 10:14:21 2025 +0100
github: set 6.0 for devcontainer [skip ci]
commit 489b46bd9ffaa8a9e6fed5281f7df250cf1ad777
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jan 29 09:07:06 2025 +0100
pkg/kamailio/deb: version set 6.0.0
commit ce5cbf1263e38e51973d2515b047f2213a8f6039
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jan 29 09:01:46 2025 +0100
kamctl: regenerated db creation files
commit d407132aa0accd93f58b7da1b6fdc2cf91b340db
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jan 15 22:31:38 2025 +0100
lib/srdb1/schema: ims_usrloc_scscf definitions
related #4100
(cherry picked from commit 283a77887c88c38a240567a7b165478775662d81)
commit 0fbaf4567973f84721b7e25074b61374e657b34a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jan 16 00:17:34 2025 +0100
lib/srdb1/schema: ims_charging definitions
related #4100
(cherry picked from commit 48683f3798683a508fc456bcde11a8e59a8a64de)
commit 022940dec70272a19c86604d2fa9af83d8790bb1
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Wed Jan 29 01:40:24 2025 +0000
db_oracle: fix warning: passing argument 2 of ‘db_do_close’ from incompatible pointer type [-Wincompatible-pointer-types]
(cherry picked from commit 577a87861a8566e00f2700dfb227dcc8b26393b4)
commit ded36e28198cb518bfb64ffb0e2cc659a35af9ac
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 28 18:38:19 2025 +0100
dispatcher: copy over the ocdata structure for records kept by rpc add/remove record
(cherry picked from commit 77eaba17916109ef5656a276e3f469b29415d6f5)
commit ccd5708cb02cdc3e6cf76224417c7d04ba30f6e9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 28 18:28:35 2025 +0100
dspatcher: return the new ds dest for add_dest2list()
- easier to access the fields of the new record afterwards
(cherry picked from commit cff6f9fd7051f4b8ac6e4fc59257c239cb32f21d)
commit db1ddc0dd2d663887ecfd24b9d74322518e8e98f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jan 28 18:19:54 2025 +0100
modules: readme files regenerated - modules ... [skip ci]
commit 374b7e46881bbf591fd56305d3572ab3c12d1979
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 28 18:03:47 2025 +0100
kamctl: refresh db creation files
commit c1f8cb4de71ec11d669484db8b67484caf96b288
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 28 17:58:46 2025 +0100
ims_qos_npn/doc/Makefile: proper xml file name
(cherry picked from commit 9daea6c00dc5b613d9e4b7ffd711ee7999e31ad5)
commit 4fe03b9e59e0e4598419818cf1770312eeada86a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 28 17:22:20 2025 +0100
srdb1/schema/location_pcscf.xml: table location renamed to pcscf_location
- fix conflict with default table for registrar/usrloc
- GH #4124
(cherry picked from commit fc02c3ca46bd96e50cbb6903a2efe48cb134377b)
commit be2c68f86fcf84dac24501a6b24a6573917894aa
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 28 11:31:57 2025 +0000
outbound: Fix flow_token_secret bug
- flow_token_secret is of type str and not char*
- check the length of the string instead of memory for initialization
(cherry picked from commit 046ba41e431fec7fad0c82a9091ea9e27d9f677d)
commit 3a480f03fa54855059b72db8304f47cca7ee753e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 28 10:10:33 2025 +0100
etc/kamailio.cfg: close comment for tls_threads_mode
(cherry picked from commit d8d627eff7de268a487d7f91cc52e7ba8a6c708e)
commit b4718cd7dca8e037664dbc49a1cfac684906ecea
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 27 16:06:04 2025 +0100
http_async_client: check returned cell inside check_multi_info()
(cherry picked from commit b16550fa72d23084b4221769fe74b1f3c357c9fd)
commit dfa9239cf6df7644e9fe6b83cfc33aff518a19c6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 27 10:20:49 2025 +0100
htable: wrapped maco code in do {} while(0)
(cherry picked from commit 65a296b3478503ed3519ea9156d8f46f5cb9ce2a)
commit b38925b0b3628539840de2b6240da75b9f9f3cc6
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Tue Jan 14 12:35:21 2025 +0100
htable: Fix expiry on assignment
Update cell expiry on assignment for htables w/o updateexpiry (analogue to #4079).
(cherry picked from commit 75994f40c99ffa2c7c33e5fce5e3d3cd8db7d780)
commit 9c44aec667fc3c088612dd31935bce2eb082812d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jan 26 18:07:54 2025 +0100
core/parser/sdp: proper test for media ip separator
(cherry picked from commit 200cdb318569191cd012dfe99b252f98fe9623b9)
commit 9e21ce85d0c97679f9e14f9c31108f2dcdad772e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jan 24 16:48:51 2025 +0100
presence: do not break on one notify sending failure
- try all of them, debug message with successful and failure counters
- GH #4118
(cherry picked from commit 65e51b776290a1981e9ac27fbe6b47813516bc8b)
commit a5ac9e04b91971da44256373904450501f9a4493
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 23 11:51:07 2025 +0100
core: more checks for extract_candidate()
(cherry picked from commit 3198b66aa5dbda1c6a03f46a610073671cbd5157)
commit 6e2a37c449a14c03f9c086ae9fb61729d8fce393
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 23 09:04:34 2025 +0100
core: extended logs for subst lumps
(cherry picked from commit d307fee57b7a8a7e0b5ccf0956464a159e156b73)
commit 2790d202e2756e1b5037239983b134d04bdb73f3
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Thu Jan 23 14:47:56 2025 +0200
pkg/kamailio: simplified systemd unit files installation [skip ci]
(cherry picked from commit c47108eacba1a6cf7e8564a00ff0850f621d29aa)
commit 142260f8c30d66510e6f186b170b467fb66a15a3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jan 23 09:19:35 2025 +0100
github: set branch 6.0 [skip ci]
commit 8d0cd75cc8176105bc6fbdbac75ed57e7d14194f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jan 23 08:55:04 2025 +0100
pkg/kamailio/deb: version set 6.0.0~rc0 [skip ci]
commit fc3412ed108a9264a28ed1afc41ee5b0fef7a825
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 22 20:36:33 2025 +0100
Makefile.defs: version set to 6.0.0-rc0
- version set also in CMakeLists.txt
- branch 6.0 created for release series 6.0.x
commit 1fc084851c75ae5b1d3957c25c99c5c76a7e3125
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 22 20:28:37 2025 +0100
Makefile.defs/CMakeLists.txt: version set to 6.0.0-pre1
commit b3605a63b503d2579cef3f6feb43fbf768de9d21
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 22 16:28:54 2025 +0100
README: updated the version
commit 874183da2a6000f5f8e755e19338b74757e09bf0
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 22 14:54:13 2025 +0000
cmake/phonenum: Remove find_package as it's broken for newer distributions
- Search for the library manually
commit d613f30214782d47ed0aab8bf2fb55329d87862a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 21 21:43:06 2025 +0100
core: reworked how rport, received and extra params are added to first via of generated replies
commit 9045c8d537b8960a18451f870effe2255cb4861d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 21 21:22:38 2025 +0100
core: add extra params to first via only for generated replies
commit 09d1ba87f4d37c3e13153229c63698f09ca195bc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 21 19:45:20 2025 +0100
core: add rport to generated replies after first via branch when no incoming rport
commit cfc9d69435b4bbc53dbe6748e0d22603760c48fd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 21 18:15:19 2025 +0100
etc/kamailio.org: do record route for REFER
- it creates a subscription dialog
- https://datatracker.ietf.org/doc/html/rfc3515#section-2
commit c994fb8d3906f2199d61302882f3836aa83dd6bb
Author: Henning Westerholt <hw@gilawa.com>
Date: Tue Jan 21 12:23:49 2025 +0000
ims_qos_npn: fix documentation XML names, it was not adapted after the copy from ims_qos
commit 13d306dd97989162bf716fa23342608bce037b9b
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 21 10:29:46 2025 +0000
cmake: Fix FindBerkeleyDB to correct lib name.
- CMake lint
- Search only C version
commit 024c649c36bbe1d5ba4b306de53102cec4096734
Author: Henning Westerholt <hw@gilawa.com>
Date: Mon Jan 20 19:36:11 2025 +0000
htable: close parentheses on error description
commit e8389b36aff772d1a419a5b9d28ede0e86b2109e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Jan 20 18:37:51 2025 +0100
cdp: remove level and function name from log messages
commit b96bc11a54f11ec688429c057bf5a90c40c147b3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 20 17:10:05 2025 +0100
core: parser/sdp - check if still before end of the value
commit 6750e2e2f1d6c10f6b5e66897d38657a576a9732
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 20 12:58:18 2025 +0100
core: socket info - set receive timeout for netlink socket
- GH #4098
commit e50a24aa4a4fcc6c0310f9f2d5f130197372b2f9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 20 11:05:08 2025 +0100
cmake/os-specific/darwin.cmake: use -undefined dynamic_lookup for OS v24+
- the option -undefined suppress has been deprecated
commit a1bdef919414173e8327a8dd65ecaa2fca279d6a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jan 20 10:54:14 2025 +0100
cmake: messages about not finding docs-related tools made status
- they should not be needed for development and usual installation,
warning makes it look like something relevant cannot be done
commit 09628a8e6060a21805fccccc1f530062fca1bb75
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Jan 20 09:18:45 2025 +0100
cmake: fix typo, missing KRADIUS
commit 0a5db6808e859e88aae739e277d1647e05a4f4c6
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 17 14:56:17 2025 +0000
cmake: Remove depracated modules from groups
- cmake lint
commit eeffe798b85d4f8c580c221b0e655b1b49a7420f
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 17 14:54:44 2025 +0000
cmake: Fix ignoring excluded module
- When adding groups, we now also check if they contain a user-excluded module.
commit 81b84ef83f59981b6e5f199055e9ab6a94c58b38
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jan 17 09:29:45 2025 +0100
parser/sdp: more details in logs for setting fmtp payload
commit fbf120d3696b63ecd90055b136fd40c87b5db68e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Jan 16 13:39:31 2025 +0000
cmake: Add dbschema_xhttp_pi to have consisteny across the targets
commit a4f44ceaaf2203e79c8b2f1ea19a7ffc18c2712a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jan 15 20:39:17 2025 +0100
utils/kamctl: regenerate db table definitions
related #4100
commit f339eb7e5aee90229f3d6046d5f7586a1622f4bb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jan 15 19:35:42 2025 +0100
lib/srdb1/schema: ims_usrloc_pcscf definitions
related #4100
commit 5fe61ec6dbcd9d2dde3f2bd978dad5130ac5bff9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jan 16 10:47:25 2025 +0100
core: tcp - remove level and function name from log message
commit c8290b8f4ca35f88265073301de4c38e40516206
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Jan 10 18:06:37 2025 +0100
utils/kamctl: regenerate db table definitions
commit ef6df94258c7ebe542feca9af241de41ca048785
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Jan 10 17:51:43 2025 +0100
lib/srdb1/schema: ims_dialog definitions
fixes #4100
commit 6839f1a2e090f06b0b7ca9289dd3b7279903a1e2
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 15 14:42:31 2025 +0000
cmake/kamctl: Build and install to correct paths
- Some filebased databases require the kamailio subfolder
commit f26313c3729753e3b54d98a5c611ee4295b90f48
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 15 12:14:14 2025 +0000
cmake: Add project information
commit 4016cdcac78f7b85277455084704c109a3511e59
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 15 12:13:24 2025 +0000
cmake: Fix Ninja warning about duplicate target
commit 97cea8b7ffccde3916eeb5dab8687e17bf329817
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 15 12:12:01 2025 +0000
cmake: Link with resolve and dlopen when nessecary
- FreeBSD and Dragonfly are include in libc
- Linux and Mac need explicit linkage
commit 3cda5a83cc45da2b0a9d6bb18f1b7f85849c526f
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 15 10:52:50 2025 +0000
cmake: Remove LOCK_METHOD as an option
- If USE_FAST_LOCK is set to ON, try to use FAST_LOCK. If not avalaible on platoform, fallback to a platform specific one.
- If USE_FAST_LOCK is set to OFF, fallback directly to platform specific one.
- Fix wrong IF(NOT <option>) evaluation
- CMake lint files
commit 26e6a5e6f4e0d2f26d6bfc2f3d1f3b5821914933
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 15 08:27:47 2025 +0100
core: safety check on send_sock in via_builder()
- GH #4102
commit e38c7f8bac1aef9890d266fa466cea1561346732
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jan 15 07:24:29 2025 +0100
sanity: log as debug when Content-Length is missing for datagram protocols
- the header is optional for datagram protocols (RFC3261, 20.14)
commit 0498446fd24462a7de72f73aae37a76ceabc4276
Author: drTr0jan <drtr0jan@yandex.ru>
Date: Tue Jan 14 15:25:25 2025 +0300
cmake: add FreeBSD support
commit 78ac89b1785c178d72410f54010c59d446b3b947
Author: drTr0jan <drtr0jan@yandex.ru>
Date: Tue Jan 14 12:37:00 2025 +0300
cmake: add amd64 arch fallback
commit 6b0b8cb84b7d0e965d50bdf0dfa5423004879f55
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jan 14 13:16:12 2025 +0100
siputils: declare iterator out if for loop for C99 compiler
- for sip_generate_charging_vector()
- variables declared at the begining of blocks
commit abcafe75de7adc524b4a5a3df103f427565f9627
Author: drTr0jan <drtr0jan@yandex.ru>
Date: Fri Jan 10 10:53:19 2025 +0300
influxdbc: support for FreeBSD build
commit 141f19a95bd0d97f1bd325291aafb844f46c7fd3
Author: drTr0jan <drtr0jan@yandex.ru>
Date: Fri Jan 10 10:52:33 2025 +0300
Makefile.defs: support for FreeBSD build
commit e9f30f67a70e17a19d92143eb84c3b2e3b42662c
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jan 12 20:46:10 2025 +0100
modules: readme files regenerated - ims_auth ... [skip ci]
commit 906664775ace76fcfa941022b5f1ed168563082a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jan 12 20:44:38 2025 +0100
ims_auth: docs for functions used for av_mode=1
commit 0a67119d1de31050772bac020e61dbbf4fc19f54
Author: Farzaneh Soltanzadeh <fr.soltanzadeh@resaa.net>
Date: Sun Jan 5 14:38:06 2025 +0330
check corner-case and add comments
commit 866d92e9bbfb5725a05b2fa38c9d00e11c765552
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jan 10 17:16:10 2025 +0100
modules: readme files regenerated - xhttp_prom ... [skip ci]
commit a404f598dce129cdd3d73dd0e79e011e0948b0c1
Author: Henning Westerholt <hw@gilawa.com>
Date: Fri Jan 10 16:11:26 2025 +0000
xhttp_prom: free memory in case of startup problems, use standard memory log helper
commit f92de6d0e5d0080f602a953113ecdc8fa53738d5
Author: Christian Berger <berger@sipgate.de>
Date: Mon Dec 16 14:53:25 2024 +0100
xhttp_prom: new xhttp_prom_tags parameter
- allows custom tags to be added to prometheus metrics
- Addresses GH issue #4021
commit ce45532512e65f58f77f01f50f3a2ee0bf79d7f1
Author: herlesupreeth <herlesupreeth@gmail.com>
Date: Fri Jan 26 08:38:11 2024 +0100
examples: fix kamailio ims cfg file for basic volte call
commit 8801cf72c77e9233c789a9a0a1536ac524d5abf6
Author: Alexander Bakker <ab@alexbakker.me>
Date: Thu Jan 2 14:50:03 2025 +0100
core: parser - set URI type to TELS_URI_T for user=phone SIPS R-URI
Fixes an issue where setting the ``$rU`` for a SIPS R-URI containing
``user=phone`` would overwrite the scheme to ``sip``.
commit b5b40ef61901579f020f8eff002bd6e978919335
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 10 15:37:13 2025 +0000
cmake: Add install targets for missing configuration files
- tls: Add comment and use the --install for the install target like the rest
- auth_radius: Add dictionary installation
- xhttp_pi: Add pi_framework.xml
commit abb4a6a195995901294bae105355a3414edaf05c
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 10 14:38:24 2025 +0000
cmake/tls: Add targets for installing cfg and cert
commit 001390d802c73e840e57015763a4b6164ae2eb6d
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 10 12:17:00 2025 +0000
cmake: Don't build all utils unless required by modules
- Build always kamctl and kamcmd
- The rest of utils should be included from the module that requires them or a new add_subdirectory in src/CMakelists.txt
commit 543fc22ad6d442ce956629671b9a0d75797f1e6f
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 10 11:14:12 2025 +0000
cmake/db_text: Add missing definition
commit dc41c3805f77a8eafeff48c4143f85d96b349d2e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 10 11:13:29 2025 +0000
cmake: Install dbtextdb.py
commit e51ae9297140150ad06fdc806324228b142f71e2
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 10 11:12:39 2025 +0000
cmake: Add kamdb_recover util program
- Add it as dependency to db_berkeley module
commit 520299931cd77845c9bee736db57391fe3427e66
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 10 11:10:49 2025 +0000
cmake/modules: Fix FindBerkeleyDB to search for C devel header
commit ade4c37d8098699422e76bf0c931610d03a088a6
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Jan 9 13:37:49 2025 +0000
cmake: Ensure that all nessecary files are built and installed
- Build and install only included modules files
- Remove temp folder, as cmake should be built out of source.
- Install schema files per database included
commit e0dbb55d8593c5a8f0be1660ce9a537b7a4bc5b5
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 8 14:15:28 2025 +0000
cmake: Add modules man pages as deps to man target
commit ebbc54e27c226320999d299d6d89a13886011363
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Jan 8 13:04:40 2025 +0000
cmake/docs: Add kamailio,kamcmd, kamctl man pages
- Add man target to generate the man files
- Add seperate targets for each util
- Include them in the install as well
commit 73914396c127529e7e0d58f3e92170891840cbc2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Jan 7 18:37:52 2025 +0100
db_redis: stop searching for keys if scan_key is set
commit eb32feab9c50879117e0ecb5bd8c13c8ac301623
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:51:00 2025 +0000
cmake: Remove duplicate inclusion of defs.cmake
commit 03f47c7e5b198a0e1be946ca8219fc978f6f54a1
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:47:30 2025 +0000
cmake/utils: Fix compile_definition instead of option
commit ada0a4c24700c3eead0217dd1e9794aee9655347
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:46:48 2025 +0000
cmake/kamcmd: Link if found
commit 5a3585a43d91ecbff4d0733eae898a2068356758
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:39:16 2025 +0000
cmake/kamcmd: Add alias if readline found
commit f3acc421cc9b01af43c0dee6a851acb02498abd6
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 27 14:39:44 2024 +0000
cmake: Fix cmake-lint
commit 5a5a9fc876335c88691a631b41b10ec41f1d599f
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:35:56 2025 +0000
cmake/kamcmd: Don't require readline
commit 853bf9ebd24b3802a7e55d494fa7e9a42e261560
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:30:16 2025 +0000
cmake: Fix installation path for modules man7
commit 37bb0d05f5b2cda9125e6767808d48772a73c22b
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:29:53 2025 +0000
cmake: Add kamcmd util
commit 8cbe99cf081a5948a9b032bf51e846120d780e92
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Jan 7 13:29:05 2025 +0000
cmake: Splt compiler flag into seperate library to reuse with utils.
- Add common_compiler_flags INTERFACE library for common compiler flags
- Introduce new INTERFACE common_utils used in src/utils/*.
- Link compiler flags to common and common_utils
- CMake lint
commit fbed7b5b6ef30842ee65d76bb2fca11b3246368d
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Jan 6 13:31:10 2025 +0100
modules: readme files regenerated - outbound ... [skip ci]
commit b8062321572e1523bb9478fd2421c5a8bc8314af
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Wed Dec 18 17:13:13 2024 +0100
htable: Fix de-/increment w/ auto expire
Update item expiration value during de-/incrementation for htables that
are configured with autoexpire and updateexpire disabled.
Otherwise an item cannot be used until timer cleaned it up.
commit 485353fb5a8fa72d436cf763f27967e4e92b8d51
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Mon Dec 30 08:45:47 2024 +0000
outbound/doc: Fix logic error
commit 2002ec725df5c261cd28c1b035872eebdb11005c
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Mon Jan 6 08:57:49 2025 +0200
pkg/kamailio: packaged README.topos_htable and README.presence_dfks [skip ci]
commit 1a6102098f78855283064f82a9075630b92412f3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jan 3 12:11:22 2025 +0100
core: socket info - let the kernet to set nl_pid value inside nl_bound_sock()
- GH #4094
commit fc182198c7182759cc2c10b4afa3569336a438c9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jan 3 12:02:21 2025 +0100
presence_dfks: added README file
- initial import, it is going to be autmatically generated from now on
commit 0a09129a952b10bee6aa037781cf498ab703eabd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jan 3 11:59:09 2025 +0100
topos_htable: added README file
- it has to be added first time, when the module is imported in the
repo, afterwards is autmatically generated when the xml doc files are
updated
commit 1197efc3150a361e3f884c47085ed9598c16589e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Jan 3 10:31:53 2025 +0000
cmake: Add modules docs and man target
- Add kamailio_docs_readme to produce all modules READMEs in source tree at once.
- Add kamailio_docs_man to prduce all modules man page. (if xml exist)
- Switch to add_dependencies when we depend on a target and not file.
commit 5433322c1f06a74f58b1ad1b44d221cfe1452bb2
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 31 10:55:34 2024 +0000
cmake: Install core readme and install readme
commit 2692148d92bb8b17709eb4cbddd8e653bbf5c14a
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Mon Dec 30 15:57:04 2024 +0000
cmake: Install README from source tree
- module_name_doc target will only produce the formats found in the build folder.
- module_name_readme target that modifies the source tree needs to be called explicitly
commit 18705086c2dbeef21afc059c887ab2c6178deba9
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Mon Dec 30 15:35:30 2024 +0000
cmake: Documentation targets always available regardless of `BUILD_DOC` option.
- Warn if BUILD_DOC is enabled but missing required programs
- CMake lint
commit 600f5c49f8857f4b17c669c2d74106fe74264d9c
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 27 14:39:29 2024 +0000
cmake: Fix path for installing utils-bin and utils-cfg
commit 45a81b840637d7bb2c3387ab33309c8fb81f1a0a
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 27 14:00:42 2024 +0000
cmake: Add `modules` target
- Compile only the configured modules but not the core
commit 7cb55fcbf3f138da18ca5dc9c3cd626bd470b727
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 27 09:55:59 2024 +0000
cmake: Respect provided CMAKE_C_STANDARD
- Format and lint
commit ad35c24196c921a3e870f4a48b6d286748d78d48
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 24 12:05:37 2024 +0000
cmake: Update min version required to 3.10
commit ced878347cdeb03f9160a5e29bed47e48ff362b6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Dec 28 16:17:22 2024 +0100
dialog: removed unused parameter for kemi update state function
commit 9857ba8236aafc3beab0723f8836afcb95f6b580
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 24 12:04:16 2024 +0000
cmake: remove redundant default optimization level (2nd fix)
- user can prepend compiler options with CFLAGS="-g -O2" cmake ...
commit c8544e48710fa74150b958a1f8d1e918973afb51
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 24 11:43:02 2024 +0000
cmake: Fix docs readme target to not be cleaned.
commit df512a1f3d33758f4fab84d980f519167dcd8310
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Tue Dec 24 09:25:22 2024 +0200
pkg/kamailio: disabled python2 for Fedora dist
commit fa90e39bf357599d0ee81caad25b890229650afa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 24 08:24:44 2024 +0100
cmake: modules - coherent CMakeLists.txt style for modules
- GH #4081
commit 5d4002415fd8377c5384beee387acf5ba9e2dfd3
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Dec 24 06:49:46 2024 +0800
cmake: remove redundant default optimization level
- user can prepend compiler options with CFLAGS="-g -O2" cmake ...
commit fc6acb0195ced2ef73dc8bc10ba54368a763358a
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Sun Dec 22 21:15:00 2024 +0200
pkg/kamailio: packaged topos_htable.so and presence_dfks.so into RPM
commit b5cb581bd8f529dab8f4bcc6173e0cf1ad936550
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 20:52:24 2024 +0800
tls: warn if tls_threads_mode=1 and force value to 2
commit 003a92942aeefd6611f9a2754f71b293ac73caaf
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 20 11:04:25 2024 +0000
cmake/utills: Config all files for build and install
- Config and install all kamctl related files
- Config and install all kamdb related files
- Format file
commit ea96d46a6ab4d60614a1f1cb86bcc1d983811b06
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 20 11:01:20 2024 +0000
cmake/utils: Fix double kamctl lib path
commit 13c3f133ffd1f158593d2aa4b3b61d88c2009a6a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Dec 20 11:22:43 2024 +0100
github: remove extra info from nightly jobs [skip ci]
* is causing problems with multiline commit messages
commit 852d17946e8857056572a03f3b5bff6438bed29c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Dec 20 10:53:52 2024 +0100
github: add step name on check [skip ci]
commit 4133f24fde0ade54a5454baf045f774a73434cef
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Dec 20 10:39:16 2024 +0100
github: fix check step for nightly jobs [skip ci]
commit 2df6fd2b92c95791fa299500680a31814f95291c
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 16:57:37 2024 +0800
tls: warn if thread-locals are initialized before this module
commit 5c48fb7ba1b6e7d516d6f5dad50f8c0a91f0a298
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Dec 20 09:46:07 2024 +0100
modules: readme files regenerated - siprepo ... [skip ci]
commit ed61054f3b4064523888897bb22ae4d53b84d949
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 20 09:41:14 2024 +0100
siprepo: docs - small typo
commit 8cc21a5af0846ddd657b20363895e220658816ea
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 16:36:12 2024 +0800
tls: fix compiler warning of unused variable
commit ca87db75102504eb29e802a0047cf22730dfc30e
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 16:02:32 2024 +0800
core: revert tls_threads_mode=1
commit 398e647b0667f5609d30ccb9f4cedbb659dca3ab
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:59:13 2024 +0800
tls: revert tls_threads_mode=1
commit 92f17d2e7945858cdfe40ab498fb7b046e02955a
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:54:08 2024 +0800
xcap_client: revert tls_threads_mode=1
commit de84212c4a43402ea094f1b38aed9ca09b0c89a5
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:53:08 2024 +0800
http_client: revert tls_threads_mode=1
commit 7f33c48cc788d4caea0b1e06748bae0e6a6e90fb
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:51:33 2024 +0800
http_async_client: revert tls_threads_mode=1
commit a8c23061bf2b9ce2240cd52e554b440cb996bc9e
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:50:21 2024 +0800
db_unixodbc: revert tls_threads_mode=1
commit b7694edb65db852ee5a935fbbfe6f9d8c05fa508
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:48:00 2024 +0800
db_postgres: revert tls_threads_mode=1
commit 50042a4a21318f9b89cd1b5d35c04800ef2cbec5
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:45:31 2024 +0800
db_mysql: revert tls_threads_mode=1
commit ab6d46e6ab08066021419154045da5c3f2721377
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Dec 20 15:39:21 2024 +0800
outbound: revert tls_threads_mode=1
commit 9abe414a186e2a6e9041dd03a1a8968f0efa954d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 20 08:53:04 2024 +0100
htable: get current time once for pv counting items
commit d92a990a4040279ed7ee4d71debf2a13fd4d6782
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 20 08:19:14 2024 +0100
htable: skip expired items for pv counting them
- GH #4080
commit 9f016b1f5d5ba435bb7c53bd663fdbb58c8d093c
Author: Henning Westerholt <hw@gilawa.com>
Date: Thu Dec 19 19:13:36 2024 +0000
mohqueue: fix compilation warning about fixup_free_count
- fix compilation warning about fixup_free_count, function was added but not used
- mohqueue_mod.c:147:12: warning: ‘fixup_free_count’ defined but not used [-Wunused-function]
commit 58bd1b995a1bf36eb1efebbd2e091e0dc9ca716c
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 19 17:49:13 2024 +0000
cmake: Fix modules suffix to .so for all OS
commit c49bc39e62af94588fe3c0d44c9e781a498fb78a
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 19 17:47:51 2024 +0000
cmake: Add -ffile-prefix for core and all modules
commit 6b523b6a660c624abe72565499831ac997d3cbcf
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 19 17:29:55 2024 +0000
Revert "cmake: added target compile option -ffile-prefix-map"
This reverts commit 28f4089efcc9c2ccf8c79fc9ecc509ae29d873e5.
commit 9c37864e23da0dbec55c04c847c23130bb1aeb48
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 19 15:34:07 2024 +0000
Revert "cmake: modules - set the SUFFIX property to .so"
This reverts commit 4bf2c9634ab19ac76c12c33ddc3d4220631d38ef.
commit 1860420fea7ed57d25bc7d735b46c11c739aa0c4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 19 16:34:53 2024 +0100
cmake: set runtime dir based on RUN_PREFIX and RUN_DIR
- it is a different system path than installation prefix, usually is
either in /run/kamailio or /var/run/kamailio
- follows the same concept as the old-makefiles
commit 7c1cfb312260ddd42d48231fc9c8049b4c38fe8f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 19 13:22:22 2024 +0100
cmake/groups.cmake: added topos_htable to basic group
commit 4bf2c9634ab19ac76c12c33ddc3d4220631d38ef
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 19 13:15:42 2024 +0100
cmake: modules - set the SUFFIX property to .so
- on some OSes, the extension for dynamic libs is different, but the
code expects .so for modules (old-makefiles output was always with .so
no matter the OS)
commit 302782dff65469630ced250d65aaa52d0f9dc7fa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 19 13:13:39 2024 +0100
topos_htable: added CMakeLists.txt
commit f0095466c2847c996440c45a8f728adc16f09579
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 19 09:24:41 2024 +0100
core: info log when no r-uri or branches found for print_dset()
commit 7a511fd092b124cd5125327a4e44732d5cc1ad8e
Author: Farzaneh Soltanzadeh <fr.soltanzadeh@resaa.net>
Date: Tue Sep 24 09:42:49 2024 -0700
rtpengine: export subscribe operation functions
commit 05bb67d91c8c7ffc0b68513d46e1de5f68124800
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 18 11:51:53 2024 +0100
core/CMakeLists.txt: remove lex.yy.c and cfg.tab.c from glob sources
- they might be generated by other tools for debugging or, for now, the old
makefiles while analysing differences with cmake
commit 0694eb74d91aaf8584f23ee934a36f2dc16a0fdf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 18 11:26:31 2024 +0100
Revert "src/CMakeLists.txt: remove explicit sources lex.yy.c and cfg.tab.c"
This reverts commit da629accb2c2095e3255f4aa3389a0af02272980.
commit da629accb2c2095e3255f4aa3389a0af02272980
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 18 08:45:12 2024 +0100
src/CMakeLists.txt: remove explicit sources lex.yy.c and cfg.tab.c
- they should be included by the GLOB of source files
- warnings shown before:
Warning: Source file ".../src/core/lex.yy.c" is listed multiple times for target "kamailio".
Warning: Source file ".../src/core/cfg.tab.c" is listed multiple times for target "kamailio"
commit 96c9317b5f7a52eba94286dbe832d4bb1e4efd48
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Dec 17 20:15:48 2024 +0100
pkg/kamailio/deb: version set 6.0.0~pre0
commit da1c3456054fbfc3a353b5462fe4e27e852c8e47
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 17 19:28:54 2024 +0100
cmake/modules-docs.cmake: added COMMENT to target definitions
commit 6f54793ebbd86f898be749f9e6b00274ccb1f631
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 17 19:14:52 2024 +0100
cmake/modules-docs.cmake: added target to generate readme for modules
- e.g., make acc_readme
commit 2dc8de17cd9103f4075e3324427f3009144a324d
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 17 16:59:25 2024 +0000
cmake: Add support for multiple groups
- cmake-format with default options
commit aa41dd85ed5420f1fff3c6870eb1e5c3b8810f11
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Dec 17 23:44:45 2024 +0800
tls_wolfssl: update internal submodule to v5.7.4-stable tag
commit 763d3622fdb2cdd7916963b6d3f4d532525a5fcc
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 17 13:30:22 2024 +0000
cmake: Make docs install optional
commit bef434385f32a685241a431b54082751c590b32c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 17 11:38:14 2024 +0100
cmake: module_doc made from two targets module_doc_text and module_doc_html
- targets for independent generation of text or html documentation
commit 19625af3f3b5d36e3515dcc7efc9f6c85ea6bcf9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 17 10:44:24 2024 +0100
cmake: rename files to use - instead of _ in the name
- have a coherent naming style, most were with -
commit cd518c157cf28a04f703e4cce2f8ed92126b105d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 17 08:08:17 2024 +0100
Makefile.defs, CMakeLists.txt: version set to 6.0.0-pre0
- start of testing phase for release series 6.0.x
commit 919b7b147f380aadd3ef034acd23946edc28624f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 17 08:04:46 2024 +0100
Makefile.defs, CMakeLists.txt: version set to 6.0.0-dev4
- end of development for release series 6.0.x
commit e4116424065f3d3ee685960976239ae961212dc0
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Sat Dec 14 00:31:51 2024 +0000
cmake: Generate docs with lynx
- Remove pandoc
- Add various options that can be user-defined
- Add target_dependecies on produced files like .txt and .html
- Each produced file it's own custom command for not rebuilding when not nessecary
commit fb1f6397cd58b8186558bfb719f73d9765281ff2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 16 09:32:12 2024 +0100
auth: export pv_www/proxy_authenticate(...) to kemi
- GH #4067
commit 4811a6706e7898049adea7b833caef61b587aff5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 16 09:10:49 2024 +0100
etc/kamailio.cfg: use dlgs to get dialog stats via rpc
commit 76925238ada0368864da0da31f9b15e59315e7c4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 16 08:59:05 2024 +0100
etc/kamailio.cfg: example for udp_reciever_mode parameter
- version set to 6.0 in header comment
commit 0c769b3a515fe3887988fee67128a5acbda339b8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 16 08:10:09 2024 +0100
dialog: exported new functions to kemi
commit 688db50c14f187ef5728089e4ae6c92dd091c7a8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Dec 15 15:15:23 2024 +0100
dialog: use event callback for reply out
commit 0acd9c910692fcc2c7f9c9408cf916037b8fdb7b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Dec 14 20:08:39 2024 +0100
dialog: added dlg_update_state() function
commit 27055d06b70c495313df34630f2ec612b2f73836
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Sun Dec 15 16:23:29 2024 +0100
github: fix query fetching only success runs for nightly jobs [skip ci]
commit 95819e750b844aef1723e38e8048de680fd4a69b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 01:36:15 2024 +0100
cmake: add presence_dfks to MOD_LIST_PRESENCE
commit f0802546f05170607f468c21dea610fb1be4a8f1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 01:15:27 2024 +0100
Makefile.groups: add presence_dfks to mod_list_presence
commit 1422dde30224398f47b3acdec1741b183386a3b8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 01:12:58 2024 +0100
pua: support as-feature-event
commit c7379e146ebd35e218a861f4899c6596805869d8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 10:39:16 2024 +0100
presence_dfks: documentation
commit 2587e75bebcb40af1780dbb725daa31bd472b757
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 01:12:14 2024 +0100
presence_dfks: handling as-feature-event presence messages
commit 7c365f76560b18aca49096121ea55791ce8f3623
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 12:06:38 2024 +0100
ims_diameter_server: fix retrieval ``$diameter_response`` value
``current_msg_id_repl is only`` changed if ``$diameter_reponse``
is changed by via ``pv_set_response()``. The event_route is
executed with a ``fake_msg`` so it will not match if is setted
outside anyways.
commit bb221de0bb49f978d238a8aa97004bda2a7fa456
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Dec 14 12:01:10 2024 +0100
modules: readme files regenerated - topos ... [skip ci]
commit 2bd70ed7ab8ec4cf59e12be3d561c735d84f2dea
Author: Kilian Wöber <Kilian.Woeber@kontron.com>
Date: Tue Oct 29 14:43:01 2024 +0100
ims_isc: bugfix: firstflag incorrect in isc_match_filter
commit 90d1485c62bdfe509ff14b1b05baf0752b1a946e
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Tue Dec 10 11:42:31 2024 +0200
topos_htable: Small update to doc
commit df48b373c39d631f49cb3632f7547f65b58eda3e
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Nov 11 18:08:32 2024 +0200
topos_htable: Initial commit
commit bd70a78ce22ab419a52e8733bc7ee27765d14cac
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Nov 11 18:12:32 2024 +0200
topos: Updates for topos_htable module
Add htable storage modparam.
End storage dialog on negative replies.
commit 69db5823fc9b8ee98c59d591517a1ecef91b16db
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Wed Oct 30 16:44:22 2024 +0200
htable: Updates for topos_htable module
Export table create api functions
Fix ht_cell_pkg_copy str pointers. Otherwise, pkg cell str pointers will still
point to shm memory. Set the pkg cell str pointers similar to how ht_cell_new
sets the str pointers.
commit fbf2fef1ff0f3289cb4734f66b86f0a4f82f2407
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Dec 13 20:12:07 2024 +0100
lwsc: add fixup_free* to exported functions
commit e4f51d15aab7642e62da84877fed464f8461d643
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Dec 13 20:01:09 2024 +0100
modules: readme files regenerated - dialog ... [skip ci]
commit aae99e8e6d9cf959719b09360ff0cfc37386d722
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 13 19:50:10 2024 +0100
dialog: update fields on dlg_set_state() changes
commit 1e97167477b7a8a4b436fa6c1b07c6346afa3204
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 13 19:28:10 2024 +0100
dialog: docs for dlg_set_state(...) function
commit dd1b6d4ff1d15c71dc3f5cf0533478006f7aeefb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 13 19:17:39 2024 +0100
dialog: new function dlg_set_state(newstate) - set the state for a dialog
commit 498d2d5468b29cedf781f92d3946d6c83950f152
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 13 10:52:42 2024 +0100
dialog: docs for dlg_mode parameter
commit f7dc5ebeb931e55c72f52f3abc6f62923861584e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 13 15:20:49 2024 +0000
cmake: Fix path resolving...
commit de08b53549abc094c60fb2170c3f85085d57d466
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 13 15:03:58 2024 +0000
cmake: Do not require xsltproc for non default target
commit 3b666cd45d92085815440e1cd1a71eb374c3db05
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 10 15:31:55 2024 +0000
cmake: add dbschema target
commit a27151e035828b850e76e16ae9deb70bd5b81e5e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Dec 13 12:04:40 2024 +0100
github: add commit message info to check step [skip ci]
commit 5d3aced14e6ae30a36be9541f2fb1b1a85c83503
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Dec 13 11:53:30 2024 +0100
github: add more info to check step on nightly actions [skip ci]
commit 8a37acb07317d42dc3254ae5ed47573d9afa055d
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 13 10:48:41 2024 +0000
cmake: Remove docs generation from default/all targets
commit 192d12333b78b0fc129c893f5fef0269fbf44b4e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Dec 13 11:42:43 2024 +0100
github: codeql fix nightly check route [skip ci]
commit abf0c5d7b91ed17e8226ad4c2452c19a849f2b61
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 12 20:39:45 2024 +0100
dialog: added dlg_mode parameter
- control how the dialog is managed
- if set to 1, do not rely on tm callbacks for dialog states
- default 0 (current behaviour)
commit 50073614023a5e9e4d2b343e7c3f9460b69ab4a3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 12 18:51:39 2024 +0100
cmake/modules_docs.cmake: option to build modules doc with xmlproc and lynx
- it is tried first, when lynx is not found, tries with xmlproc and
pandoc
commit 5086bebaf8dcf7252350efc5385bc9c3f45e15be
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 12 17:34:47 2024 +0000
cmake: Add support for package groups
commit 0582f31678eca913ae505308909798e10eb31ca0
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Dec 12 17:46:09 2024 +0100
modules: readme files regenerated - uac ... [skip ci]
commit bab82a2ba751a1138db48074692e953bbf7be9a8
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Mon Dec 9 13:33:06 2024 +0000
uac/docs: Update docs for uac_reg_send_register/unregister and rpc command
commit 66caed28aa5bc978c280b37be18e09381c1b5c66
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 5 17:34:30 2024 +0000
uac: Export two new functions for reg/unreg and rpc for reg
- uac.reg_register: Register from kamcmd
- uac_reg_send_register: Function to register immediately without waiting for timer
- uac_reg_send_unregister: Funtion to unregister immediately without waiting for timer
- Move required structures/functions to .h for
commit bd7e4dc5eec2425ab96434eac434ff095ca9856a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 17:16:36 2024 +0100
math: add fixup_free* to exported functions
commit 6b603c58be614fdf3798f29bff8dd8b5ebd4653e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 17:13:29 2024 +0100
matrix: reformat exported structures
commit bb85dd83c0ecd9877dd8dd8ad61fb38aa308c0ee
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 17:11:11 2024 +0100
maxfwd: reformat exported structures
commit f5161b71a36c433370a44ec6ef2973c5f93aa8c1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 17:08:13 2024 +0100
mediaproxy: reformat exported structures
commit a47ebb6349c40af7bbbc6dd90a3e8b05207c935c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 17:04:34 2024 +0100
memcached: reformat exported structures
commit 552b8397ecd110be3faf181f840803f6d8bf03dd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 17:01:04 2024 +0100
microhttpd: add fixup_free* to exported functions
commit 4ba15a7db033b699008885473a3f8c72811975ce
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 16:51:26 2024 +0100
misc_radius: add fixup_free* to exported functions
commit 2b73d78789683388e5c93b4516e97b467178a25b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 16:45:32 2024 +0100
mohqueue: add fixup_free* to exported functions
commit 155d6005c52c85199deffd1357dc361af21e3862
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 16:43:01 2024 +0100
mohqueue: reformat exported structures
commit 039a79a00e2eb34b9e61e30848f4d1bb07d68f4c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 16:37:51 2024 +0100
mqtt: add fixup_free* to exported functions
commit 89af5be1124faade9aa33e58b7bf199ef2af3865
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 16:36:20 2024 +0100
mqtt: reformat exported structures
commit 0fd77b10b758d685b3ae27d0435e6b9d4bba82f5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 16:05:51 2024 +0100
mqueue: add fixup_free* to exported functions
commit 704ca58226e63d90f8cd7ddc7b4f06efe8f18756
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 16:04:34 2024 +0100
mqueue: reformat exported structures
commit 1a88127ede8245a96f469d7719a92ddd917a530e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:56:09 2024 +0100
msrp: add fixup_free* to exported functions
commit e658599e737c9f2a5eb4384eebd119627a176cdb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:55:08 2024 +0100
msrp: reformat exported structures
commit 2a8df7f1e7f77bcfac49a85d0d8c7b283de13be8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:51:15 2024 +0100
mtree: add fixup_free* to exported functions
commit a7a386056040db183abdeff6492773141ca9a92c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:50:13 2024 +0100
mtree: reformat exported structures
commit 259935c2a2d5c367ef4773826bb69faec8256dee
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:23:15 2024 +0100
nat_traversal: add fixup_free* to exported functions
commit 0ebc38a4834d74dfee8ff7326e516c01d7273472
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:22:53 2024 +0100
nat_traversal: reformat exported structures
commit 9dc9233289d2518419438d38ac7d7b0abf4862a1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:18:46 2024 +0100
nathelper: add fixup_free* to exported functions
commit 6ca7a392708a1ea6a38c791591272bdf5b299832
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:14:30 2024 +0100
ndb_cassandra: add fixup_free* to exported functions
commit 8e2a41e57ab428f64cc78a76ea4716186357b9d5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:08:36 2024 +0100
ndb_cassandra: reformat exported structures
commit 2e341d4d89f228e4f6910c564c16fde1d9a64b1a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 15:01:30 2024 +0100
ndb_mongodb: add fixup_free* to exported functions
commit e5c7b4ea8246f11815ab49fa0219ce2a7be3dd65
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 14:59:53 2024 +0100
ndb_mongodb: reformat exported structures
commit a166327a4fbd77a71f88085474eba85fe7ebdf32
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 14:55:17 2024 +0100
ndb_redis: add fixup_free* to exported functions
commit 793a494f5b23f2ef5e82664924c3bed3893105bb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 14:50:42 2024 +0100
outbound: reformat exported structures
commit 67d6825cfac11efbb94bcab67c137beb84188187
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 14:50:42 2024 +0100
nsq: reformat exported structures
commit 57711e24c83afa8e46d9c17730c610d0c17dd141
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Dec 12 14:50:41 2024 +0100
nosip: reformat exported structures
commit 92f899f3689f0f0b291590e82e61751b76b2539c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 12 12:23:41 2024 +0100
pua_dialoginfo: rename short global variable
commit f24eed8ba01870361d916844a073df71cbc9e609
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 12 11:05:00 2024 +0000
cmake: Add kamailio_docs target to all if BUILD_DOC is ON
commit 21bdc234e219db83e085b055d4f81cb3ff63193d
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 12 10:36:18 2024 +0000
cmake: Fix double $ typo. Fixes building with ninja
commit 170ddcca96b3ee11f4daed1592f0cee9c753db2b
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 12 10:35:42 2024 +0000
cmake: Add option to not use git to gather commit info
commit ac74fd01fade29b433eb45966a0ed5e222614318
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Dec 11 09:23:09 2024 +0000
cmake: Generete parser files in build folder
commit a557b186fed55d6a0fdba78f0e59a634df569ff9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:39:58 2024 +0100
pre-commit: cmake-format and cmake-lint hooks [skip ci]
commit f385148ff68e2125a2111d9c506022519f17d1c9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 12 10:22:27 2024 +0100
core: use one strlen for mod_path
commit 3eb9e1d34988ebeba9d4526da8f4d804846a7316
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 12 09:18:17 2024 +0100
tm: check the type of contacts xavp value
- GH #4063
commit b0c5aa5dd06b0d3c0804a500766eecdf8df9e0df
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:05:59 2024 +0100
core: Add SPDX identifiers
commit 45e9890237a80f00dea4013f48e826fec56cce92
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:05:23 2024 +0100
lib/trie: Add SPDX identifiers
commit cf67057ecb123976c6a3afc40b2983c4882c491c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:05:22 2024 +0100
lib/srdb2: Add SPDX identifiers
commit 2a9d2fe9deb6597974189d984f3d28e67c93267f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:05:22 2024 +0100
lib/srdb1: Add SPDX identifiers
commit 22ef7f8b9fde01948a383007f5728af031afd528
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:05:21 2024 +0100
lib/ims: Add SPDX identifiers
commit f17cfcdc8b8af41e45462e056135acf6ef513a96
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:27 2024 +0100
xmlrpc: Add SPDX identifiers
commit eeb09642c61fd44be8c5c462a032bf2d741e6e72
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:26 2024 +0100
xlog: Add SPDX identifiers
commit abcd9c53741a585979875a0b8a6b4fb8f92bbf63
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:25 2024 +0100
xhttp_rpc: Add SPDX identifiers
commit fa95b36ab1692bf709bd792476411a8461a8b44f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:25 2024 +0100
xhttp_prom: Add SPDX identifiers
commit 275ceab05201af0ad20c4457731e5fd4b397e00d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:24 2024 +0100
xhttp_pi: Add SPDX identifiers
commit 35ebd9a87b10355f74eb57132b2d3be3b7f7d5ba
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:23 2024 +0100
xhttp: Add SPDX identifiers
commit 81697a0e0b4dbab2014a926d1beb9a17e097f890
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:23 2024 +0100
xcap_server: Add SPDX identifiers
commit 3d318ae3ca31e336fb71b9733fd72395b85831c5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:22 2024 +0100
xcap_client: Add SPDX identifiers
commit 2d677edf1c8a893c733a42c19965941e349b2af0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:21 2024 +0100
websocket: Add SPDX identifiers
commit 8e43cef2d9bf432df1ce06e165207c42c4f59e67
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:21 2024 +0100
utils: Add SPDX identifiers
commit bd54cc4b9aaf3ebb71dde6de43bc10e04f657450
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:20 2024 +0100
usrloc: Add SPDX identifiers
commit 04e3913ad123b50157295fb65f4730fe4ac8ca21
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:20 2024 +0100
userblocklist: Add SPDX identifiers
commit 70d3d02a80891244a47dc070cfbc3db7e6d90560
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:19 2024 +0100
uri_db: Add SPDX identifiers
commit 56b3086da65c8ea3b08fe7fba408392368e2e445
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:18 2024 +0100
uid_uri_db: Add SPDX identifiers
commit 9289417bd75b8f9de84fb3f66ffc9de46636e402
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:18 2024 +0100
uid_gflags: Add SPDX identifiers
commit 8517cbb590c97c5ef483bfa1c83e99e8095d60a7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:17 2024 +0100
uac: Add SPDX identifiers
commit 989d731b6c61f5b11969a4bfdde663e9b7360533
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:16 2024 +0100
tsilo: Add SPDX identifiers
commit 0747c4afc49a75efd0530603196339e7072cfdce
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:16 2024 +0100
topos_redis: Add SPDX identifiers
commit aafc86407d585017716e7beb00fbdcb727a2ca85
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:15 2024 +0100
tmrec: Add SPDX identifiers
commit 45d2b1a64faddf0e940bf91d35fed424e7eb96cf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:14 2024 +0100
tm: Add SPDX identifiers
commit 619de8c304c62cfdf94521f6ceb8929ae2937406
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:13 2024 +0100
tls_wolfssl: Add SPDX identifiers
commit 0e0b8c64e20c6bbef00105f04dfae63570f90216
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:13 2024 +0100
tls: Add SPDX identifiers
commit 4989c7382e5f24070dc4ac1058243692a02cb316
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:12 2024 +0100
timer: Add SPDX identifiers
commit d6570f2adbfee2616c61d06a43a4bfe047829178
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:11 2024 +0100
textops: Add SPDX identifiers
commit a214aaa5fcd760763187e991209f9ace9a3ae55b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:11 2024 +0100
stun: Add SPDX identifiers
commit 655477462b27964fb152c57c71b8dd68f158d339
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:10 2024 +0100
statistics: Add SPDX identifiers
commit 0846506da113a791e52aa2baa40e088ea56d0cbe
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:09 2024 +0100
sst: Add SPDX identifiers
commit c962c9a9fee427a472ff44784fd952e4e17cb57c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:08 2024 +0100
ss7ops: Add SPDX identifiers
commit 00d9a6d9acb06d51b9f65d6aa612ca6015ba1a2c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:08 2024 +0100
sqlops: Add SPDX identifiers
commit 4c673c955849f0b8d539bd871f288df7fa8bc936
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:07 2024 +0100
snmpstats: Add SPDX identifiers
commit cf499ac97c396431db42ae649a4caf0aceedd57d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:03 2024 +0100
smsops: Add SPDX identifiers
commit f469caab97aed92a595c2c187800bc557461e9f1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:02 2024 +0100
sms: Add SPDX identifiers
commit d6ca325133c3d58efa9a8cc80cf3a5964d53be31
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:02 2024 +0100
slack: Add SPDX identifiers
commit fcf32207dbef139ae588de4d3b6ea1c9b9d5b9b1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:01 2024 +0100
sl: Add SPDX identifiers
commit c0d7ded283ab44a949d73e8575bda4a4978eb0f9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:01:00 2024 +0100
siputils: Add SPDX identifiers
commit 4f515d780dd553f6e8f1944a68f909a5b27c71e3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:59 2024 +0100
siptrace: Add SPDX identifiers
commit aaf30b923adf23a35237cf4d88eab25240973f69
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:58 2024 +0100
sipjson: Add SPDX identifiers
commit de62171971e35684f2c043ba0130fbf00a3088c9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:58 2024 +0100
sipcapture: Add SPDX identifiers
commit 215b6d2b0de31554e69a4e3322873eb58bb198a6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:57 2024 +0100
secfilter: Add SPDX identifiers
commit 56f38e6d9a7107a9d1de010b6fa547b533262c89
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:54 2024 +0100
seas: Add SPDX identifiers
commit bfa085842c617ec651ed274bcd070d898dbdb903
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:53 2024 +0100
sdpops: Add SPDX identifiers
commit 70af9360aadd1e93e5997aec7f156686abbe9937
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:52 2024 +0100
sanity: Add SPDX identifiers
commit 468bd04be0a53249d4c0e2fd1e5428ffe45e7775
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:51 2024 +0100
rtpproxy: Add SPDX identifiers
commit 53e65163d93aed0d9003dbb8b2d794432e4e69b3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:50 2024 +0100
rtpengine: Add SPDX identifiers
commit 486087a5e1adc81704734dccbd8504690afa6ceb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:50 2024 +0100
rtp_media_server: Add SPDX identifiers
commit e7491022e54274c3ad5d9ceb7c8fd320c8129f24
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:49 2024 +0100
rtimer: Add SPDX identifiers
commit 1c0a4cf95fecfe1bf032760a28e217f52a5ebf03
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:48 2024 +0100
rr: Add SPDX identifiers
commit 7a54052542d5bbd5d3120919c6075bfce119e1a6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:47 2024 +0100
rls: Add SPDX identifiers
commit 3f88f7abb51883d61e999f687f8e24fa96a55b5b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:46 2024 +0100
registrar: Add SPDX identifiers
commit c7879a939eb6b14e495e2d8e57983387b78e7325
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:45 2024 +0100
regex: Add SPDX identifiers
commit 3311c525c96f2ed66b3bd1a9e1696dc06d28fa84
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:44 2024 +0100
ratelimit: Add SPDX identifiers
commit b3ada76706929a896e6a95180496ad49002af499
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:44 2024 +0100
qos: Add SPDX identifiers
commit 512b3bcbbab7b02b41b2eeae501fd23a82ec6d82
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:43 2024 +0100
pv_headers: Add SPDX identifiers
commit 1765e6db700f4f5f13311f67e881571f82c641e8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:42 2024 +0100
pv: Add SPDX identifiers
commit 3f0835cf897df0221b75ee30ea68c9a98b1aaf73
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:41 2024 +0100
pua_xmpp: Add SPDX identifiers
commit adf6d9279811610c77eea5064201dea02ac6ace9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:40 2024 +0100
pua_usrloc: Add SPDX identifiers
commit 747a491c6c0a0ce69a03d752fee3fbff226612d0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:39 2024 +0100
pua_rpc: Add SPDX identifiers
commit 1393e5c22d33bba8c6273a7cf3948ff7b1afb7e1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:38 2024 +0100
pua_reginfo: Add SPDX identifiers
commit 63144a0a922434dc89f2bb9c5ea32d8c7f64a88b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:37 2024 +0100
pua_json: Add SPDX identifiers
commit 27f66d18bd7332ffb42d5722e2744d2369fa1b05
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:36 2024 +0100
pua_dialoginfo: Add SPDX identifiers
commit 8051f72dda8b559a04f8af4cdea30aa76f5adafe
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:35 2024 +0100
pua_bla: Add SPDX identifiers
commit e71c7c3bdf1e60e893b4bb8c2dc401538c9b5992
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:34 2024 +0100
pua: Add SPDX identifiers
commit c244a8b6130616fb9c0beba3a7dc19151d838bc3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:33 2024 +0100
presence_xml: Add SPDX identifiers
commit 693bc642ee9489abb27ed68df241e419aa68416c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:33 2024 +0100
presence_reginfo: Add SPDX identifiers
commit fe99621c3f8af27102495a4f09f528d9194c0b3b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:32 2024 +0100
presence_profile: Add SPDX identifiers
commit 26f66a729135e3f9dacf5bf8d7908cf7bfd15650
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:31 2024 +0100
presence_mwi: Add SPDX identifiers
commit 9e0876a5020bc3c05599ac66b2c189f158dd0c7b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:30 2024 +0100
presence_dialoginfo: Add SPDX identifiers
commit 9597c77b30c9fe8d0b33f30a132ceb64f7c88027
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:29 2024 +0100
presence_conference: Add SPDX identifiers
commit 68a67de8a704b83298a36f82e92e32c94b6ee0d1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:28 2024 +0100
presence: Add SPDX identifiers
commit 3c672c59608a5aa42d020431f236c419f6a330b2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:27 2024 +0100
prefix_route: Add SPDX identifiers
commit a8e4118b65ae3b141d0fbccab5090a94cb82a24d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:26 2024 +0100
pipelimit: Add SPDX identifiers
commit 9ec7ded1d12496f4557f814655970a05defc6b8c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:25 2024 +0100
pike: Add SPDX identifiers
commit 8a334b10abf8ab37d468cfdfbfa40c851ec4b677
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:24 2024 +0100
permissions: Add SPDX identifiers
commit fd494ee08eb9f8217b299181544b157b069a5e3b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:23 2024 +0100
peering: Add SPDX identifiers
commit 54094e50843f0a555890d24ce584936fbeb44988
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:22 2024 +0100
pdt: Add SPDX identifiers
commit 3b54347e5440468cec0157b0158d10391f27c7f3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:21 2024 +0100
pdb: Add SPDX identifiers
commit c9005e6773011c3fb0d759ac272799b00a7e0a18
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:20 2024 +0100
path: Add SPDX identifiers
commit d125af54a5747ab88b5cdd23b9de8b8e427ee21c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:19 2024 +0100
p_usrloc: Add SPDX identifiers
commit 1d4350cab6c9ef49dcbd9a3aeb072e1131c6ff62
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:18 2024 +0100
outbound: Add SPDX identifiers
commit 4dd97cebab4893547854b10052c6328b7c3715ab
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:17 2024 +0100
nsq: Add SPDX identifiers
commit 8446c8fa3aaa8d2bc28ba62baf4d4a3f61fffb6a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:16 2024 +0100
nosip: Add SPDX identifiers
commit 9a81fa423bedaa725b40d5dafa963c901b3d49b1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:15 2024 +0100
ndb_redis: Add SPDX identifiers
commit 1cd5da41c1b8bce0c7503e704934276155e00cd7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:14 2024 +0100
ndb_mongodb: Add SPDX identifiers
commit 0067f2e23893a5cb4c4a3965679341d0bdc58157
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:13 2024 +0100
nats: Add SPDX identifiers
commit 5e75b7fb91cd3b54f05b952c085ed080b2d5c574
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:12 2024 +0100
nathelper: Add SPDX identifiers
commit 5650fb95ea197e64d7aff2de38592df1772d57d3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:08 2024 +0100
nat_traversal: Add SPDX identifiers
commit e9ece43494a04ae2443392b9964adacc7db81c04
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:07 2024 +0100
mtree: Add SPDX identifiers
commit c5199be3257a640cab5a747a04de4f0a4f286757
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:06 2024 +0100
msilo: Add SPDX identifiers
commit 86c3b9a3284d10b8c086e790a1e41d573f483eb2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:05 2024 +0100
misc_radius: Add SPDX identifiers
commit a4b7fbf49d9182369ef0ec9034110728ab634102
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:04 2024 +0100
memcached: Add SPDX identifiers
commit e54a240f7fc9da26130fb28747eeb34b785c2055
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:03 2024 +0100
mediaproxy: Add SPDX identifiers
commit 7e0ab4543a2896c2dd799742d1a06697d4798d8f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:02 2024 +0100
maxfwd: Add SPDX identifiers
commit 4fd78ea809446ccfb62afab0de110b8bbe8d8faf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:01 2024 +0100
matrix: Add SPDX identifiers
commit 0575d7ff381feb25bed3b358e6424c6d84bc33cc
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 23:00:00 2024 +0100
mangler: Add SPDX identifiers
commit b7382340ce8b8a15d745f0773d225f7d873c6ca0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:59 2024 +0100
lwsc: Add SPDX identifiers
commit db3a1e46836387d8f4137fcccc7d0cd6c2fd0db1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:58 2024 +0100
lrkproxy: Add SPDX identifiers
commit 586e01fa2831388a87a30919e5f12e42a2b522ef
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:57 2024 +0100
lost: Add SPDX identifiers
commit 7af520bfbc9e3cce1a379753dfd0a8697e213238
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:53 2024 +0100
ldap: Add SPDX identifiers
commit af08f0d3a2480594d8c1c8823dc3874e27b6aca7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:52 2024 +0100
lcr: Add SPDX identifiers
commit 35f3c9a813844b0dda3266980e968464d249f7fd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:51 2024 +0100
kex: Add SPDX identifiers
commit 0924ef12d2e49a4b4355432357b83cc7a85bc502
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:50 2024 +0100
kemix: Add SPDX identifiers
commit 17e4706781904775d6d4086bdbc683650f0504d0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:49 2024 +0100
keepalive: Add SPDX identifiers
commit 53491085994213870d3e30cc1f0bf4a523f8f68f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:48 2024 +0100
kazoo: Add SPDX identifiers
commit 45623486677b341c448003f7feb9db436dd87ec6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:47 2024 +0100
kafka: Add SPDX identifiers
commit f95ac290104fbe1d1a9b136f03efb6902696bb43
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:46 2024 +0100
jsonrpcs: Add SPDX identifiers
commit 93d9a01cd5f76173bc32f3715c879dcc9fed12b4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:45 2024 +0100
json: Add SPDX identifiers
commit a62030c92cd3a81bd8132812ecfb61686945bedb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:44 2024 +0100
ipops: Add SPDX identifiers
commit 0f23189fb86f0b0e927d83767b9a2b4fc483101c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:43 2024 +0100
ims_usrloc_scscf: Add SPDX identifiers
commit 7b826503be7a4215bdde27beae25f5bd57b017d4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:39 2024 +0100
ims_usrloc_pcscf: Add SPDX identifiers
commit 4b74c5e450523d388826dff5e64027be5b73cab8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:37 2024 +0100
ims_registrar_scscf: Add SPDX identifiers
commit 23d2e9008d8046aeb28d7d5cf415787552671160
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:36 2024 +0100
ims_registrar_pcscf: Add SPDX identifiers
commit e3f895005750609fc8add4d38b1b10198ef0e833
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:32 2024 +0100
ims_qos_npn: Add SPDX identifiers
commit 9eba45e949d20b405ecfe5319958eabebdc7c605
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:28 2024 +0100
ims_qos: Add SPDX identifiers
commit 31d53e60f6f6e98a5472cefa2518c44932a26da4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:27 2024 +0100
ims_ocs: Add SPDX identifiers
commit 3d683eaf955a4356b2d3692367fab0db61375c07
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:26 2024 +0100
ims_isc: Add SPDX identifiers
commit feab83bd20318f9366c76302cf47b772df471e44
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:22 2024 +0100
ims_ipsec_pcscf: Add SPDX identifiers
commit 37773f1c987d50edee1c42beb7e281eaddcf910a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:21 2024 +0100
ims_icscf: Add SPDX identifiers
commit 2a013242af941169f94907187aa058cd7c198b27
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:20 2024 +0100
ims_diameter_server: Add SPDX identifiers
commit d48c4cdf343558dd52429978d46f615d54450a9d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:19 2024 +0100
ims_dialog: Add SPDX identifiers
commit d33d2fcaf1aff91dbf1531fae5bc4d8584084efa
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:17 2024 +0100
ims_auth: Add SPDX identifiers
commit 27fb2173d71b616813bb20a4aba6a197343bff6a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:08 2024 +0100
imc: Add SPDX identifiers
commit 9f31331280847fb382ea214474c533bf05d2e530
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:07 2024 +0100
http_client: Add SPDX identifiers
commit a6d4d227b1cf944c2c21e2428ab6f11acc68630c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:06 2024 +0100
htable: Add SPDX identifiers
commit 66ccc3228f5864398b9c56c82b6a338e91fb9f32
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:05 2024 +0100
h350: Add SPDX identifiers
commit 203faa091bfd78cc3b0ead1c52dfbecc05ec5e2b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:03 2024 +0100
group: Add SPDX identifiers
commit 9bd40fef247e9720340d98ab257512a2f1dcca60
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:02 2024 +0100
gcrypt: Add SPDX identifiers
commit e7019147a02c81f6b089bf98d56d9fd68867c5a4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:01 2024 +0100
file_out: Add SPDX identifiers
commit 83bc4ea0841db430b62af300c6a09d09fa5841fd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:59:00 2024 +0100
exec: Add SPDX identifiers
commit ffe88704b97d7e6b79f57f8d1abb55ac60c2103f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:58 2024 +0100
evrexec: Add SPDX identifiers
commit 2dd979e0bb0bd94e42f32c10f59a6afa6d27a957
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:57 2024 +0100
erlang: Add SPDX identifiers
commit fa351e58d23ad0c95d123946ff57f193022eb622
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:56 2024 +0100
enum: Add SPDX identifiers
commit 5e978f5053dfa2b5d94a67c0a2e3ee164b16d125
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:55 2024 +0100
drouting: Add SPDX identifiers
commit f188d8334d7aa0f8a5650cdf14fcc5a3278342b4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:54 2024 +0100
domainpolicy: Add SPDX identifiers
commit aed07a2e2dcc3b92f5427619450855d39fdc5cbd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:52 2024 +0100
domain: Add SPDX identifiers
commit 3d9bd55d3faf10a3606a8908e48f80d3a05e7e6d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:49 2024 +0100
dnssec: Add SPDX identifiers
commit f54029f974e9f3e365d553f331a25be8ab16a108
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:47 2024 +0100
dmq: Add SPDX identifiers
commit 552e95ef51be64f2e157f9271e66bc81a45cee5e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:46 2024 +0100
diversion: Add SPDX identifiers
commit 08da47d0cf697afee3aded110eef436a7c70413c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:45 2024 +0100
dispatcher: Add SPDX identifiers
commit 2561fe4ba30edc91222e9e4208be1c36807c0159
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:43 2024 +0100
dialplan: Add SPDX identifiers
commit 156ed606031ee70ccd8570cef3caa77c69b0e6f9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:42 2024 +0100
dialog: Add SPDX identifiers
commit cc5dc1c41ff9e8f03da97d316bb29211badaaebb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:41 2024 +0100
db_unixodbc: Add SPDX identifiers
commit 83299e3aee0aebe9f34017f0b9dcaae658fb9499
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:40 2024 +0100
db_text: Add SPDX identifiers
commit ee5c4804f21edbf6bd4e66d43065681198bf2bc4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:39 2024 +0100
db_sqlite: Add SPDX identifiers
commit 19493261472024596736e2ac5b12d1078cc6dbf1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:37 2024 +0100
db_redis: Add SPDX identifiers
commit 491fb4ed2772f8f3fc6c0c55958a769f5e9db959
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:33 2024 +0100
db_postgres: Add SPDX identifiers
commit eabdd38700a21bd808e5a9a9c52dd9077f511eab
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:32 2024 +0100
db_perlvdb: Add SPDX identifiers
commit 4c0a4c30286c3420d9d1af15145e0526aec6187d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:30 2024 +0100
db_oracle: Add SPDX identifiers
commit 6345c9fa037e97d604e1694bd85f37bd678e9f5a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:29 2024 +0100
db_mysql: Add SPDX identifiers
commit 26a79c5e0a91c9231da15435202131fbd90be9c2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:28 2024 +0100
db_mongodb: Add SPDX identifiers
commit ed4ababf52193f1df0ecf05ca832d0bfd392d526
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:26 2024 +0100
db_flatstore: Add SPDX identifiers
commit a3795baab1f28b2ef994f3b0cd68a9284bad1a49
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:25 2024 +0100
db_cluster: Add SPDX identifiers
commit 4db0a0c7fe6884cd5e28d3f59f39be9cfb70643a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:24 2024 +0100
db_berkeley: Add SPDX identifiers
commit b158a25960f1c0da6694f0c83deaa06620ed511d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:22 2024 +0100
db2_ops: Add SPDX identifiers
commit 8d1b2baff2837135d5e326e4341df3ec665ae3cf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:21 2024 +0100
ctl: Add SPDX identifiers
commit 0391b88b3623dd1999380e5dd6e989db6d91a710
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:20 2024 +0100
crypto: Add SPDX identifiers
commit 71065a8b009c937e5f709272eab268d52e29775c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:14 2024 +0100
cplc: Add SPDX identifiers
commit fb51373c47485938228e0cd0daf7409a223547a4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:13 2024 +0100
cnxcc: Add SPDX identifiers
commit 1fabd85930dc1aa387c01fcf2225846d276ee159
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:12 2024 +0100
cfgutils: Add SPDX identifiers
commit 7cfb2f54a394d2240c01fb540f8334007e566146
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:10 2024 +0100
cfgt: Add SPDX identifiers
commit 03fc02c8bdc3f416864733fe1d0aa4a1b157d38b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:09 2024 +0100
cfg_db: Add SPDX identifiers
commit 722505a768658266f627db8375eacccdf1df9ec4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:07 2024 +0100
cdp_avp: Add SPDX identifiers
commit ebb1d8fda21bca1d75a19370814d72d02e303634
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:06 2024 +0100
cdp: Add SPDX identifiers
commit 56d4f70936c76c7d644ea08dffbcc0c9fc3d7895
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:58:00 2024 +0100
carrierroute: Add SPDX identifiers
commit 613d3711e9c85f7321bc05018ff1e5d61b95c38b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:57:58 2024 +0100
call_obj: Add SPDX identifiers
commit c2f860515ed9628952305691280ebefe5edd4f31
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:57:57 2024 +0100
call_control: Add SPDX identifiers
commit 51551fb2a3f8c02753bfdcc0e7bbd0aae1c6e57e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:57:55 2024 +0100
benchmark: Add SPDX identifiers
commit a471b4ab3bfe87f3a119736da1682a640502f45a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:57:54 2024 +0100
auth_radius: Add SPDX identifiers
commit 26ab7d68cd13a353213a640ffedb46df61028566
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:57:52 2024 +0100
auth_ephemeral: Add SPDX identifiers
commit e12ba58c06601228e69e8400c94b68f23fe966fc
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:57:51 2024 +0100
auth_diameter: Add SPDX identifiers
commit 8a8a48ff65126d67ce919bda2b1c71cfdd0e5996
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:56:07 2024 +0100
auth_db: Add SPDX identifiers
commit ca77d9e9e2efd3ba53ea359bacbfea3961423bb2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:56:05 2024 +0100
auth: Add SPDX identifiers
commit b7613ef8a4607b219a251ceada82dd7b170f3252
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:56:04 2024 +0100
app_ruby_proc: Add SPDX identifiers
commit e38b9db4ec6ed113ae8fd281f78dd6889f43a46f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:56:02 2024 +0100
app_python3s: Add SPDX identifiers
commit a59475a92cb2dc61cdc94b817c5b05325fa4e345
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:56:01 2024 +0100
app_python3: Add SPDX identifiers
commit 180b69b7b0f32390aabfbeb70de279fe9fabe934
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:59 2024 +0100
app_python: Add SPDX identifiers
commit 4a845def286d3ef64875b174e11db8012d22a6c1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:57 2024 +0100
app_perl: Add SPDX identifiers
commit ae6f5e92e93874d83142cca3ee72ddb006c9640d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:55 2024 +0100
app_lua: Add SPDX identifiers
commit b42800ec738a97d0368533123cf012c2e21318ce
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:54 2024 +0100
app_jsdt: Add SPDX identifiers
commit 9a3240062f069e14588b5b45a130e759b3db9f6f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:52 2024 +0100
acc_radius: Add SPDX identifiers
commit 345a05fee9e7a3275aaa5b83af8d6da59382fb27
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:50 2024 +0100
acc_json: Add SPDX identifiers
commit 9e473a6655a6fd3d1066420d947613fe0098af29
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:49 2024 +0100
acc_diameter: Add SPDX identifiers
commit da934172a395b2a68eae839c7ccf1178fa9a54e1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:55:47 2024 +0100
acc: Add SPDX identifiers
commit 5664d861d06ec105196c51ac3dcc9f136b5f5b74
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:09:05 2024 +0100
p_usrloc: reformat exported structures
commit a096d09bb54cd4259b46356c5cc24a53d751baf5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:05:19 2024 +0100
path: add fixup_free* to exported functions
commit ca415a35092ffbefbfdde714e7c7759470342907
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:03:20 2024 +0100
path: reformat exported structures
commit e1070f23f748ffdcf448562c2b1f99286ed24692
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 22:00:03 2024 +0100
pdt: add fixup_free* to exported functions
commit bec7e25a3fd3b3ef7f6770f9f7f4a3ea32ddd7b5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 21:57:47 2024 +0100
peering: reformat exported structures
commit c7c25190e008723a78c827a40a52363b116013f5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 21:51:46 2024 +0100
pike: reformat exported structures
commit 78594dbf653b46d24cc7eaa26ff28b43b0c024ce
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 21:46:58 2024 +0100
pipelimit: add fixup_free* to exported functions
commit 04cbace26b1e145c15fcff51445571cedfd4031d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 21:42:13 2024 +0100
prefix_route: add fixup_free* to exported functions
commit 713efe7b382e9e1d83240f3e348cbf46db46f1de
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 21:41:17 2024 +0100
prefix_route: reformat exported structures
commit 0511e00f9ece75a61b8a3799a3d75f08c2013afa
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 21:31:13 2024 +0100
presence: add fixup_free* to exported functions
commit 0aa58fe66845cb1b4fe1b6d14fbb73df1bdfb640
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 21:10:25 2024 +0100
devcontainer: add cmake and cmake extensions [skip ci]
commit c28bd51076b5c50836cd4946e4e93c6d445fe068
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:37:12 2024 +0100
presence_conference: reformat exported structures
commit 0193b48403c7d6d43370ddcd6a2ecafaee023e07
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:35:37 2024 +0100
presence_dialoginfo: reformat exported structures
commit 802bee7c205d402f6bdc3ba9c4210966ea758506
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:33:53 2024 +0100
presence_mwi: reformat exported structures
commit d916aa671f10b284aff0217fdf3182256b62ec7e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:28:39 2024 +0100
presence_profile: reformat exported structures
commit 07a47afb577c7958f23cd46c80f26edcb4f2995b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:26:45 2024 +0100
presence_reginfo: reformat exported structures
commit ab033f5ed335b731a5026c9401b6bbf6d488ffe6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:23:39 2024 +0100
presence_xml: add fixup_free* to exported functions
commit 64fe1638c08ac6c7e44daf663d24f088344a511a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:20:49 2024 +0100
pua: reformat exported structures
commit e39420a17a6e1bbd8f1e87d456cc7f50f97781c9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:15:47 2024 +0100
pua_reginfo: reformat exported structures
commit 93b979aa5b3dd6ebd18eea20752af848fc83a74b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:11:46 2024 +0100
pua_rpc: reformat exported structures
commit bbb373e2239e5e25527b708551dd5e03399f7bf3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:08:36 2024 +0100
pua_usrloc: reformat exported structures
commit eaefe0f2f50a7bf1bbb17c14511d7ae5a4b4deee
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 19:05:59 2024 +0100
pua_xml: reformat exported structures
commit 954fa3188b3e5e18b0992667b8904a1d17430598
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Dec 11 17:21:49 2024 +0000
cmake: Use CMAKE_INSTALL_FULL_* paths where appropriate
- include(GNUInstallDirs) from root so all CMakeLists have access to the variables
-CMake formatting
commit b540392ef910a63f2bda1b78d5970298edc87308
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 11 15:38:02 2024 +0100
cmake: support for intel 32b cpu architectures
- identified with i386, i486, i586 and i686
- target cpu arch aliased it i386, like in old-makefiles, some code
depending on it
commit 2fbea39d4125be89f36cce161f9e6b0dbcd50595
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 13:14:06 2024 +0100
github: codeql use same strategy for nightly builds [skip ci]
commit ccadde0a6656cd78fc1b4f67ed40b5a6ac119d9e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 11 11:19:11 2024 +0100
cmake/defs.cmake: value of -DCOMPILER updated to include compiler suite name
- similar format like for old-makefiles, not only the version number
commit 6edc0396a04664e18ac43cbb024cde9cf2120a8c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 11 11:03:25 2024 +0100
src/CMakeLists.txt: log compiler details
commit 28f4089efcc9c2ccf8c79fc9ecc509ae29d873e5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 11 09:49:15 2024 +0100
cmake: added target compile option -ffile-prefix-map
- remove the ${CMAKE_SOURCE_DIR} and path to modules from __FILE__
define
- the CMake provides absolute path to compiler, resulting in very long
log messages when left without this option, like:
DEBUG: <core> [/home/ubuntu/work/kamailio-dev/src/core/sr_module.c:915]: ...
DEBUG: htable [/home/ubuntu/work/kamailio-dev/src/modules/htable/ht_var.c:193]: ...
- this option should make it like it is with the old-makefiles
DEBUG: <core> [core/sr_module.c:915]: ...
DEBUG: htable [ht_var.c:193]: ...
commit 7f24bc09863220b4c14e2046708c10ff0891c038
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Dec 11 00:09:02 2024 +0100
db_unixodbc: fix incompatible-pointer-types warning
> dbase.c: In function 'db_unixodbc_close_impl':
> dbase.c:261:32: error: passing argument 2 of 'db_do_close' from incompatible pointer type [-Wincompatible-pointer-types]
> 261 | return db_do_close(_h, db_unixodbc_free_connection);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> | |
> | void (*)(struct my_con *)
> In file included from val.h:34,
> from dbase.c:33:
> ../../lib/srdb1/db.h:495:40: note: expected 'void (*)(struct pool_con *)' but argument is of type 'void (*)(struct my_con *)'
> 495 | void db_do_close(db1_con_t *_h, void (*free_connection)(struct pool_con *));
> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> make[2]: *** [../../Makefile.rules:101: dbase.o] Error 1
related #4064
commit 06cc2560e5358468178ef3e5c795a8a0ec67b693
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Dec 10 23:58:06 2024 +0100
db_sqlite: fix incompatible-pointer-types warning
fixes #4064
commit d87d950c8eb78ab97fdf0c3461b2f086edb6e0a3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Dec 10 23:26:52 2024 +0100
github: alpine improve nightly builds check [skip ci]
compare last_sha built instead of just commit date
commit 4cbcec438c0a6a8ba4899ef4d9e9511acde33de6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Dec 10 19:24:40 2024 +0100
github: execute codeql on pkg-kamailio-docker container [skip ci]
commit a266e051fd6b45617dc8966effd96a1d08d85960
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Dec 10 18:41:02 2024 +0100
github: codeql.yml on self-hosted runner
commit a08da7b34b01f4b0a579fbfdc141bf2944613736
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 10 14:39:03 2024 +0000
cmake: Use evaluated full paths from cmake for correct handling of special cases
commit b6f25031590e472f0f63b3e2a4fa61dad946a582
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 10 12:37:00 2024 +0000
cmake: Build type set to Debug
commit 329f95e95f7f80e5af2495f0a4273885a5112051
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 10 10:34:08 2024 +0000
cmake: Do not link to kamailio binary
commit 9ff2bb869dafca8521a0da7f112c3846f86c5f7e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 10 10:31:48 2024 +0000
cmake: Add generating parsing files dependency
commit 909e659dc33942a92e54bed37ee1387f121c63e6
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date: Mon Nov 4 22:58:44 2024 +0300
http_async_client: fixed crash on curl callback
commit e71b02a326e2ce54e4bf6c6c209f79af43c54278
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Dec 9 21:23:03 2024 +0000
github: [skip ci]: bump threeal/cmake-action from 2.0.0 to 2.1.0
Bumps [threeal/cmake-action](https://github.com/threeal/cmake-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/threeal/cmake-action/releases)
- [Commits](https://github.com/threeal/cmake-action/compare/v2.0.0...v2.1.0)
---
updated-dependencies:
- dependency-name: threeal/cmake-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
commit 8e398b8675079e1baac7c7575e70283175cdebe2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 9 19:04:25 2024 +0100
lib/srdb1: new and free connection callbacks expect one parameter
- new connection is executetd with a database id and free connection
with a pool con
- compiler warnings:
src/lib/srdb1/db.c:322:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
322 | con = new_connection(id);
src/lib/srdb1/db.c:361:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
361 | free_connection(con);
commit 83e9cc036147b071281ad5c444a473ece83f618e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Fri Dec 6 12:16:01 2024 +0000
cmake: Link internal libraries to core and remove them from modules
commit ef73fb876f527c3bde4b425e3ec70d3f613fcb87
Author: Matthias Urlichs <matthias@urlichs.de>
Date: Fri Nov 29 17:01:45 2024 +0100
app_python3s: fix exception handling
Python's C interface contract states that C code must *either*
raise an exception and return NULL, *or* return a Python object.
commit 91dc75e65bb2a6643b8b322024416c420caf5d64
Author: Matthias Urlichs <matthias@urlichs.de>
Date: Fri Nov 29 17:01:45 2024 +0100
app_python3: fix exception handling
Python's C interface contract states that C code must *either*
raise an exception and return NULL, *or* return a Python object.
commit ba0c570ca95bff06c8ce04779371567d88a4e9f8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Dec 9 09:46:10 2024 +0100
modules: readme files regenerated - tm ... [skip ci]
commit 5e0bc1a5c9764ce472354a0aa242b7469d79eb7f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Dec 8 21:28:48 2024 +0100
tm: small updates about timer avp params and compatibility modes
commit 49210190059df309677fa97204e4c50bde290990
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Fri Dec 6 15:41:59 2024 +0200
pkg/kamailio: removed libsrdb and libkamailio_ims from packaging
commit b4ec854c0822a61790ea4fa1bc6387cddce4cf35
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Fri Dec 6 15:05:52 2024 +0200
pkg/kamailio/obs: added systemd template to start multiple kamailio services
GH#3904
commit 11df36260af8192948ffea8b3fae06cb3b18032c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:34 2024 +0100
xhttp_pi: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 9ee23160822ff953cdd756ad8f1f8374269f0ef3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:31 2024 +0100
uri_db: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit d22e4fb8f472225c87bf4d7c831d616925bb1b44
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:29 2024 +0100
uid_uri_db: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 378aae9e2cd975ffbe4cf1206383ebcc8576ccb1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:27 2024 +0100
uid_gflags: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 872ee0759b8c76873b245a257fa4ace92c7123d7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:24 2024 +0100
rtpproxy: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 4603e47511d8631446493b8e51d38259b8e29799
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:21 2024 +0100
rtpengine: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 78201b70cb90f94a30b2d4d09123822d91b57087
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:18 2024 +0100
db2_ops: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 001d1c7f8503ceedfdc7f75c906bbff318ac825f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:47:16 2024 +0100
alias_db: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 460d25c4dc21f789963f2f8084f55d3568b15afb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:50 2024 +0100
xcap_server: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 1015bb167ab19b346764f4d0c23c14a7578724e1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:47 2024 +0100
xcap_client: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 8922ff32cc704511ac120751b02bff2a2d99fbfb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:43 2024 +0100
utils: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 5cbc70c06266ee00deaa5e4d05e73a21b120a8b6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:39 2024 +0100
usrloc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 76856b6309d443f9133374c00facce6e8244d94a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:35 2024 +0100
userblocklist: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 31a3ada1e12728dc8d36708cf468cdd0f13d2f0c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:20 2024 +0100
uid_domain: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 0b4593d37e69c15545286fdedfa1401c7b0f350b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:16 2024 +0100
uid_avp_db: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 5c6220e0f04c7946eca95ce1e4a28f7792283a5f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:12 2024 +0100
uid_auth_db: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 61ffd59c4dce4bb960cb44f15acf8d9f611032c1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:07 2024 +0100
uac: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit f4f5873636c8db9c03489b2a9a95db8e785fd8c5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:46:02 2024 +0100
topos: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 72b8145ee4a139db50aac4c2d2f85b11ac69c8b4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:57 2024 +0100
sqlops: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 2cf799fd0d234c27660a60e6398a9ae632ebb19c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:52 2024 +0100
speeddial: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit cb32ba25959e33bfb6aafe14e3f27d48d7651143
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:47 2024 +0100
siputils: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 277526f19571b1c0ffc823fee7d94eb5aeee67f6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:42 2024 +0100
siptrace: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 0ff9e29837547afad4b8bb6360fb822659b56146
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:37 2024 +0100
sipcapture: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 14a6ab8ef5e7be022e85417c965c740286fe535d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:32 2024 +0100
secfilter: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 752e8dea1e7322109fdf0cbf12f332062271f509
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:26 2024 +0100
sca: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 33a70bfbead154810ccfd8e8d54008d0e9323dbd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:45:06 2024 +0100
rls: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit f8a1f1b8a856d6dff4a7529049e66f25b7fb24f1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:59 2024 +0100
pua: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit e441b647aa90d65edebe3ea2273ae0ef07c12444
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:52 2024 +0100
presence_xml: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 2ea7937098dbf98c3c9d10008c989834cea417a4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:45 2024 +0100
presence: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit ee691b6660966f0db2b1ef15ebc73368c9a7e7a7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:38 2024 +0100
prefix_route: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 1fbe7793571662cd551d60cc501b451d229c6a45
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:32 2024 +0100
pipelimit: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 563890e8a754abf2438f05440719072e3015dac6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:27 2024 +0100
permissions: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 0336739c8207b5b4ac20555fc2088f62ca6afec2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:20 2024 +0100
pdt: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 9c24fa42814a2f474b005d47e716b1fe2157c643
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:13 2024 +0100
p_usrloc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 87dcc20742f18b2575841cf6800a5de6ef0f3915
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:07 2024 +0100
mtree: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 775a41e8367f8d7cfed4052de2a09bb297a2783a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:44:00 2024 +0100
msilo: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 4b567d68fec9b0b534419c1ce4e3f4ff3e8cd9de
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:54 2024 +0100
mqueue: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit bd936d39b050f25321d22789887ab540fed75b10
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:47 2024 +0100
mohqueue: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit c460314b7da50b5b2b7a3fcb37505410e11a9550
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:41 2024 +0100
matrix: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit b028c755b5a62086ae2f02f53d55c6d303d05f8e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:34 2024 +0100
lcr: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit e5488760860d079cb7f9aeefd31f195c67c9d206
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:28 2024 +0100
keepalive: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit bf54242a134cacadf8c9aba72f663c8505cb963d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:21 2024 +0100
kazoo: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 12e24216100282e095a50fc9ae0baed529c1409c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:15 2024 +0100
ims_usrloc_scscf: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 14c9f1bc954364b6ddcc05a90b5e42338ce03941
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:11 2024 +0100
ims_usrloc_pcscf: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 660bbf3b10660310d21021b1a66ee3de8ef85a2d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:06 2024 +0100
ims_registrar_scscf: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 599ec257abdd897f48b936a6f1c285aa77740988
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:43:01 2024 +0100
ims_registrar_pcscf: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 1625643fab51a60c404038aef1ad395431c00406
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:57 2024 +0100
ims_qos_npn: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit c533c4cc4907e8a80956dbe98c91ba59b4888fd8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:52 2024 +0100
ims_qos: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit b9df30784ee6b9b613d4cc6fea933341d65839e0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:47 2024 +0100
ims_ocs: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 4e9ea623368a2c3f0f3763dfccfb8578018268e3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:42 2024 +0100
ims_isc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit adb46bc1731bdc4ae60cbe59d1629147f9667b88
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:38 2024 +0100
ims_ipsec_pcscf: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 596a4999d00062a1910c7a8b5067c65b1336c366
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:33 2024 +0100
ims_icscf: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 2217fa3c460d61b4e72adfff7b6e4d0ed50fd256
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:28 2024 +0100
ims_diameter_server: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit d7ec5407c16ea3512e9568a171fb1cc06dd88e7e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:23 2024 +0100
ims_dialog: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 42b125ad8226215602f1b95a16cfe62ed5c71503
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:19 2024 +0100
ims_charging: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit e669ad98545367c58c5f36777a3b89f590420f68
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:14 2024 +0100
ims_auth: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit b04d889305461b58081ec6ab2475660ed87948fd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:09 2024 +0100
imc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit cb3f640ea2c4cfa19e59a9294c95f07f3328aee1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:42:04 2024 +0100
htable: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit a1f20d5d2ad3cf45f4b3ffe8423a50c39f6cfb7c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:59 2024 +0100
group: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 86285655b0b881c1e903adf309ae5a6ac8f1a972
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:54 2024 +0100
drouting: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 5a12716f5c23280cffd5a7979713c5c4311f7abe
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:49 2024 +0100
domainpolicy: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 40388ca374731d0a631c8b7d6e6e05fc70e84abb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:44 2024 +0100
domain: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 1aec4608510bf35a56873c2858fb8ea9b0f7f656
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:39 2024 +0100
dmq: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 4017c80a2c8c8bcac2b91ed9f75d543aab5f1278
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:34 2024 +0100
dispatcher: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit eb130304a7cd98de6c8834be63b9b5f50e7b37d9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:29 2024 +0100
dialplan: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 5b9fcb15b657b056e52d1b2276611a81439c3951
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:24 2024 +0100
dialog: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 99ea01b8af1f0036079a74c752e8277ac5a5be33
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:19 2024 +0100
db_unixodbc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 2004c2143685cba5745dcb73975ecbd50897acdb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:14 2024 +0100
db_text: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit cc47b388410dc8672a4dbf2ecc575fa7e6246418
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:09 2024 +0100
db_sqlite: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 34add60ed2a424660c76139d3622aab67120ecd9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:41:03 2024 +0100
db_redis: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 54e1ad080b5edd740134d420b91ed0c4596824d1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:58 2024 +0100
db_postgres: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 90421496c923448ed0a65a31a9d10b31c8404d19
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:53 2024 +0100
db_perlvdb: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 04e32260c8c8d541660b1775ffd7e99962e6e357
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:48 2024 +0100
db_oracle: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 60b9b321ea672b3a82eb9d850bdb89bf478272d3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:43 2024 +0100
db_mysql: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 45e1c515f9c31667de5bf84eb9181f274f9688d7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:37 2024 +0100
db_mongodb: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit cd48ea762a4243efaaefaa10de6e2293733d295b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:32 2024 +0100
db_flatstore: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 5f76852277a3451d6ac247b2516314bbaca3c026
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:27 2024 +0100
db_cluster: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 5a903bca6f1fa40aaa2ff062ddad71529d295bf5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:21 2024 +0100
db_berkeley: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit e3904df72341501215f6094b3204e98419103a01
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:10 2024 +0100
db2_ldap: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 730e68d50233a85bf7a9207c3dd2081eacfb9d19
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:40:04 2024 +0100
cplc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 2103ea906c23a56abcd54aeec7a12fc54dc582e7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:39:59 2024 +0100
cnxcc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 99608b3c8b309002917bd9dc6a2bddb88431452e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:39:53 2024 +0100
cfg_db: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 4df1bbafa82011a0872225164a702ba78f34ae17
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:39:48 2024 +0100
carrierroute: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 04602663d099302cac618e24cb6214805764b63b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:39:42 2024 +0100
avpops: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 5ab033f0cf792e2bffeaf34ee0bafb9dd47d66fa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:39:36 2024 +0100
auth_db: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 7e3d2fc980b5539de77c785897c6b1d930bf0f27
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:39:25 2024 +0100
acc: Makefile - remove internal libs compilation and linking
- libs are compiled in the core
commit 44db158ff91fb9ab12f0d38f1eada08b118fad00
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Dec 6 09:34:57 2024 +0100
src/Makefile.sources: integrate libs code in core compilation
commit eaaea65d7b29aa0ccc774e6d2ed9fde9caa50f28
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Dec 5 17:49:30 2024 +0000
cmake: Git is not required. (do not emit warning if not found)
commit eb29c636a697c47486770db7ed665f21b545c3d0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:23:50 2024 +0100
pkg/kamailio/obs: removed print_lib and print modules and library
commit 04ac6c9f3784145dd8299f1d7b5df05b29655524
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:22:59 2024 +0100
pkg/kamailio/alpine: removed print and print_lib modules
commit d05191aeb9b5ca97e43ca9af421d3f17e1783f08
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:20:55 2024 +0100
cmake: removed print and print_lib modules
commit 6be7b7038f6ce88eb5512e2f03c5b712f27affb1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:07:52 2024 +0100
Makefile.groups: removed sample print modules
commit 1f3828efdb653e4af15a3ac486f5cfab6a9b0ce6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:06:14 2024 +0100
print: relocated to archive
commit b19c0aa3424e19b1f8f7131c1c9c2965ebccd82f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:05:53 2024 +0100
print_lib: relocated to archive
commit 10d2cd688dd55b0c5325a6527642483b024b58ea
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:05:24 2024 +0100
lib/binrpc: relocated to archive
commit bdae2469ab839ce87f3fca2a5fee6e7b1f9be9c5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 17:03:22 2024 +0100
lib/print: relocated to archive
commit 593e3ec3546b645e0224d0dc633a263a56356f9e
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Dec 5 11:46:10 2024 +0100
modules: readme files regenerated - ims_auth ... [skip ci]
commit 22c9e3a11796d56b99550956987b661358f0b2d2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 09:50:49 2024 +0100
ims_auth: docs updated with gcrypt dependency
commit 5fc21d897235f0155f061962aa342ca6039d3547
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 09:41:36 2024 +0100
ims_auth: don't bind or use cdp when av_mode is 1
commit 7c3a23867fe107b82c6860751fb701880f3a77f4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 09:20:26 2024 +0100
ims_auth: use gcrypt api for aes128 functions
commit bbb4047583495bd26e5fd5b61b6dc03deb590358
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 09:16:35 2024 +0100
gcrypt: include file for binding module exports
commit c206d4093c15582283ce492891f003c7a5c39acc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 09:04:33 2024 +0100
gcrypt: exported api for aes128 functions
commit 3c8ae737f2c3d67f36045d235b27bdf5f03d2bda
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 08:43:31 2024 +0100
ims_auth: relocated aes128.{c,h} to gcrypt module
- they use libgcrypt
commit 5fc56046351aeff88cb2788f3b75cd7a67b22cd4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Dec 5 08:15:13 2024 +0100
ims_auth: docs for av_mode parameter
commit 391474c43a3a0a77ab03044e3606ef72e716c83b
Author: Dragos Vingarzan <dragos@neatpath.net>
Date: Wed Dec 4 14:27:29 2024 +0100
ims_auth: dropped all old vectors on local resync
commit 08ff3b46223f7208d8adb23a70dced450ae1c0d5
Author: Dragos Vingarzan <dragos@neatpath.net>
Date: Wed Dec 4 14:19:13 2024 +0100
ims_auth: integrated local resync
commit c3c9ae6c5f3c3537f0dd7c7d3b715c845f7e9721
Author: Dragos Vingarzan <dragos@neatpath.net>
Date: Wed Dec 4 13:45:41 2024 +0100
ims_auth: fixed compilation and moved back auth_vector to authorize.h
commit 24548be94ac9d291f4693c55e20c5fc3b0102db8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 4 13:34:17 2024 +0100
ims_auth: generate local auth vector when none is found for challenge
commit 9ccaec9f065d02f71b275eadc1e1f19adf6802e0
Author: Dragos Vingarzan <dragos@neatpath.net>
Date: Wed Dec 4 13:23:08 2024 +0100
ims_auth: reworked the local AV API
commit 6e48bfd66b0730b2e5ae3458a0fe5d2f8b93fa51
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 3 21:08:35 2024 +0100
ims_auth: function to set ims auth data
- k, op, op_c and amf
commit 2559363525f49c65c822806ab50c95becaa81270
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 3 20:11:24 2024 +0100
ims_auth: synced functions with number of parameters
- renamed some parameters to be suggestive
- split wrapper functions that execute evaluation of fixed-up
parameters
commit e31f48b4658ae4f41bc5d9e1fe979d2796ec211a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 3 19:37:47 2024 +0100
ims_auth: new av_mode parameter
- to control how AV are managed
commit f08e98a39a2e18502f70108fea159e54fde4b1f3
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Dec 3 19:10:01 2024 +0100
ims_auth: added Milenage, AES-128 (Rijndael) and auth_vector local generation
commit 684533d099d304091082fd8a130619a4c5550a80
Author: S-P Chan <shihping.chan@gmail.com>
Date: Thu Dec 5 09:28:07 2024 +0800
tls: update docs about thread-locals
commit 631bad4f0531af0ba44e5af99841d3b6371ee63e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 4 15:19:50 2024 +0100
dispatcher: convert to unsigned int pv value for oc time
commit 292e086f3fd764584dc1c5e4deb2af61f9f6aec7
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Dec 4 14:21:07 2024 +0100
mangler: reformat exported structures
commit f7dfe8d794c0faa22978feaa60691b10b5c1651b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 4 11:35:08 2024 +0100
nats: CMakeLists.txt - added dependency on libuv
commit b0dee2ff21a6d81b431b9d75ba364e10e7a2d253
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Dec 4 11:02:12 2024 +0100
jwt: CMakeLists.txt - update for finding libjwt with pkg-config
commit 9ff1bd7b6f0d11788234ff6a72057e0a27ba1be9
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Dec 4 09:29:11 2024 +0100
lwsc: add fixup_free* to exported functions
commit d2a0b0727f1efbe21a37a1f81f7bd98cc9423951
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Dec 4 09:25:57 2024 +0100
lost: reformat exported structures
commit 064a88492c5d908569ba9d01f2116e7795a74583
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Dec 4 08:58:14 2024 +0100
log_systemd: add fixup_free* to exported functions
commit ee81e1e017c62063a5b1fd20ac61c5783ee4eab4
Author: Curt J. Sampson <cjs@cynic.net>
Date: Wed Dec 4 15:53:36 2024 +0900
misc: examples/ims/scscf/README - fix typo in .sql filename [skip ci]
commit 4a8368e419d4bb62840989446947fc41c97db939
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Dec 4 01:42:27 2024 +0000
cmake: Allow for cross-compilation
commit 93b189a22df772ccef6f1eb09b4be0897a467d89
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Wed Dec 4 01:30:26 2024 +0000
cmake: Add parser as a link library for kamailio
commit f2c1f7ca8e238c77c9757573303451894c850ac6
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 3 18:50:19 2024 +0000
cmake: Modify github action for cmake auto builds
commit 2d59d44dd620c597e69f7f1b3d6a9d1b3d410ae3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 3 16:55:17 2024 +0100
cmake/os-specific/darwin.cmake: added compile flag HAVE_MSGHDR_MSG_CONTROL
commit d416f7207a39db5ec15c0133904bfd76980a9d4b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 3 16:51:21 2024 +0100
cmake/defs.cmake: reorganize condition on cpu to prevent mismatching arm64
- arm64 was matched by arm6
commit 4c7d99c2f65749dcc7aa9a7173c22c9d39ecdbe9
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 3 15:49:19 2024 +0000
cmake: Delete macos.cmake...
commit d86f05261c386f4147bb4177b80673ae4c0f45d3
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 3 15:19:58 2024 +0000
cmake: Rename macos.cmake to darwin
commit abb0448c11812d9f11529a70303348474eed19de
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 3 15:14:56 2024 +0000
cmake: Add support for custom binary and cfg name
commit 394cc191e172f49525c91e3540eb590edf8bd101
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 3 15:14:15 2024 +0000
cmake: Refines uninstall script and updates CMake options
- Modifies uninstall logic removing duplicate file entries when both .cfg and .cfg sample are installed
- Remove unused SCTP and duplicate fast memory statistics options in CMake
commit 6235369e1deab4b87c999d5f00fb59b6609b3df6
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Dec 3 14:19:43 2024 +0000
cmake: Update platform-specific flags
- Update the platform-specific flags in the "os-specific.cmake" file for Linux and DragonFly BSD.
- Add new files "dragonfly.cmake" and "linux.cmake" in the "os-specific" directory to define the flags for DragonFly BSD and Linux, respectively.
- Add a new file "macos.cmake" in the "os-specific" directory to define the flags for Mac OS X.
- Update the "defs.cmake" file to print the availability of fast lock.
commit 76e18d0d13a41e93094f9084ac44e0809f91b109
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Dec 3 08:03:57 2024 +0100
xlog: evaluate prefix for kemi functions
commit a493e2e0006f89d2f8b5e903134407109ef587da
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 2 20:19:45 2024 +0100
xlog: use crit level with prefix for kemi xcrit() and xlog()
- GH #4048
commit 299db405e54741e4dc1ec04e6658d6bc99901edf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 2 18:00:18 2024 +0100
src/Makefiles: filter out CMakeLists.txt from modules discovery
commit 06a6e4a54bf1791650aac3e36ad09a573823dd9d
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Dec 2 17:37:23 2024 +0200
build: add initial CMake support for core and modules
- add initial CMake support for core and modules (GH #4043)
- core/resolve: fix compilation if DNS_USE_CACHE not defined
- core/forward: define return even if USE_TCP is not defined
- includes documentation building, initial support for other architectures (arm64) and cross-compilation
- support for gcc and clang compiler
- initial support for CPack packaging
- most modules were already integrated, a few remaining with special dependencies are missing
- usage and extensions documentation can be found in the kamailio wiki
commit c7bb0965bde055aaf76cad526eae248ae2165280
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Dec 2 12:39:17 2024 +0100
ims_ipsec_pcscf: clang format
commit 785659417bcc1984f12d5ebe35c134b15d614483
Author: Lennart Rosam <rosam@sipgate.de>
Date: Tue Nov 19 23:42:04 2024 +0100
ims_ipsec_pcscf: Add error logging
Currently the module initialization fails when the ipsec listen
interfaces cannot be bound and it does not produce a helpful log message
for the user. This commit addresses that.
Co-authored-by: Alexander Couzens <lynxis@fe80.eu>
commit 353b788bb3c78a4c0e8c390decdc420322b4927c
Author: Lennart Rosam <rosam@sipgate.de>
Date: Tue Nov 19 22:00:07 2024 +0100
ims_scscf: Add more logging to ipsec_create()
Currently there are scenarios where ipsec_create() fails with no more
information in the logs. This should make debugging issues a bit easier.
Co-authored-by: Alexander Couzens <lynxis@fe80.eu>
commit c6a485b04c2ed14b77e8747ffcd822f0743d56dd
Author: souradeep.bera <souradeep.bera@sprinklr.com>
Date: Sun Nov 24 14:29:57 2024 +0530
topoh: improve debug info for topoh crash
- print entire socket address for ease of debugging with empty mask ip
commit dca29a87467fd074bcb63a5f20b6834a87fadc5f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Dec 1 09:02:12 2024 +0100
db_mongodb: use STR_VTOZ() macro
commit 3991350b1acdcd8b3cd575cdbc8932b4f8540e13
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Nov 30 10:39:20 2024 +0100
ndb_mongodb: mongoc_collection_command_with_opts() for mongodb_cmd()
- mongoc_collection_command() is deprecated with lib v1.29.0
- GH #4037
commit 784f55cdb31de9eda6971e04ee12c2cb88556835
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 29 09:33:58 2024 +0100
lost: removed use of deprecated xmlKeepBlanksDefault()
- XML_PARSE_NOBLANKS seems to be used, which is suggested in deprecation
message
- GH #4038
commit 4a9bb81a69fbef11d92d294fa1db0711ff8e78db
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 29 09:15:59 2024 +0100
lost: clang format
commit be2d3bfe537a692efa8cdc2bd4e4441eed5d0840
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 29 09:13:49 2024 +0100
lost: use buffer size for snprintf
commit 8e6a8e0baf8a700f36c81d3f808391f03a37c9d1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 29 07:53:31 2024 +0100
ndb_mongodb: fix for deprecated bson_as_json() from v1.29.0
- GH #4037
commit a4a86bd1a84ee16630660873486ec7d870a4e361
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 29 07:33:58 2024 +0100
db_mongodb: fix for deprecated bson_as_json() from v1.29.0
- GH #4037
commit 5eac8fd5356cc424d87cac4b4102c99e97054414
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 14:38:08 2024 +0100
lib/ims: libxml2 is not needed - removed from makefile
commit 97b3d1cd3daec0741352764cb89f08d6d98fe3df
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 11:00:40 2024 +0100
ims_registrar_scscf: use defined fetchc fixup free function
commit b993b824447f30c9533b6ebd90ab74c19ea001bb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 10:56:12 2024 +0100
ims_registrar_pcscf: init and check vb variable
commit c36dd7e9c8b01aae5f35e8c576188cd34b1f8aa6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 10:51:56 2024 +0100
http_async_client: remove unnecessary str len
commit eab6682e4d8bebaf97f85c55b0863ad435e1d133
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 10:39:44 2024 +0100
keepalive: use memcpy for coping data
commit 926988487358e1ae3ba79ca999629c452e2d32df
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 10:36:47 2024 +0100
core: removed unnecessary use of strlen
commit c2ff02b6d07c0f84dcbe5d0d47de3f12ed791e3a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 10:35:19 2024 +0100
core: modparam - use memcpy for data cloning
commit 78f272da156ff7796dd84697bbf04522b7a08009
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 08:33:14 2024 +0100
async: fixed typo in log message
commit 2fccae6cf901edf8b9515636b348246297a06131
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Nov 28 08:31:10 2024 +0100
modules: readme files regenerated - async ... [skip ci]
commit 97c9aca6d2e7300b295c5cc7f9cd405d563d31b2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 08:22:15 2024 +0100
async: docs for mode parameter
commit 21d4853139523920810a9d73916f3435a5a73d70
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 28 08:16:11 2024 +0100
async: added parameter mode
- control if binding to tm should be done or not
commit b003a7184a02da5fd6dfe27def8d928d363e36ce
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 27 15:36:33 2024 +0100
corez: set sndinfo attributes for corex_sip_reply_out()
commit 13f77911ebf5c5b53c9793727a9c5b4f1f0865fe
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 27 12:20:05 2024 +0100
core: parameter to set async_tkv_evcb
- name of event route or kemi callback for tkv processing
commit a6c7538cb873aa8ee173eadffecbe3fdefe40bd7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 27 09:18:06 2024 +0100
core: new parameter to define async_tkv_gname
commit a433cdf5532e9b2e945fa4ced2e07c0566c01eb3
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 26 15:46:10 2024 +0100
modules: readme files regenerated - jsonrpcs ... [skip ci]
commit 5437ad1a1dd691707e6ea1774e5c8ff6a72d30a7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 15:41:44 2024 +0100
jsonrpcs: docs - example for jsonrpc_exec() with rpc params
commit 50ae4a986c93ef8e405732d52f79ab98505888a4
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 26 13:31:10 2024 +0100
modules: readme files regenerated - async ... [skip ci]
commit 3eff208df921d6693a015836a266bf87212aae96
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 13:15:48 2024 +0100
async: docs for async_tkv_emit()
commit dd0812196cede94aeea01f9c67ffe363a38ca100
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 12:58:40 2024 +0100
async: exported async_tkv_emit() function
commit e3349b793f811538e84713472757b06634d16efb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 12:45:28 2024 +0100
core: helper fixup functions for int-str-str parameters
commit 77e7494d29d891c44a49377a462b0c82e6769f1e
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 26 10:46:10 2024 +0100
modules: readme files regenerated - dispatcher ... [skip ci]
commit 76f2d91dc00fa33368d4df0d5a25a2dbbbc9f8c7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 10:39:35 2024 +0100
dispatcher: updated docs for ds_oc_set_attrs()
commit cf72416567d915c1024471e917b933d057452ed9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 10:36:07 2024 +0100
dispatcher: ds_oc_set_attrs() return -2 when no oc attributes are updated
commit 0571cb9c7ae2ba3a045e11b003bfba9e5ca6c9fc
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 26 10:31:10 2024 +0100
modules: readme files regenerated - dispatcher ... [skip ci]
commit 2bbba597c6b7bbef79b0c8be78b4dc94e010ec26
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 10:16:20 2024 +0100
dispatcher: docs for ds_dsg_fetch_uri()
commit c1f814b2c01d2589e41eac06d3e63571933105eb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 26 10:11:24 2024 +0100
fipatcher: more fields to $dsg(...) related to overload control
commit c9ec6cad7300d40beef095116bcdd361bc9690c4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 25 19:10:10 2024 +0100
dispatcher: function to fetch by group id and uri
commit 556efcaa34367dc689ee653b0de9f22ccef073f9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 25 14:25:16 2024 +0100
core: tcp - emit async tkv event for read error
commit 1ceeba7364b745b6ca2840e830d006a37460d10e
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Nov 19 14:08:33 2024 +0100
cdp: fixed issues discovered during static code analysis
This fixes:
- 4-bytes (typically uint32_t) used for time_t storage (Y2K38)
- print of time_t with %d instead of %ld
- reuse of same loop index variable in a sub-loop
- use of random(), when kam_rand() could theoretically be better
- copy-paste mistake in sp2/sp parameter, where sp2 was meant and sp is probably NULL
commit 55691f82666f361bac5efb6355e6f32afb508660
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Nov 25 10:46:10 2024 +0100
modules: readme files regenerated - rtpengine ... [skip ci]
commit f7fa3a39f6c97ca8323a70f30ad4e33699ede23e
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Mon Nov 11 14:46:43 2024 +0000
rtpengine/docs: Add ping_interval docs
commit a29afb3de6d9dd1491667a5858187ae782d8d56d
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Nov 7 11:28:43 2024 +0000
rtpengine: Add doxygen function descriptions
commit e183a3e25c3f2088435b3911d13fcb376a89f5c0
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Tue Nov 5 16:51:15 2024 +0000
rtpengine: Re-enable down servers (but not disabled ones)
commit 38234797332c79b81522c18cc7c6f83be86c0e9b
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Mon Nov 4 12:26:47 2024 +0000
rtpengine: Add timer to ping rtpengine
- Added parameter to control the interval
commit e58dc89324b30f09853a7430620e632ec5efaad5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 25 10:27:11 2024 +0100
core: tcp read - convert ips to different buffers for log messages
commit c82aa6e92d3475bb56db761ba65abb64e8f712fd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 25 10:16:07 2024 +0100
core: helper functions to convert ip to string using a pool of buffers
commit 8d12a04b57db2f3da6f522b6685161b38ff40d5e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Nov 24 21:15:45 2024 +0100
async: fixed name of pv in log message
commit bebf378252484f770f2dbc9a27e6ad2b7ff7f880
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Nov 24 20:59:13 2024 +0100
corex: fixed name of pv in log message
commit 619b1f80d648e5869389b431e17c12f7b730634e
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Mon Nov 25 08:34:48 2024 +0100
log_custom: add fixup_free* to exported functions
commit adffa9e2b31bf0ad7070420ac821a914fc2bcd6b
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Mon Nov 25 08:32:48 2024 +0100
ldap: add fixup_free* to exported functions
commit cdafda78c9fc98d9d9fdb7f94e77c9bc60ebf4d1
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Sat Nov 23 22:02:16 2024 +0200
pkg/kamailio: added support for CentOS 10 [skip-ci]
commit b1f9fc1d586975a12f6a6d56a76dbf2d3541124c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 19:30:25 2024 +0100
corex: added $atkv(name) variable
- get async type-key-value attributes
commit 88ca83a5379dbaca3a87fdcb26dd2855b5ba871d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 19:24:18 2024 +0100
core: function to get current tkv param
commit d2c98b63d141a88f29a379f6b5f23122d4997e82
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 19:17:44 2024 +0100
core: main - init async type-key-value framework
commit f4e04dac07bc11da08288a8a4a4957c5799c37e9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:48:18 2024 +0100
pv: add fixup_free* to exported functions
commit 8ff567606175fe2d1c1509a9e0d61c0cf2c87b07
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:44:42 2024 +0100
pv: reformat exported structures
commit 389e22db478bb9d36e1fe0d75801b8602f746350
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:39:47 2024 +0100
qos: reformat exported structures
commit 5484965bb912c96dec57b701af0030b03ccdeb44
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:37:49 2024 +0100
rabbitmq: reformat exported structures
commit 5680e3acb5964952ed0b084f7e946bf28f817d61
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:35:38 2024 +0100
ratelimit: add fixup_free* to exported functions
commit 0595feb17da5632a24f1e44a992335ff66d0b30e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:34:22 2024 +0100
ratelimit: reformat exported structures
commit 5bebde177c357e2aaf5f24537d0d44da51ac914a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:29:00 2024 +0100
regex: add fixup_free* to exported functions
commit 71197e76e02818d8e7e016cefbda3886bec9afb1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:28:11 2024 +0100
regex: reformat exported structures
commit a0f09749f7607b764523004663e0dd8f23675c22
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:15:16 2024 +0100
registrar: reformat exported structures
commit 7f3207ccd2757fbdbed53bab5841808c4fc5c1cf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:08:53 2024 +0100
rls: add fixup_free* to exported functions
commit e56f003abaa1f8589193ac1826992929aea6f0b2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 15:03:39 2024 +0100
rls: reformat exported structures
commit 5b852254e75365c2886baf1e4be8829ac10b9917
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 13:23:53 2024 +0100
core: framework to execute async event route with type-key-value
- execute event_route[core:tkv] in async fashion, with data passed in
the form of [type, key, value]
- the events have to be emitted from parts of the code and the execution
of the event route should not block the emitting process
commit ecb99f2ff1babe3871af5fba7d7f94e8b0df68cd
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Nov 22 12:37:09 2024 +0100
jwt: add fixup_free* to exported functions
commit 20a2d57e295c6329c0f8358f36915cd6a4cd5783
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Nov 22 12:33:45 2024 +0100
jsonrpcs: add fixup_free* to exported functions
commit 436e79216a448b0a270a53f867d89b84269557d9
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Nov 22 12:31:36 2024 +0100
jsonrpcc: reformat exported structures
commit a9acbdd92032dc8adf2f2aa5a584a8a188bc9e7a
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Nov 22 12:26:40 2024 +0100
json: reformat exported structures
commit 8328024cd41b2c8a3cffa69db28ab21eed47b2c5
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Nov 22 11:57:40 2024 +0100
janssonrpcc: reformat exported structures
commit e742232ab6646ced170ccda5209a4d3ca46103bc
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Fri Nov 22 11:47:05 2024 +0100
influxdb: add fixup_free* to exported functions
commit d92d12c055d23c167d5caa38511e5ad3b0a06148
Author: Donat Zenichev <dzenichev@sipwise.com>
Date: Fri Nov 22 09:49:40 2024 +0100
rtpengine: use to-tag for NG message when rtpp-flags
Always use to-tag for NG message with rtpp-flags,
if presented. This change is caused by the processing
logic being moved to rtpengine with rtpp-flags.
commit 8a46cb6babed5384d09b3dfc07fe15940128d1a3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 11:15:36 2024 +0100
async: removed unused param from async data processing
commit cfb20d3ca3bc87199664b34754b15526d49bbff7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 10:17:09 2024 +0100
core: added event_route[core:modinit-before]
- executed by core once before the module-init callbacks are run
commit 1580d0b0f8742269c6f5b6bb99ac7a96b9f83276
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 11:10:53 2024 +0100
rr: add fixup_free* to exported functions
commit 4c157538046dcc70aebf549522a960bca2c25bfd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 11:08:31 2024 +0100
rr: reformat exported structures
commit fcf8454c982c09c6cc89669b7327d000b5c154d9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 11:05:03 2024 +0100
rtimer: reformat exported structures
commit 1ce99a243e22eb8acdc94cc8f7ec98a6846760bf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:58:55 2024 +0100
rtjson: add fixup_free* to exported functions
commit 82206086f4adf17fa25dae248b49d930532bddd3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:58:24 2024 +0100
rtjson: reformat exported structures
commit 07134cb4c2cf66cf2e7e6ba738559c3c1209645a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:55:49 2024 +0100
rtp_media_server: add fixup_free* to exported functions
commit 744243d290946644fe0248b2eaa5591d5f9e985f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:52:14 2024 +0100
rtp_media_server: reformat exported structures
commit fa142bbe6327df2cc6c2cf8e942b9207cb6fe62b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:47:17 2024 +0100
rtpengine: add fixup_free* to exported functions
commit 907f213cfc93d860a30b839ab4f1ce1690b358ac
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:36:06 2024 +0100
rtpproxy: add fixup_free* to exported functions
commit d5d19c6f0ca1f032d29c851a5c6054b32ff218a5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:27:22 2024 +0100
rtpproxy: reformat exported structures
commit 1723be183f21fd3225153367a75ed9ab824ad7ec
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:22:04 2024 +0100
sanity: add fixup_free* to exported functions
commit c5bdc9237b661859b635e8dc7fcfea9526ec9def
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:21:30 2024 +0100
sanity: reformat exported structures
commit 94e29db032546ccfaa085e1b19ecd11ba6bb922d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:18:16 2024 +0100
sca: reformat exported structures
commit bbd0f09e6bef06403a3e28a42abb07043d8857b5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:15:05 2024 +0100
sctp: reformat exported structures
commit fb7263a39a91e32dd39ef3548425ed3d43e7f9f9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:13:20 2024 +0100
sdpops: add fixup_free* to exported functions
commit 2a35ef2966bca64f759c435e248e3b9118a90fc4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:09:41 2024 +0100
seas: reformat exported structures
commit fa6192c1431186f395cf35e270916c2e7756455b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:05:26 2024 +0100
secfilter: reformat exported structures
commit 612f5d10f0d191b0c66e8ef907c09a00239bfcf4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 10:00:33 2024 +0100
sipcapture: add fixup_free* to exported functions
commit b0531ca55d8d918f58057b393ba13a22e95813b6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 09:52:39 2024 +0100
sipcapture: reformat exported structures
commit e915258d8a76f811c8e9a7607248cf7149719541
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 09:47:05 2024 +0100
sipdump: add fixup_free* to exported functions
commit 3cce2ac7f9f8ef2ab10a9c228b9bbaddde3c7d03
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 09:44:23 2024 +0100
sipjson: reformat exported structures
commit 1241c77c8ced81bfc2f1a8d72b99d4157d5a61b5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 09:41:59 2024 +0100
siprepo: add fixup_free* to exported functions
commit 2d024cc28ba3284fca67c4748e1b85349edb15ae
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 09:39:43 2024 +0100
sipt: reformat exported structures
commit 64290a1aa41bba94387045c3d618ca3f7886f517
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 09:03:21 2024 +0100
siptrace: add fixup_free* to exported functions
commit b074dc24c5bbd60d8bf6306f152c1f8c35eb2fef
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 22 09:00:37 2024 +0100
siputils: add fixup_free* to exported functions
commit d3e698eca5410ebd3d08a8850c2149f2d0a54119
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 09:28:31 2024 +0100
etc/kamailio.cfg: removed comment about not impleented tls_threads_mode value
commit 9ec3770f88339426c95514bc35a3afc2c2b0def8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 22 09:19:33 2024 +0100
core: main - tls_threads_mode set to 2 by default
- recommended value (KSR_TLS_THREADS_MFORK) for production with latest libssl
commit 1189f4874ab3e7ec2c2d1389d1e6ca466c2b8785
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 21:06:08 2024 +0100
siputils: add fixup_free* to exported functions
commit d598d05cd076a0b36d63899270a9a5405f15a7b4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 20:01:32 2024 +0100
sl: add fixup_free* to exported functions
commit 73ba0266cf76083b51e85d877f04f4a3da67d207
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 21 20:37:31 2024 +0100
pike: disable destroy of internal tree on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit 26d6a518c974cfe509d23e41fe9db6b02f357930
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 21 19:59:05 2024 +0100
core: ppcfg - use define for size of the buffer for core defined values
commit 790bf50f5ec5a08f6fa0d1bd3c2732fb1317cdd0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:41:47 2024 +0100
slack: add fixup_free* to exported functions
commit 9a5000edf4d57ab3ecdcf12d6473b6e876dcf1f5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:35:59 2024 +0100
slack: reformat exported structures
commit 48d4f936f95ba2acfeb59211420cb2165716984a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:31:18 2024 +0100
sms: reformat exported structures
commit 4a9867faab4e290c3953d8d9ba2d50b3908a48b5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:26:39 2024 +0100
snmpstats: reformat exported structures
commit 4e88b0592299e69c4d20981d20a23e667268c7c0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:22:38 2024 +0100
speeddial: add fixup_free* to exported functions
commit 50e48d73df63a002d42fc1446ac90949475276aa
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:21:53 2024 +0100
speeddial: reformat exported structures
commit dce9c2a572ff1f1be1e4d97ff083a1c2f0fc773c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:20:03 2024 +0100
sqlops: reformat exported structures
commit 7cda90863c5437fab97d14772921105a169965da
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:19:50 2024 +0100
ss7ops: reformat exported structures
commit 2187dceadca36e443b8830cca15781d92aa13382
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:08:44 2024 +0100
sst: reformat exported structures
commit b41ff44d27968d07d926ecd4de249f0e8a51ddd7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:06:23 2024 +0100
statistics: reformat exported structures
commit e3af304a0284302d68fd4b3206a93c8e00999b4b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:04:17 2024 +0100
statsc: reformat exported structures
commit ee12cb5a87f67ab32a219c1bc3a0b877dfc334a7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 19:00:50 2024 +0100
stun: reformat exported structures
commit 2edf111e73c6a8a640d932c42cfc59ab14dd74b2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 18:59:28 2024 +0100
systemdops: reformat exported structures
commit 00d95171dd15fbbe541027a64d08c32ef55dc605
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Nov 21 18:57:03 2024 +0100
textops: reformat exported structures
commit 98f0a2c8b17bcf0f54a183589c2b61a8fd47081f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 21 18:58:16 2024 +0100
permissions: disable destroy of internal hash tables on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit cb029e9b279fa4deaa186eae994fe2b2c9a1a38c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 21 18:54:58 2024 +0100
dialplan: disable destroy of internal hash tables on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit 81450df0c1b247bbd7582c47e00f358f8e20317c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 21 16:55:45 2024 +0100
core: use defines for tls threads mode values
commit 0583ae7f70d3a88b21f826033052753fb02b48f8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Nov 21 14:01:10 2024 +0100
modules: readme files regenerated - sqlops ... [skip ci]
commit 378e857aa4eb17fe454b0f96fd4cd0200d31caf4
Author: Julien Chavanton <jchavanton@gmail.com>
Date: Thu Nov 21 07:53:11 2024 -0500
sqlops: new connect mode documentation update (#4032)
commit 05c7239986d659b5e14b7aa5d81d9faebb0f9b22
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 10:05:27 2024 +0100
ims_registrar_scscf: add fixup_free* to exported functions
commit e5d3aa1ea04ff7f49deee8f8385a2557f52e41e8
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 09:48:23 2024 +0100
ims_registrar_pcscf: reformat exported structures
commit ca5c11afb53ef089b852fc1406bce40fb29d334b
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 09:37:04 2024 +0100
ims_qos: add fixup_free* to exported functions
commit 2ed7a0e6fb8ee9a0ded9e13e6e7766075eed89da
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 09:22:24 2024 +0100
ims_icscf: fix exported functions
commit bc0d1a1b166a7c4eac6d4eb0652d77263db3d0a6
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 09:18:45 2024 +0100
ims_ocs: add fixup_free* to exported functions
commit 645ff32f0e2150f69669212d2de5eb5e3efb75ce
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 09:15:34 2024 +0100
ims_isc: reformat exported structures
commit 5394519800abb8e6ad205f614fa11fb4a3986fe9
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 09:08:41 2024 +0100
ims_ipsec_pcscf: add fixup_free* to exported functions
commit 5450313fb0dc2794cd160d44f9d10eb9e1c4c047
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 08:56:58 2024 +0100
ims_icscf: add fixup_free* to exported functions
commit 5e1e3b71e7394d08c91aaa19c8d83e419a3c8419
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 08:46:15 2024 +0100
ims_diameter_server: add fixup_free* to exported functions
commit 6e19534e9790188f0db8009170d05f1bd77b5ca5
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Thu Nov 21 08:40:33 2024 +0100
ims_dialog: add fixup_free* to exported functions
commit 35dcb1d7852282417a11c7771189e50734c0883b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 18:35:31 2024 +0100
db_cassandra: relocated to archive
- new location: https://github.com/kamailio/kamailio-archive
commit 7215f2554e3c2551870902fd061f20d5a4160bca
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Nov 20 18:31:10 2024 +0100
modules: readme files regenerated - sqlops ... [skip ci]
commit a41752478201b2235f60b2f22e5d3c4113742b33
Author: Julien Chavanton <jchavanton@gmail.com>
Date: Wed Nov 20 12:30:20 2024 -0500
sqlops: new connect mode to limit the amount of connections (#4027)
commit 1d83950eb3f0eba21b2ade1d1c5565b1ef95c1d1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 17:41:22 2024 +0100
pipelimit: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit 6f6504dd6091d0493a8401b4e71ceea98ad5f6ca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 17:16:11 2024 +0100
mtree: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit d984ba4a6b9cc57e7084a87ca617a9d377659d25
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 17:00:21 2024 +0100
pv: reset buf.s to avoid double free on error for pv_set_xto_attr()
commit 8cf59e2bd1f9bb60d68b52f175df5dad9c34b533
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 16:06:07 2024 +0100
textopsx: add fixup_free* to exported functions
commit 55216ee07d5904adc6e9b9750c5b78c9cf100fcf
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 15:31:16 2024 +0100
tsilo: add fixup_free* to exported functions
commit c499dac336469de50a520adebeaa3b408791f308
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 15:22:20 2024 +0100
tmrec: reformat exported structures
commit f1ce74009aa0266207b054cdacc254bf222cd41c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 15:19:16 2024 +0100
tmx: reformat exported structures
commit a4a1f9d19213dcfa471b7e2accf9b05f5b1b9735
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 15:14:05 2024 +0100
topos_redis: reformat exported structures
commit 8f4e66d3617b38077a827f5ac158074cbd45207c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 15:07:31 2024 +0100
tsilo: reformat exported structures
commit 24961934218578d3a3e8db5e0e6d65b0a31d903a
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 14:54:27 2024 +0100
ims_charging: add fixup_free* to exported functions
commit 065987e8c18b88aeed9b68c2e204ae4b51e56989
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 14:54:04 2024 +0100
uac_redirect: add fixup_free* to exported functions
commit aaf32a472ff0729fd4230a02948ad6e4de06451c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 14:49:54 2024 +0100
uac_redirect: reformat exported structures
commit 96e98152faf6a47c0380a85b9fc9bd63794bbcc6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 14:37:40 2024 +0100
uid_auth_db: add fixup_free* to exported functions
commit 985193bd6ae93e9a6e5517bef4bb5bedba7505a3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 14:32:47 2024 +0100
uid_auth_db: reformat exported structures
commit 20bf9c834030f098fcc934135380eebc7bd4ff45
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 14:29:01 2024 +0100
ims_auth: add fixup_free* to exported functions
commit b3d64393f9c9c87bf76f2d01e2fe4764a3c0aeca
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 13:58:20 2024 +0100
http_async_client: add fixup_free* to exported functions
commit ff6e7d6d7a5288a5f6e247943c6bf45d40c9ed94
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 13:43:53 2024 +0100
htable: add fixup_free* to exported functions
commit 59ec3f219c345f2dd783baaf5fd118f760044ff4
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 12:14:25 2024 +0100
h350: add fixup_free to exported function
commit 13998407d5b42b40586e3c9f605624e26d89d953
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 11:43:07 2024 +0100
group: add fixup_free to exported functions
commit e10302033e42f25cf88b975fe9926d9210028299
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 11:13:21 2024 +0100
geoip2: add fixup_free to exported funrcions
commit 7251ba1fd6c888a2f352cf1763d213031e7e3f6a
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 11:12:03 2024 +0100
geoip: add fixup_free to exported funrcions
commit 8099e2d0b9fdc8826e21013a3fa67d89ebdd88b2
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 10:22:47 2024 +0100
file_out: reformat exported structures
commit 6232b8ae29988bfe17ddf6e0bd483eec854ab72b
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Wed Nov 20 10:15:20 2024 +0100
exec: add fixup_free* to exported functions
commit dd0a9624660ea58aa6f97828ecd526fc7dba3a43
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Nov 19 16:55:03 2024 +0100
evapi: add fixup_free* to exported functions
commit 03287733434a6c2762ffad653917e15bbc462e0c
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Nov 19 16:48:00 2024 +0100
enum: add fixup_free* to exported functions
commit e7cecd66a77669e32e5abc2ff4458e017c2a2f61
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Nov 19 16:07:25 2024 +0100
dlgs: fix some fixup_free
commit a05b143385975f0cce349ff7ea1f4647f175cc3c
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Nov 19 16:02:01 2024 +0100
dispatcher: add fixup_free to several exported functions
commit 52f02ca5f6d09c5323c582c9cf08990f0bc97ac5
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Nov 19 14:57:35 2024 +0100
crypto: add fixup_free function
commit 82e653c026219704a4c065e9a523f88c214b2faf
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Nov 19 14:44:57 2024 +0100
corex: add fixup_free to file_read function
commit ef84f28a61b513a72f4abb96ec0fc1240223add1
Author: Federico Cabiddu <federico.cabiddu@gmail.com>
Date: Tue Nov 19 14:27:20 2024 +0100
cnxcc: add fixup_free function
commit 43563cf9888386aa0d7e4d5f63e9ee1147777e6c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 14:16:50 2024 +0100
uid_avp_db: add fixup_free* to exported functions
commit 5f78ba3367cedcde0c0fb55b8aca6f37b8569e44
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 14:03:12 2024 +0100
uid_avp_db: reformat exported structures
commit d728b14bf2987b89ddfd131f66b62943424afa5f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 13:57:59 2024 +0100
uid_domain: add fixup_free* to exported functions
commit f63e5488b713e1a98ced684d43e9a69e12160516
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 13:44:19 2024 +0100
uid_domain: reformat exported structures
commit 03af5047a38c9df4fbc407505fd03467f1584977
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Nov 20 13:46:10 2024 +0100
modules: readme files regenerated - ims_ipsec_pcscf ... [skip ci]
commit ec783503d3672a7c395894382de52e50f5fb8b91
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 13:40:51 2024 +0100
uuid_gflags: reformat exported structures
commit f4d841ef01fd605a181879b23cbd7ccb179016fd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 13:36:42 2024 +0100
uid_uri_db: reformat exported structures
commit 643f50656a3e06ef7342bebef952a6463f425c4b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 13:33:38 2024 +0100
ims_ipsec_pcscf: docs for ipsec_listen_name parameter
commit 219ebbd7d204687f42fc2ae6cf80f84f443ee467
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 13:29:13 2024 +0100
ims_ipsec_pcscf: added ipsec_listen_name param
- set a common prefix to build socket names
commit 4917045cf2c8a2ab29c82a1b2bb811dc2c645b76
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 13:33:52 2024 +0100
uri_db: add fixup_free* to exported functions
commit 90ecec7e15a961d1ced11ba320ced037677ac61f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 13:32:38 2024 +0100
uri_db: reformat exported structures
commit a72f2f01235af073f4aa74e5380136006e568a6e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 13:28:28 2024 +0100
userblocklist: add fixup_free* to exported functions
commit c2ee05ba775f7a1e9d9be3442da4361f80f64aba
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Nov 20 12:31:10 2024 +0100
modules: readme files regenerated - ims_ipsec_pcscf ... [skip ci]
commit ef23393b657d186eab67738f26ad93379b4c6cca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 12:28:14 2024 +0100
ims_ipsec_pcscf: docs for ipsec_listen_agname parameter
commit c8900d8c4fd129e3486507673b4f10809c5dbf30
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 12:21:09 2024 +0100
ims_ipsec_pcscf: added ipsec_listen_agname parameter
- set async (action) workers group name for udp sockets for
multi-threaded reading
commit d465ac36e39f8d1f79365ff929499b4ecb5c4ae8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 12:27:00 2024 +0100
userblocklist: reformat exported structures
commit 6f1e01e4ec4c6335d19f5cc1eb6e2b4d0381a267
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 12:14:22 2024 +0100
uuid: reformat exported structures
commit 5d9444cac7bf77ea58b762741a6cfe27a0398922
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 12:09:02 2024 +0100
xcap_client: reformat exported structures
commit 4347f1470057ba8a3c7cf8f179a814163c38d34e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 12:08:14 2024 +0100
pua: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit 5f8f4fade15e9b2950f503b2ec5bb49a326a4fc0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 12:04:16 2024 +0100
presence: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit 944b1062bc7660d86048ab6a769183e40181f07a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 11:41:33 2024 +0100
htable: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit d56b7ee42fffe9635bb0fde8427c9ec447a0f771
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 11:37:40 2024 +0100
usrloc: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit d4e3f7f125cea1f8874b858324a804e6b743bb1c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 11:28:34 2024 +0100
tm: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit e409ad5bc13b23ec171d9b66f937cd75731099c3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 11:21:58 2024 +0100
dialog: remove destroy of internal structures on mod-destroy callback
- it is safer and faster to be removed at once by core or OS when application
context is destroyed
commit 43091a5ff118e777f8bf52d4aed69435f97993ea
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 12:04:27 2024 +0100
xcap_server: add fixup_free* to exported functions
commit fbfe344247bf30cad43c47fe6fc35afda1b7a796
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 11:56:45 2024 +0100
xcap_server: reformat exported structures
commit 81b0b9b35f639ab13774bdc30ff549a57d3cfbb5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 11:50:30 2024 +0100
xhttp: add fixup_free* to exported functions
commit 96ac7b469bda367e63824d441d784916181075f6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 11:45:36 2024 +0100
xhttp_pi: reformat exported structures
commit 459d8421f8cb1bd0e8e9084582f7625d30482b1c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 11:20:28 2024 +0100
xhttp_prom: add fixup_free* to exported functions
commit 408af86210eb407b56322d8bdefe3ff6ea72c369
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 11:11:46 2024 +0100
xhttp_prom: reformat exported structures
commit 37afcc67095807cd6159898e2f87debd1353b2ed
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 11:07:01 2024 +0100
xhttp_rpc: reformat exported structures
commit 451066e8e1b98c4c2a59827a661b18155515399d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 11:04:01 2024 +0100
xlog: reformat exported structures
commit 36824d8daf84369f6428643aee7837cf095cf4cf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 10:46:51 2024 +0100
lib/xcap: relocated to archive
- new location: https://github.com/kamailio/kamailio-archive
commit 9cba8b050e45749307fbcbb75abc1d91fc06b917
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 10:45:08 2024 +0100
lib/shm_regex: relocated to archive
- new location: https://github.com/kamailio/kamailio-archive
commit 54a9e5843739968c34c23391d66de58d3815d165
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 10:38:20 2024 +0100
lib/presence: relocated to archive
- new location: https://github.com/kamailio/kamailio-archive
commit d93c750537a7084782b173edde0b16b81516fc60
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 20 10:21:37 2024 +0100
lib/cds: relocated to archive
- new location: https://github.com/kamailio/kamailio-archive
commit d11016326effb138372ac3ba97340a140c147546
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 10:32:39 2024 +0100
xmlrpc: reformat exported structures
commit c34bce14a7dfba19bec7e46705eda3cf5f4298dd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 20 10:23:17 2024 +0100
xmpp: reformat exported structures
commit 1bbb1472d8d940814e4658ac0adcdf809ac7f5ab
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Nov 6 19:10:01 2024 +0100
cnxcc: fix possible mem leaks on errors
commit b14044fac93ef4b43584dd0e14f2b985d41745d6
Author: PertsevRoman <pertsev.roman@gmail.com>
Date: Wed Nov 20 09:11:14 2024 +0100
db_redis: fix: hiredis-cluster build fix
- fixed preprocessing issues if WITH_HIREDIS_CLUSTER specified
- GH #4015
commit a6afb0d599e4dd7c92e5c019dbcf778517485ddb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 23:27:31 2024 +0100
ims_ipsec_pcscf: use the function with ports range for listen sockets
commit 59354fb028ad9dbea1628e94cfbfa7c8648caa05
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 17:37:30 2024 +0100
uac: replace INT_PARAM => PARAM_INT
commit 3c7409db4b0ab09d801a23b2ca03ae4f1f66569c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:24:10 2024 +0100
core: remove backward compability for old PARAM flavor
commit d7c68da667b7cca14fdf8b1be41cf8257e175656
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:27:41 2024 +0100
tls: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 2960e6e21e1d152df97aabe5b02e78ccddab7d37
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:23:58 2024 +0100
xmpp: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 1629292f68f05d16843d5d813ad4c05b3a97c76f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:23:57 2024 +0100
xmlops: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 9f3ff223321cdbeb96c46e451227f984c8b4cf0b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:23:56 2024 +0100
xlog: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit f64fe3ee33ed1ad4be227be3d2addb97c6dd17de
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:23:55 2024 +0100
xhttp_prom: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 58356036361ed8be08bf68bc11107cb1321ea45d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:23:54 2024 +0100
xcap_server: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit b76b7eae00d3c731eb285359f4d9f594b4aa1ba5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:23:54 2024 +0100
usrloc: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 48dde8a0f79f1049cddfba3fcb88e7b8ba3145c4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:23:53 2024 +0100
uac: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit cbbeda5eb9ce6103942358ac9eb77d2f7d6f29d3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:14 2024 +0100
statsc: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 65af78e520870de1528de1877339e317a6bbd75e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:13 2024 +0100
statistics: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 0c05058623a16454b51a78d02890c3a619da7b21
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:12 2024 +0100
sqlops: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit a58531f434acc477f3f60e8fb657ff7e762fe653
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:11 2024 +0100
snmpstats: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 7697ec9b2b1084bd0fa76d278e4937b00b6a8f38
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:10 2024 +0100
slack: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 3ef8b942e55535b44c8d2aee941942abf63ac7b8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:10 2024 +0100
sipcapture: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 44310cf09a799ba52748804792c540100b32119d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:09 2024 +0100
secsipid: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit d2f592ee30ee48abbf5f3a2b8b67a8485a81aeca
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:08 2024 +0100
rtpproxy: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 5ed223685e2b2c304d252b9a772e98d1189f06bf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:06 2024 +0100
rtpengine: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit f70666e399e0c381b6ae48aa789f3924a5435f5e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:06 2024 +0100
rtimer: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit f48ff5b4e95920aa982e51e341eb1da8a41f22f4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:05 2024 +0100
rls: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 6341cc913d9ab360385fd82d3f07f9c1cf264290
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:04 2024 +0100
ratelimit: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 1f62d8fba3097b1b04328515ac75598c81ac65a7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:03 2024 +0100
pvtpl: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 62e11a1a26a90b47f662d2d1d1d06dfeb633dcfb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:02 2024 +0100
pv: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit e75996e155167d6d7ba458c7f86a4354bcca4f07
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:01 2024 +0100
presence_xml: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 5b695ac10ad01b0e712cb35001d1c2806ff033ca
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:15:00 2024 +0100
p_usrloc: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit f8c7be0aa7069b1301b1dd7f8d2bbe85779966d7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:14:59 2024 +0100
nsq: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit d2c1a2915234444b6a32e847badbfb1b7727948d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:14:58 2024 +0100
ndb_redis: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit f5a793cc1ecfe687d1f0395b13383b9798475fa6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:14:57 2024 +0100
ndb_mongodb: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 0b3579ca6084d7bffbf18fe56de6c69443fb252b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:14:56 2024 +0100
nats: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 0b106bc132dcbf346fac8f19219d70bc58f6cc24
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:14:55 2024 +0100
mtree: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 82ffd2ec1797248c9b0e06bb53a99600493cc3c0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:14:54 2024 +0100
mqueue: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit f46df959d6872fd11ac3a00aee52e4bc8e3b6a91
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:14:51 2024 +0100
lrkproxy: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 333a902fd0153c37e6b84e808f690d5b77b4de2b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:36 2024 +0100
keepalive: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit af1d0366bb04b4c2b477597b845bd8f42dc9766f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:35 2024 +0100
kazoo: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 7fd4b165f8944d9449560812d847bb7a1bd76855
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:34 2024 +0100
kafka: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 9ce2f39951aac958af0334c35c0d49b50c0efef1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:34 2024 +0100
janssonrpcc: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 5221a5be50ca6302653cbf4ee2a84bf5fa550da6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:33 2024 +0100
http_client: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit a1b96ad3d585bb7416e54d5c00b75c9c8bfbe65e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:32 2024 +0100
htable: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 1cdf77f8b858786edd80640db84fab27b479bf76
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:30 2024 +0100
evrexec: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 91d8bb6c438cc7ec9f8b3612a73d73355d59d4f9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:29 2024 +0100
dmq: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 609e3bfca1bca136ab14ad3f226ae7eaa36d5f1c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:28 2024 +0100
debugger: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 6dfee7e8e17d4a11d54916b9d545d0d0998a4772
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:27 2024 +0100
db_sqlite: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 98eb219c5964804d1926b0b77e0976327dfba1db
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:26 2024 +0100
db_redis: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit d2e19e91319de379cd4bc5d541a29289658b7d7a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:25 2024 +0100
db_postgres: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 09c5bd4e4ee14a703cc68f98199b24d65b0a10e2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:24 2024 +0100
db_oracle: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit a60fda91dc481d8aae72f634de84f0c9da3cc7ae
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:23 2024 +0100
db_cluster: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 5f13fc982fdf452142142d7d672b866827d165c2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:22 2024 +0100
corex: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 6f5a34f8c9112f3a448d4a874eabb899d512c3c8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:21 2024 +0100
call_control: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 2c909b06e2f4e5f3491af108c8a0078806713247
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:20 2024 +0100
benchmark: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit bc46dd47993fa37541d290d3531103a71d0641c8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:19 2024 +0100
avpops: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 9760052704b5664e903351cf00671eb0cf22e4db
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:18 2024 +0100
auth_xkeys: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit ffc491647a41f36ca668bcf5edddc18e9965bdd6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:17 2024 +0100
auth_ephemeral: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit d1090a2a12f89d21a52fd1d7c3b2fa3238716ef5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:11:16 2024 +0100
app_lua: replace USE_FUNC_PARAM => PARAM_USE_FUNC
commit 4d3fb92547c5f7cb27d25ad81a7c81b08b034ce2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:07 2024 +0100
xmpp: replace INT_PARAM => PARAM_INT
commit 26b0b86473dd0d0083e09365df2c09c5628e2fb0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:07 2024 +0100
xmlops: replace INT_PARAM => PARAM_INT
commit 06aeebc32da9b95bd27b84d508ae2c5961b301fb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:05 2024 +0100
xlog: replace INT_PARAM => PARAM_INT
commit e60c12ebd63328b70d7dd328a10c7b024bf11630
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:05 2024 +0100
xhttp_rpc: replace INT_PARAM => PARAM_INT
commit a1aafe54f28a9648defb97280a88d6da40b294a4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:03 2024 +0100
xhttp_prom: replace INT_PARAM => PARAM_INT
commit c550ee134403816b3d977b9b8ca842aebcad9176
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:02 2024 +0100
xhttp_pi: replace INT_PARAM => PARAM_INT
commit e6289aa3ed739db11f6ebf006b974ed28bd0aa31
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:01 2024 +0100
xcap_server: replace INT_PARAM => PARAM_INT
commit d1affd1ff94dfdbd580eb9893a5d134a97e3b85d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:00 2024 +0100
xcap_client: replace INT_PARAM => PARAM_INT
commit debfabcae86808abd230497599028ef8c154500e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:02:00 2024 +0100
websocket: replace INT_PARAM => PARAM_INT
commit 0dc3772d8fe84ff0c32fc8f85a9ba31b48cdd3bd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:59 2024 +0100
utils: replace INT_PARAM => PARAM_INT
commit fa6e68bd373c0cf577ee391978c95372ff2055e5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:58 2024 +0100
usrloc: replace INT_PARAM => PARAM_INT
commit 7a6b57f5daedafd98181dd4d1681a9b7406e796e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:57 2024 +0100
userblocklist: replace INT_PARAM => PARAM_INT
commit aa2147694d516f41d5fde521835ff470412b7ee4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:56 2024 +0100
uri_db: replace INT_PARAM => PARAM_INT
commit 73a28706090e5f76b42777934a930df077282f7b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:55 2024 +0100
uac_redirect: replace INT_PARAM => PARAM_INT
commit 78ad563f7c5bb8d91771787d2e964f8a15114eed
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:54 2024 +0100
tsilo: replace INT_PARAM => PARAM_INT
commit 4c60cb6c512d5d60d8c2260cc43b433ac1bf6ff2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:53 2024 +0100
topos: replace INT_PARAM => PARAM_INT
commit c880fa5a7219e21f5eb24838e22acd2f7ee8e919
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:52 2024 +0100
tmrec: replace INT_PARAM => PARAM_INT
commit 16e650ece896a5bed33cc4b1fa89e8888c785d46
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:51 2024 +0100
statsc: replace INT_PARAM => PARAM_INT
commit 146374e5895f683af11b952e99b4ea36ca62886f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:50 2024 +0100
sst: replace INT_PARAM => PARAM_INT
commit 145279d69647c032b26437ace89ebc6b1bbee774
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:49 2024 +0100
speeddial: replace INT_PARAM => PARAM_INT
commit a0f36a30dd1ab5cf474f4849092176c6b4ec42ae
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:48 2024 +0100
snmpstats: replace INT_PARAM => PARAM_INT
commit e8f568c1aef2aa4d785d42fc0aebcb2658e61a7e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:43 2024 +0100
sms: replace INT_PARAM => PARAM_INT
commit 33940fe704ea02f6e50f1723307e59d3f9ac4016
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:42 2024 +0100
siptrace: replace INT_PARAM => PARAM_INT
commit 2966cbfb13dc2aa0992ff047b2e6614a4e6421f9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:40 2024 +0100
sipcapture: replace INT_PARAM => PARAM_INT
commit e5dca6d776b148f60c0ad105706f7442a612156c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:39 2024 +0100
sca: replace INT_PARAM => PARAM_INT
commit 2e1f4f51f43c7756fd68853e7fa045d7d840e2b7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:37 2024 +0100
rtpproxy: replace INT_PARAM => PARAM_INT
commit f8ecb1d10a54b8328dfb350b9fcbee96fa39b1f6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:36 2024 +0100
rtpengine: replace INT_PARAM => PARAM_INT
commit 759db1ceb2fab921b0f674f33e965723900b73a8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:35 2024 +0100
rtimer: replace INT_PARAM => PARAM_INT
commit ad2c199f64828589463907aafa8d3569b0baa5db
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:34 2024 +0100
rr: replace INT_PARAM => PARAM_INT
commit 97e3e56716b19bb002b334cedb43541ed8f26949
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:32 2024 +0100
rls: replace INT_PARAM => PARAM_INT
commit 873a4fc248461f4b4813335b620c3a95628b0af3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:31 2024 +0100
registrar: replace INT_PARAM => PARAM_INT
commit 46971846248d3dc3b02b94ca97f08818bd117cd3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:30 2024 +0100
regex: replace INT_PARAM => PARAM_INT
commit 9a4b082fae939e548dbe31eb0c2ea8a96af56839
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:29 2024 +0100
ratelimit: replace INT_PARAM => PARAM_INT
commit 407202a4ef24395a8ed319468b7d25756f1dfaeb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:28 2024 +0100
qos: replace INT_PARAM => PARAM_INT
commit 5ba39263cc1efbeaa45c157ce9720b27f9808753
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:27 2024 +0100
pua_usrloc: replace INT_PARAM => PARAM_INT
commit 05d9e543b31da74d134c0c006d3a8b3eb131aab6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:01:01 2024 +0100
pua_reginfo: replace INT_PARAM => PARAM_INT
commit 051653313752057687304a40baf34c98e66ee0e7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:59 2024 +0100
pua_dialoginfo: replace INT_PARAM => PARAM_INT
commit 9ee2ed7d4e3c345ea778a7740f631f8bd6c023da
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:57 2024 +0100
pua: replace INT_PARAM => PARAM_INT
commit 3771fcaad79bc309849c9572bc706dbd05eba226
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:56 2024 +0100
presence_xml: replace INT_PARAM => PARAM_INT
commit 4e44607fac4b0781e1137d968b87f18e82893ee4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:54 2024 +0100
presence_reginfo: replace INT_PARAM => PARAM_INT
commit f2109a30eebfed22b314c095c6800d2c21adfe39
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:53 2024 +0100
presence_profile: replace INT_PARAM => PARAM_INT
commit b6e03c80eb56a2e3a56c32e8c55fbba75cbd46c6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:52 2024 +0100
presence_mwi: replace INT_PARAM => PARAM_INT
commit eccc7d9de5ba93e8ec258111fbce2c756f9bf752
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:51 2024 +0100
presence_dialoginfo: replace INT_PARAM => PARAM_INT
commit 738964c6c07e9e8f457f30f715db3dcba14b6983
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:50 2024 +0100
presence_conference: replace INT_PARAM => PARAM_INT
commit 2c8f39d0c793199193d4b1ad1f04873bfaed8db5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:48 2024 +0100
presence: replace INT_PARAM => PARAM_INT
commit fc06c3f2394eeced6349930687b97064cddd48fb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:47 2024 +0100
prefix_route: replace INT_PARAM => PARAM_INT
commit 1d5b5feb1f282ffd91e8b96a17df462df3e47966
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:46 2024 +0100
pipelimit: replace INT_PARAM => PARAM_INT
commit 41d1696b8af3bb93e5ff44442b0f43fdd497b769
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:45 2024 +0100
pike: replace INT_PARAM => PARAM_INT
commit 64e5cd6b47a46f863983ee00d67ee144acb0cba7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:43 2024 +0100
permissions: replace INT_PARAM => PARAM_INT
commit 1283cd9cc534a04a3666c8ceb4b4fd9f40bead55
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:42 2024 +0100
peering: replace INT_PARAM => PARAM_INT
commit 08e01cc65c0a488626126de912e372c6a53c9861
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:41 2024 +0100
pdt: replace INT_PARAM => PARAM_INT
commit 36e857db5084ff8f63fe24dc896340d815fe3bfd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:40 2024 +0100
path: replace INT_PARAM => PARAM_INT
commit 1d3518bfcf9ba008f4f52a0ef75b6ead8b876a8b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:38 2024 +0100
p_usrloc: replace INT_PARAM => PARAM_INT
commit 27a2787a5d70bdbe8505f88ecb9af655584340df
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:37 2024 +0100
nsq: replace INT_PARAM => PARAM_INT
commit b567faa1dc5bd184356ff2a40d2a3d4920184998
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:36 2024 +0100
ndb_redis: replace INT_PARAM => PARAM_INT
commit a303af45b60de50ee3c670076ef1d3ab4d1477b8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:35 2024 +0100
ndb_cassandra: replace INT_PARAM => PARAM_INT
commit 538cfbe4a747552b93a76eaf397e39b2ea74d34b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:33 2024 +0100
nats: replace INT_PARAM => PARAM_INT
commit 732bbe7957608f2e78e6ed23cc7cc8ff9d0109bb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:32 2024 +0100
nathelper: replace INT_PARAM => PARAM_INT
commit a1f70f3f5b909543d4a4cc90dea3598d29c4de85
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:31 2024 +0100
nat_traversal: replace INT_PARAM => PARAM_INT
commit 1659212e761f73e29de24a255fbec1696ff3c943
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:29 2024 +0100
mtree: replace INT_PARAM => PARAM_INT
commit 7ff5c893b850dfc678be4b72ffcd3a31fe27bfa1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:28 2024 +0100
msilo: replace INT_PARAM => PARAM_INT
commit 8df8e2268cb1ac8b67ef5b87b408a331610e99c8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:27 2024 +0100
mqueue: replace INT_PARAM => PARAM_INT
commit f4db2faaf3a806b04bb937459cd5fed5d8f3de0f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:17 2024 +0100
mqtt: replace INT_PARAM => PARAM_INT
commit f6213fb89f96eeda989332917c4a4bb993f83a31
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:16 2024 +0100
mohqueue: replace INT_PARAM => PARAM_INT
commit 2fa6b906f56adc73064d02dd2fe9d6de2ade56be
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:15 2024 +0100
misc_radius: replace INT_PARAM => PARAM_INT
commit 1ae5972d87ab7e8034eaeb3269a5a8c2c909e869
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:14 2024 +0100
memcached: replace INT_PARAM => PARAM_INT
commit 09ffbe7ab3f7246e5403e5e64beb9e6e94af922a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:12 2024 +0100
mediaproxy: replace INT_PARAM => PARAM_INT
commit 4cd62de6ede62d6f8358641bb08222fb79393ce6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:11 2024 +0100
maxfwd: replace INT_PARAM => PARAM_INT
commit 719c5b7198065e59e7123379a128c92b7b63a2b0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:00:00 2024 +0100
lrkproxy: replace INT_PARAM => PARAM_INT
commit ed27f4acd19394120ba30e0677248ddd52394c0e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:56:19 2024 +0100
lcr: replace INT_PARAM => PARAM_INT
commit 30bdd8bf169bbd2478d56b7b13c4c31a11e170f2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:56:18 2024 +0100
kazoo: replace INT_PARAM => PARAM_INT
commit 2548c2d33ef3cdecd53d0cb65583aa9056054389
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:50 2024 +0100
jsonrpcc: replace INT_PARAM => PARAM_INT
commit d96effdfed01018041c5d65c64ba388e304e538a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:49 2024 +0100
janssonrpcc: replace INT_PARAM => PARAM_INT
commit 23406dfcd09bdaa2ef9ecfbb268c7259f046f352
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:47 2024 +0100
ims_usrloc_scscf: replace INT_PARAM => PARAM_INT
commit c099a30818483a23bc1e542ca2d66f09ccb6e785
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:46 2024 +0100
ims_usrloc_pcscf: replace INT_PARAM => PARAM_INT
commit c3f8211fb4197af631acb3d0a166ec8fa691c3bc
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:45 2024 +0100
ims_registrar_scscf: replace INT_PARAM => PARAM_INT
commit 111814c07e71c2aa8d461159e53ba0a505e64bc5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:43 2024 +0100
ims_registrar_pcscf: replace INT_PARAM => PARAM_INT
commit 6031cc601c93db0b566997e186403e379bf0773a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:42 2024 +0100
ims_qos_npn: replace INT_PARAM => PARAM_INT
commit d9a356a665acb898029bea3ef27446bdd981fd77
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:23 2024 +0100
ims_qos: replace INT_PARAM => PARAM_INT
commit 548f63e3c2e4a03cb4ff30545e80fbaddc80f3b6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:22 2024 +0100
ims_isc: replace INT_PARAM => PARAM_INT
commit 94d952953b6ca0dc00759aae06cd39a857d59774
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:21 2024 +0100
ims_ipsec_pcscf: replace INT_PARAM => PARAM_INT
commit 97079eaa99f8220316c0fa49a7d0a299df5f1120
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:54:19 2024 +0100
ims_icscf: replace INT_PARAM => PARAM_INT
commit b3104b037d8b85aeacece08260c284317f5f6a92
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:42 2024 +0100
ims_dialog: replace INT_PARAM => PARAM_INT
commit f008e359b4f22fe857c6932de47343f977e12f03
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:41 2024 +0100
ims_charging: replace INT_PARAM => PARAM_INT
commit e61e8d7936b1aa5fb10ec56961183680efa85eb3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:39 2024 +0100
ims_auth: replace INT_PARAM => PARAM_INT
commit 592e84e2e6ee53fd173529bbf454197c5010e742
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:38 2024 +0100
imc: replace INT_PARAM => PARAM_INT
commit 125d7ed361ce0ac4635edae788875ab93fcea05b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:36 2024 +0100
http_async_client: replace INT_PARAM => PARAM_INT
commit 8ebd2019915814f35592edc02283c329b29410f8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:35 2024 +0100
htable: replace INT_PARAM => PARAM_INT
commit 71d953a4d9bd95ab99726c56abbf1320576d82db
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:33 2024 +0100
group: replace INT_PARAM => PARAM_INT
commit 9053478a0f6e6f83857754fa36a6722c94bcdd03
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:04 2024 +0100
exec: replace INT_PARAM => PARAM_INT
commit 361d76d6399eb2b4730135c4d8007ec8163fd10c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:03 2024 +0100
evapi: replace INT_PARAM => PARAM_INT
commit 5294694c1b32c459f9eee1ce6cf35a6ec9a54c02
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:02 2024 +0100
drouting: replace INT_PARAM => PARAM_INT
commit 8f4db59f9a83a1aa852b55f37d5f4ae320254cff
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:53:00 2024 +0100
domain: replace INT_PARAM => PARAM_INT
commit 8c318eaa82c36eff75c1eff63bc980b0166be08b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:59 2024 +0100
dnssec: replace INT_PARAM => PARAM_INT
commit ccbb7a6dfc7b6f0c268477f63fee261134cc0f53
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:58 2024 +0100
dmq_usrloc: replace INT_PARAM => PARAM_INT
commit 5f31f91a6668d6746c535fb7c0cb1cb2dcd3f24d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:57 2024 +0100
dmq: replace INT_PARAM => PARAM_INT
commit 1a78821f036827994526b71b815776eddf8c7e44
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:55 2024 +0100
dispatcher: replace INT_PARAM => PARAM_INT
commit a790cce4b08a8327fdfdbe51fcde9581861b2aa0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:53 2024 +0100
dialog: replace INT_PARAM => PARAM_INT
commit f1bf53c37cdfb07bdd6ce9e4dea34c25a355f64f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:51 2024 +0100
debugger: replace INT_PARAM => PARAM_INT
commit 3f1b697c354542d8a17ab5547ca0fb85ae38f377
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:49 2024 +0100
db_unixodbc: replace INT_PARAM => PARAM_INT
commit 9f1da070122418b474441ccdf26d7fbdea44ae4e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:47 2024 +0100
db_text: replace INT_PARAM => PARAM_INT
commit d86c15ffbd5d90697fa52d0906461a160691b15f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:46 2024 +0100
db_mysql: replace INT_PARAM => PARAM_INT
commit 06bf3bdb4e9701baf723075bcbc470a9db52026d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:44 2024 +0100
db_cluster: replace INT_PARAM => PARAM_INT
commit cabc24fdffcf94aa0357f87c14e0a6325b8b9236
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:43 2024 +0100
db_cassandra: replace INT_PARAM => PARAM_INT
commit b336e5ef4483aa99711701dbae33e3c7d3845eb6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:42 2024 +0100
db_berkeley: replace INT_PARAM => PARAM_INT
commit 4070f9862bc95cc39500b9b3ad44a754f4043330
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:40 2024 +0100
cplc: replace INT_PARAM => PARAM_INT
commit e4e8ee2bc962ba17b7786a0ac6131a53fd690ab1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:39 2024 +0100
corex: replace INT_PARAM => PARAM_INT
commit 9c771b99396053ac2cedeec90555fcc32e5e65cc
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:38 2024 +0100
cnxcc: replace INT_PARAM => PARAM_INT
commit 6b0a1f59e45284cbe782007f814b523da5c62678
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:36 2024 +0100
cfgutils: replace INT_PARAM => PARAM_INT
commit 7110f05f7a763bb89e6c0b27c3e5e69b92c4cc12
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:35 2024 +0100
cfgt: replace INT_PARAM => PARAM_INT
commit ea3efdf05be9ca4270fedf665b24b8e0befb0f57
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:34 2024 +0100
carrierroute: replace INT_PARAM => PARAM_INT
commit b02805f35938e03dc2b0f5dda1c6ff4d022bfc35
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:32 2024 +0100
call_control: replace INT_PARAM => PARAM_INT
commit 7a468df97871d96bdaf375bcb1f5fd9d708bbe44
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:31 2024 +0100
benchmark: replace INT_PARAM => PARAM_INT
commit 891faba7f75fd82deaedd1dfee87b59343075498
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:30 2024 +0100
avpops: replace INT_PARAM => PARAM_INT
commit b2b4ec6be2833c500df5150fafa45e7db209adf1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:28 2024 +0100
auth_radius: replace INT_PARAM => PARAM_INT
commit 0889a3a70adb0ccdfd339b4c35f6adcdd0fe8c75
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:27 2024 +0100
auth_ephemeral: replace INT_PARAM => PARAM_INT
commit 5eaa353eb3daae4942886ae55db3c000dd29ef19
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:26 2024 +0100
auth_diameter: replace INT_PARAM => PARAM_INT
commit 8e7ed343cd00999824276449ac07fac83c7dc5d8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:24 2024 +0100
auth_db: replace INT_PARAM => PARAM_INT
commit fb4a8fe7d7d8902b43428a2c6113143db0e50afb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:23 2024 +0100
auth: replace INT_PARAM => PARAM_INT
commit 9557bdbb9963fc060f9879ff2992d5c2031202d6
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:22 2024 +0100
async: replace INT_PARAM => PARAM_INT
commit 8629aaf9c9a061a3842b903a1d28cb0b0a0e9518
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:20 2024 +0100
app_perl: replace INT_PARAM => PARAM_INT
commit 93c4e849880d7314daa44a9a4d146729aa911f83
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:19 2024 +0100
app_lua: replace INT_PARAM => PARAM_INT
commit e3c69a222a33054199b364d6297837edc1b790e2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:18 2024 +0100
app_java: replace INT_PARAM => PARAM_INT
commit e5e3d4acc238a3feab1fd39bccd25f6df29d43bd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:16 2024 +0100
alias_db: replace INT_PARAM => PARAM_INT
commit 974ff4c442f533faf9441f0961814424d625c3c3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:15 2024 +0100
acc_radius: replace INT_PARAM => PARAM_INT
commit 87027ea0e38e566cca66577e335fb480ffa7563c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:14 2024 +0100
acc_json: replace INT_PARAM => PARAM_INT
commit f711e6240104c59c31913e04ea5bcb91c8d14817
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:12 2024 +0100
acc_diameter: replace INT_PARAM => PARAM_INT
commit a11dd6e8050f54fa7440ee28927a2f368b3a9a03
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:52:11 2024 +0100
acc: replace INT_PARAM => PARAM_INT
commit 38cbe83526f5cb28d8861b38b1c0ab297bc0386c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:45:44 2024 +0100
statsd: replace STR_PARAM => PARAM_STRING
commit b91aab748e914eda57e62ebf13d40732404a554e
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:45:43 2024 +0100
rtpengine: replace STR_PARAM => PARAM_STRING
commit 112a6cd10bd8227d28c316856ccb0a8e6c52eade
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:45:42 2024 +0100
nosip: replace STR_PARAM => PARAM_STRING
commit f522bc4e6203914075fe3c44dc016186825594f0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:45:41 2024 +0100
janssonrpcc: replace STR_PARAM => PARAM_STRING
commit aa2dd0646d9e824b3b5572091132f28d9b0f7491
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 16:45:40 2024 +0100
corex: replace STR_PARAM => PARAM_STRING
commit 294841104b02c98c826a629c2e4a499c1a3d5522
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 19 17:26:08 2024 +0100
tls: clang-format [skip ci]
commit a1acfc753eee120eaeeced60f83f8a64c826bdfe
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 19 16:31:10 2024 +0100
modules: readme files regenerated - rtpengine ... [skip ci]
commit cc4e51c45d23b4450d082ba606445b515788ba61
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 16:20:46 2024 +0100
rtpengine: doc - fix quote tag
commit d93e0bc19f577114ef7e07afad3ce329c399a488
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 16:18:01 2024 +0100
pv: made is_uri_enclosed() condition function inline
commit ff58d71f3d6c01e6c1a000c5f4de8fc8f5bedc3d
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 19 16:16:09 2024 +0100
modules: readme files regenerated - rtpengine ... [skip ci]
commit 75e17db22afa92929054ccf36c8ca9b5daafccd8
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Aug 7 16:07:56 2024 +0000
pv: Ensure URI enclosed in <> when changing Display Name
commit 5a4b91e92b03160e13ef83ad486fb64fdae71c7f
Author: Remco van Vugt <r.vanvugt@raffel.nl>
Date: Fri Oct 18 14:02:40 2024 +0000
kazoo: fixed segfault when using kazoo_query
- Refactored parts of the code to be more readable and DRY
- Split up functions for 3/4/5 arguments passed to avoid segfault
- Fixed pseudovar allocation for returning results
- Tested in 8.5.2
commit ed5899b8213a28eb5659edfd5b1b9740ba6a5ab5
Author: Anton Yabchinskiy <arn@bestmx.net>
Date: Mon Oct 7 15:32:49 2024 +0200
modules/snmpstats: exit with ksr_exit() instead of standard exit()
The former respects the `--atexit=no` from Kamailio command line.
See note on `atexit` in TLS module "Overview".
commit 43f4c0f9455d57f5b4e4963358fe214c85532bc6
Author: Ihor Olkhovskyi <ihor.olkhovskyi@cern.ch>
Date: Fri Oct 11 11:30:25 2024 +0200
rtpengine: update doc
- explicit mention of label= flag
- add explanations regarding mos_A/B_label_pv parameters
- typo fixes
commit 21f12f108bd04b95a51704a570bc8215b26bf71b
Author: AsedMorteza <mortezatorabi001@gmail.com>
Date: Sat Nov 2 15:52:09 2024 +0000
core: add other 4xx reply error count stats
commit 91abfdf6ebf942cbb0234be36812a9513f92f96b
Author: Kent <kent@amtelco.com>
Date: Fri Oct 25 14:44:03 2024 -0500
lib/srdb1: Allow '/' in database URL passwords
- Modify parsing of a database URL so that a '/' character is accepted
as a valid character in the password part of the URL.
commit 66350831872370a5a06f2ee44e8609ceb0164592
Author: Eik Rentzow <rentzow@gmx.de>
Date: Fri Nov 15 14:06:34 2024 +0100
siputils: generated icid-value too short
- icid-value is only 17 charaters and not unique
- Re-parsing of generated PCV with icid-generated is 2 characters too short,
cutting generated-by value or creating false warning
commit 59ac31e496f4d5250567cc3c8fbafa0710f888ed
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 15:09:15 2024 +0100
sca: use core function for parsing to header and uri
- instead of local implementation
commit 84a448b94d2a926285c24f74f60a66d707d05880
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 19 14:31:10 2024 +0100
modules: readme files regenerated - db_sqlite ... [skip ci]
commit 9d21fa0562b8b4379b882d89715c58028eb358dd
Author: Andreas Granig <agranig@linguin.org>
Date: Tue Nov 19 13:52:03 2024 +0100
db_sqlite: Add busy timeout param to improve concurrency
It's needed specifically when setting WAL, because on module loading,
each child creates its own DB connection and sets the WAL (or other
options you might set), and it all happens roughly at the same time.
Without setting the busy-timeout, starting of kamailio will fail
due to locking issues with sqlite.
commit 0d68c816bd72be78fef827ee923897f90c521570
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 12:20:21 2024 +0100
textops: free substitution expression for subst_v()
commit 67497692ff4a74a5cb3dc774184252243ea5c47b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 19 11:55:34 2024 +0100
dispatcher: updated boundary checks for uint32_t ocmin and ocmax
commit 5957ba50c8da1c543272643994190ba015221432
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 18 14:19:38 2024 +0100
core: socket info - relocate ip address conversion for log message
commit 37905817d2a5a2e25a357d5797d0e26c9bb80a39
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Nov 17 20:29:41 2024 +0100
tsilo: switch to get/set T/branch tm api functions
commit da33e5bdefb45730f9b0536ec86d0ef7abc8e3d8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Nov 17 02:18:29 2024 +0100
tm: exports get/set t/branch functions to intermodule api
commit 77f03aabd871dbf86c5106a93eb32ce67d7762bf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Nov 15 11:09:34 2024 +0100
doc: update manpage with missing -B option [skip ci]
* update -l description
commit db2672636a9f029f624059eb6ef69db86a559ff1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 15 09:44:54 2024 +0100
tm: backup/restor current T/branch for rpc reply commands
commit ec30f5831ed3b6684715103b0242ed220e0159be
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 15 09:36:32 2024 +0100
tm: rpc_cancel() switch to get/set T/branch helpers
commit 027ca1b2e1d0857ac039ff8fee9fecadd88bbda0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 15 09:33:52 2024 +0100
tm: small helper functions to get/set current T and branch
- pair for coherent naming
commit af0f0000c4755d01f668570bc6db71f2f534a5c0
Author: Xenofon Karamanos <xk@gilawa.com>
Date: Thu Nov 14 16:10:38 2024 +0000
tm: Fix log level
commit 2d745d21764485c725e2beea91b67cbda83c96f3
Author: Sergey Safarov <s.safarov@anycast-lb.net>
Date: Thu Nov 14 17:47:10 2024 +0200
pkg/kamailio: packaged jwt module
commit 879e074c4517cdda7bbdad343191dcfc9dedcb3c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 14 10:51:58 2024 +0100
tm: backup and restore existing T-references for rpc tm.cancel
- GH #4011
commit 76b250c8b4c2b5bd81b5e776e9e726350bb65b7b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 14 09:57:52 2024 +0100
jwt: use JWT_VALIDATION_SUCCESS for validate check
commit 85456e17df760b3d716aa1207a59ef0c3a29b4b4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 13 14:58:16 2024 +0100
topoh: check if socket name is set for building sockets strings
commit ee85d49710b1dd51e2b89bd39c1c8e42bf02db5b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Nov 12 19:17:05 2024 +0100
app_python3s: fix doc section id [skip ci]
commit a5c12c707307a4e0b94818441398fc08b41393d9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 12 12:16:55 2024 +0100
permissions: reformat exported structures
commit de99a82680d3a065dd51b4835be40d037fd9c08c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 11 18:45:23 2024 +0100
core: udp - option to group multithreaded receivers by group
- set same agname for socket structures
- udp_receiver_mode has to be set to 2
commit 0ea937c592bab36614b79f279ed77d3e63b15a51
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 11 12:33:50 2024 +0100
corex: added agname field to list sockets rpc output
commit 06989030f665d6387c1d9951318656fc6aabbc93
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 11 12:28:41 2024 +0100
core: added agname to sockets list rpc command output
commit 0f240dbccff6dfbacb45dded7d1db202b7e4ea46
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 11 12:19:57 2024 +0100
core: socket - added agname field to bind structure
- action/async group name
commit 0c238c8e3b4a26e99b96378549376e8502ef750f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Nov 9 16:41:07 2024 +0100
tsilo: remove unnecessary init in ts_append_branches()
commit 5801ff9612d9eef9a7b06f91ff533a59020181e9
Author: Michal Hajek <michal.hajek@daktela.com>
Date: Fri Nov 8 11:02:05 2024 +0000
tls_wolfssl: initialize cipher_list for domain (#3920)
commit cabf8b00be9ca5a393da96ef78b8de185ecc0d22
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Nov 8 10:01:12 2024 +0100
modules: readme files regenerated - tm ... [skip ci]
commit 828b216677dc317aace140bcc855b57c27ff76e5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 8 09:58:20 2024 +0100
tm: docs for reply_408_code and reply_408_reason params
commit bedc4c259e5e8178372e1ae545df2869e37421e9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Nov 7 12:15:49 2024 +0100
tm: make configurable the code and reason for generating timeout response
commit 499c3957773cfb7e8e350872832b51b8bdef2c62
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 6 09:11:33 2024 +0100
core: dset - function to get/set all sip branches
commit 0df8c175499da7ee13556fe363170a6e6b8853b5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Nov 6 08:50:53 2024 +0100
core: dset - small helper function to get nr of branches
commit 25bcd948228741db6a393a7928ca629ec2113eb4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Nov 5 17:41:58 2024 +0100
core: dset - renamed common global variable branches
commit cf54baa30db65a96bd732295200503b99b566914
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Nov 5 18:01:09 2024 +0100
modules: readme files regenerated - snmpstats ... [skip ci]
commit 3b3c60f94dd93e460d5bda40c73b2052a4f1bf33
Author: Henning Westerholt <hw@gilawa.com>
Date: Tue Nov 5 16:46:11 2024 +0000
sst: use proper name for ims dialog module in docs
commit 6c408ff8c7b558a725d67898d5f1a8dc3d717c61
Author: Henning Westerholt <hw@gilawa.com>
Date: Tue Nov 5 16:45:50 2024 +0000
snmpstats: use proper name for ims module in docs
commit 0ffe157bc13e7759ae1cee63a584fad4ac9eb38f
Author: S-P Chan <shihping.chan@gmail.com>
Date: Wed Oct 2 13:37:13 2024 +0800
app_python3: refactor GIL and thread state handling
* KEMI Python scripts that use Python threading for background jobs
would observe that the Python threads are not running
This is due to not releasing the GIL when returning to the Kamailio
event loop from KEMI calls
* The module was using PyGILState_Ensure / PyGILState_Release to
ensure thread-correctness
It turns out that in this case these are the wrong functions to use
The main thread is already correct due to Py_Initialize();
the PyGILState_xxx functions are redundant
To release the GIL so Python threads run we use the macros
Py_BLOCK_THREADS/Py_UNBLOCK_THREADS
Note: the PyGILState_XXX functions are for C-threads created
by Python unaware libraries
commit effd74b61aff3fef27386a19035fe2df241650b5
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Oct 1 13:02:08 2024 +0800
app_python3: initial support for free-threading Python
* free-threading build can be disabled by defining
-DKSR_PYTHON_DISABLE_FREETHREADING
* this has no effect if Python is a non-free-threading build
commit c62f78e73390dff617a45a3c2e1f5d0382698510
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Oct 1 12:43:04 2024 +0800
app_python3: clean-up of early imports
commit 16876cf3f87f5447f9f5cb8e795106076409534a
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Oct 1 10:52:45 2024 +0800
app_python3: removal of legacy modules
commit 2fc867d2861b7a16b0b6836e8de295a6b47597a8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Nov 4 21:46:10 2024 +0100
modules: readme files regenerated - timer ... [skip ci]
commit 306d1439900d776e7876320e128cac90288420dd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 4 21:40:28 2024 +0100
tsilo: docs for ts_append_branches(uri)
commit e9574d0833df81ed6c929ade6eee1ff0fc9addd4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Nov 4 21:25:55 2024 +0100
tsilo: added ts_append_branches(uri)
- add current internal branches to the transaction stored for the uri
commit 21c7066842a034d8674e5fac2b7c6fd38b0073e8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Nov 3 19:38:46 2024 +0100
timer: docs - updates to examples
commit 75fd8efcdf46f8745629fbfaf005bfbed5ed89e7
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Nov 2 23:31:10 2024 +0100
modules: readme files regenerated - tm ... [skip ci]
commit d4f3caccbc2bd90d34fe083b208c25582aa5c3d3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Nov 2 23:20:03 2024 +0100
tm: docs for t_cell_append_branches(tindex, tlabel)
commit 520be940f8504fdaed281a8df20618e2f1f77783
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Nov 1 21:24:52 2024 +0100
tm: new function t_cell_append_branches(tindex, tlabel)
- append current branches to a specific transaction identified by index
and label
commit 79d7fae0f26f577356f017cfff5e00c348cf259c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Oct 29 08:20:44 2024 +0100
core: parser sdp - check body end for extract_ice_option()
commit ad919796b24d0c38af136cbad2563e6f98df4b74
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Oct 28 20:52:19 2024 +0100
timer: export timer_enable(...) to kemi
- GH #4008
commit 8e2541ec6126b5665e92cde5eaf17f5a4970cb8d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Oct 27 19:45:07 2024 +0100
timer: formatted exported structures
commit a4f0ee5da93ad64d449c7a95ecad2f3d70aeb975
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Oct 26 19:33:26 2024 +0200
topos: deal with BYE without contact header for mode 1
commit d10257fbfdbb3e3e73c0fe60a224585822bdd7b3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 25 20:45:59 2024 +0200
core: parser sdp - check len gor extracting fmtp
commit 3e5f8deced0cb05710e631601e9098505f1d230a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 24 17:40:04 2024 +0200
dispatcher: debug messages for checking active destinations
commit a6b924be7fd7d4ce6a92ad5a0247077b09a29474
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 23 08:21:16 2024 +0200
topos: extended error log message
- ensure headers are parsed for storage record
commit 824e81319b60054feb81c37b3a8be80523f8c95d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 23 07:48:34 2024 +0200
topos: catch ACK without contact that needs no storage updates
commit c67d8fa0b1015d73b34430f6f8a6afe22ca10cbe
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 16:29:58 2024 +0200
lrkproxy: use core str comparison functions and macros
commit 9ee189883549faffb21d3ae113dafd7ad95757af
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 16:17:35 2024 +0200
pipelimit: use core str comparison functions
commit c44a349964081d397ab9efa3504737bf369f8cf5
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 16:12:42 2024 +0200
ratelimit: use core str comparison functions
commit ef9fa6fb34859890afef70fc3803de360979e213
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 22 15:46:07 2024 +0200
rtpengine: use core str comparison functions and macros
commit 3f38206d88af0fae4c64ee3072eb78ea68f813cb
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Wed Oct 2 14:47:43 2024 +0200
ims_registrar_scscf: fixing em_max_expires
commit a094125433122313c2e02dfc0e9ad5d3a5beaa50
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Oct 22 10:13:59 2024 +0000
db_schema: Create new table definitions
commit e2ea727988828a9683ef112637e25ee4d58032f7
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Thu Oct 3 08:28:50 2024 +0000
db_schema: Add ims_icscf db schema
commit c823f41350ab9186a323707e9be32e31922bec17
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Oct 22 07:41:08 2024 +0200
core: parser sdp - check length for rtpmap extract
commit 0cbb2eb035c7d2a29ae707cde94a2c0573e0ffd5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Oct 22 07:34:29 2024 +0200
jwt: print decode result in error log message
commit 6b7894d66ca65ca99b5987ddc35a7f28c7a88949
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Oct 21 15:01:11 2024 +0200
modules: readme files regenerated - rtpengine ... [skip ci]
commit b1aae5658e84453ce5849a627832efbbb6c20117
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Oct 21 15:53:39 2024 +0300
rtpengine: disable aggressive redetection by default (#3992)
commit 62b4ee4a0d0b62b35c8bdf67e5daf9cbe9a28499
Author: S-P Chan <shihping.chan@gmail.com>
Date: Wed Oct 2 20:28:20 2024 +0800
app_python3s: refactor GIL and thread state handling
* incorrectly using PyGILState_XXX functions; these functions are
for threads launched by Python unaware libraries
* if the KEMI script used Python threading these threads would be
blocked after returning to the Kamailio event loop as the GIL
was not released
Fix is to use Py_BLOCK|UNBLOCK_THREADS macros
commit c81b2b3383c5900aba83672da024c812d8e6d89d
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Oct 1 16:17:39 2024 +0800
app_python3s: initial support for free-threading Python
* build the modules as free-threading compatible if free-threading
Python is detected
* can be gated by -DKSR_PYTHON_DISABLE_FREETHREADING
commit c7f89e81504c425a83f3423bc4b4d9d1a8a48909
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Oct 17 08:21:43 2024 +0200
core: parser sdp - check if body is enough for rtpmap
commit 1869a9d9a7639c6e18e0cc14779a0078ae165917
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Oct 16 12:01:11 2024 +0200
modules: readme files regenerated - async ... [skip ci]
commit cce29af41120cf30c4c22979e772d1ca666408c6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 16 11:46:37 2024 +0200
async: docs updates for async_sleep()
commit e18c52030e202716df9f5e8e953c19fb4a9c65e2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 16 11:05:04 2024 +0200
tls: docs - relocate overview notes to Important Notes section
commit a5b1099c9061551a0b31db8ef88efb2e376b290c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 16 10:49:16 2024 +0200
core: socket info - skip ipv6 link local on interface discovery
commit 39f2053769ea45b1d75a0b73f7f7c14397546b4e
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Oct 15 14:01:10 2024 +0200
modules: readme files regenerated - siputils ... [skip ci]
commit d7c8bc5c58f672004894733d0e6d2a7cb00efe7a
Author: Eik Rentzow <rentzow@gmx.de>
Date: Tue Oct 8 09:11:53 2024 +0200
siputils: bug fix for sip_p_charging_vector
- Bug fix for #3929 and further improvements.
- New buffer usage for P-Charging-Vector handling.
- Added $pcv(status) pseudo-var.
- Added return values for sip_p_charging_vector().
- Much improved error case handling.
- Use send interface for icid-genearted-at:
The icid-generated-at parameter should carry the ip adress of the
egress interface and not of the interface where the message was received.
This is in accordance with other SBC solutions.
commit 05a30ed53fc5657a2d86e1c1bdb9277571a8d17e
Author: Eik Rentzow <rentzow@gmx.de>
Date: Tue Oct 8 07:16:55 2024 +0000
siputils/doc: updated pcv documentation [skip ci]
- Updated documentation to reflect the changes to the $pcv pseudo-var
and the sip_p_charging_vector() function.
commit e802f9187383feb7fdd96c4ded44fda403da4535
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 11 12:37:08 2024 +0200
core: parser sdp - check field length when extracting the value
commit d4bbde619bbf808edebb31e131b3783ba2a4b34d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 11 12:00:53 2024 +0200
core: parse sdp - check for body limit on mixed content
commit fc4817064f81ef9a82b1b1468b1b8a4ae352c1f2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 11 11:41:02 2024 +0200
core: parser sdp - check for length of sendrecv attribute
commit 95fb987bd402432996c616c6582ef430e9441d93
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Oct 11 11:16:09 2024 +0200
modules: readme files regenerated - siptrace ... [skip ci]
commit 337c06b6b43606536f1d37ebfd6e4240aab9cf5a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 11 11:02:35 2024 +0200
siptrace: docs for data_mode param
commit 9d8432f3ffb1f9d07874452e23140be21e75c530
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Oct 11 10:57:05 2024 +0200
siptrace: added parameter data_mode
- control if bind address of advertised address are used
commit 9fb15e2ef93a0d606fa4c6d695a2f13a4b0a8031
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Oct 9 19:50:48 2024 +0200
siptrace: use advertise address if set for trace mode 1 callbacks
commit afebe6b2e597755ae37fd37bdf011fbb2fbbf8fe
Author: aelezovic <adnan.elezovic@infobip.com>
Date: Wed Oct 9 12:17:54 2024 +0200
mongodb: fix cursor error resulting empty result set
commit 2737bb19a363be7c0d67749b75f11c7e9d2d09f3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 15:03:55 2024 +0200
http_async_client: fix warning deprecated-non-prototype
> Warning: ./http_multi.h:64:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
> 64 | int init_http_multi();
> | ^
> http_multi.c:403:5: note: conflicting prototype is here
> 403 | int init_http_multi(struct event_base *evbase, struct http_m_global *wg)
> | ^
> 1 warning generated.
commit ee052fd0a7e7dc703a186a01926a8e64c635d636
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 14:58:40 2024 +0200
sms: fix warning and remove old logic
> Warning: libsms_getsms.c:107:25: warning: implicit conversion from 'int' to 'char' changes value from 183 to -73 [-Wconstant-conversion]
> 107 | ascii[charcounter] = 183;
> | ~ ^~~
> 1 warning generated.
commit eeb17678d77548073a59b54c0a08ebdb48b25fa2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 14:27:03 2024 +0200
kazoo: fix deprecation warning
fixes #3466
From https://github.com/alanxz/rabbitmq-c/blob/c3e4176659aac7d0e497da90a46c08c63b98282a/include/rabbitmq-c/ssl_socket.h#L250
> * \deprecated Since v0.13.0 this is a no-op. OpenSSL automatically manages
> * library initialization and uninitialization.
> Warning: kz_amqp.c:857:3: warning: 'amqp_set_initialize_ssl_library' is deprecated [-Wdeprecated-declarations]
> amqp_set_initialize_ssl_library(1);
> ^
> /usr/include/rabbitmq-c/ssl_socket.h:249:1: note: 'amqp_set_initialize_ssl_library' has been explicitly marked deprecated here
> AMQP_DEPRECATED_EXPORT
> ^
> /usr/include/rabbitmq-c/export.h:29:46: note: expanded from macro 'AMQP_DEPRECATED_EXPORT'
> # define AMQP_DEPRECATED_EXPORT AMQP_EXPORT AMQP_DEPRECATED
> ^
> /usr/include/rabbitmq-c/export.h:25:43: note: expanded from macro 'AMQP_DEPRECATED'
> # define AMQP_DEPRECATED __attribute__ ((__deprecated__))
> ^
> 1 warning generated.
commit a2f7147dded679d025a902aa12beb048ee714c32
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 14:17:34 2024 +0200
rabbitmq: remove deprecation warning
From https://github.com/alanxz/rabbitmq-c/blob/c3e4176659aac7d0e497da90a46c08c63b98282a/include/rabbitmq-c/ssl_socket.h#L250
> * \deprecated Since v0.13.0 this is a no-op. OpenSSL automatically manages
> * library initialization and uninitialization.
> Warning: rabbitmq.c:574:3: warning: 'amqp_set_initialize_ssl_library' is deprecated [-Wdeprecated-declarations]
> amqp_set_initialize_ssl_library(1);
> ^
> /usr/include/rabbitmq-c/ssl_socket.h:249:1: note: 'amqp_set_initialize_ssl_library' has been explicitly marked deprecated here
> AMQP_DEPRECATED_EXPORT
> ^
> /usr/include/rabbitmq-c/export.h:29:46: note: expanded from macro 'AMQP_DEPRECATED_EXPORT'
> # define AMQP_DEPRECATED_EXPORT AMQP_EXPORT AMQP_DEPRECATED
> ^
> /usr/include/rabbitmq-c/export.h:25:43: note: expanded from macro 'AMQP_DEPRECATED'
> # define AMQP_DEPRECATED __attribute__ ((__deprecated__))
> ^
> 1 warning generated.
commit 35a87c98f4e84b65f82376dfb57050f43d0f355f
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 13:26:32 2024 +0200
ims_usrloc_pcscf: fix warning deprecated-non-prototype
> In file included from usrloc_db.c:12:
> Warning: ./usrloc_db.h:131:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
> int use_location_pcscf_table();
> ^
> usrloc_db.c:113:5: note: conflicting prototype is here
> int use_location_pcscf_table(str *domain)
> ^
> 1 warning generated.
commit 7dcc8405ccec19132d27516426137e35e464d4ad
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 13:20:18 2024 +0200
ims_usrloc_pcscf: fix warnings deprecated-non-prototype
> In file included from pcontact.c:46:
> Warning: ./pcontact.h:63:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
> int new_pcontact(
> ^
> pcontact.c:166:5: note: conflicting prototype is here
> int new_pcontact(struct udomain *_d, str *_contact, struct pcontact_info *_ci,
> ^
> 1 warning generated.
> Warning: udomain.c:232:17: warning: passing arguments to 'new_pcontact' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> if(new_pcontact(_d->name, _contact, _ci, _c) < 0) {
> ^
> 1 warning generated.
commit f49012d15a06b27875cf6bca211ad953968b5217
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 13:10:57 2024 +0200
cdp: fix warning deprecated-non-prototype
> Warning: peerstatemachine.c:120:19: warning: passing arguments to 'log_peer_list' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> log_peer_list(L_INFO);
> ^
> Warning: peerstatemachine.c:182:19: warning: passing arguments to 'log_peer_list' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> log_peer_list(L_INFO);
> ^
> Warning: peerstatemachine.c:395:19: warning: passing arguments to 'log_peer_list' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> log_peer_list(L_INFO);
> ^
> Warning: peerstatemachine.c:400:19: warning: passing arguments to 'log_peer_list' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> log_peer_list(L_INFO);
> ^
> Warning: peerstatemachine.c:420:19: warning: passing arguments to 'log_peer_list' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> log_peer_list(L_INFO);
> ^
> Warning: peerstatemachine.c:462:19: warning: passing arguments to 'log_peer_list' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> log_peer_list(L_INFO);
> ^
> Warning: peerstatemachine.c:467:19: warning: passing arguments to 'log_peer_list' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> log_peer_list(L_INFO);
> ^
> 7 warnings generated.
commit 03e49d4e1d806f39ee6aadaedd183a6578108d96
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 13:07:37 2024 +0200
presence: fix warning conflicting prototype
> Warning: presence_dmq.c:38:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
> int pres_dmq_send_all_presentities();
> ^
> presence_dmq.c:487:5: note: conflicting prototype is here
> int pres_dmq_send_all_presentities(dmq_node_t *dmq_node)
> ^
> 1 warning generated.
commit b0e16a57eab4d4d4113054aa2b79452da82dd7c9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 13:03:37 2024 +0200
call_control: fix warning unused variable
> Warning: call_control.c:1098:7: warning: unused variable 'param' [-Wunused-variable]
> int *param;
> ^
> Warning: call_control.c:1099:13: warning: unused variable 'type' [-Wunused-variable]
> modparam_t type;
> ^
> 2 warnings generated.
commit ce4107a6f654a4bc4462efb90f3cc5e8c73bf9ed
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 13:01:03 2024 +0200
tm: fix warning uninitialized variable
> Warning: t_fwd.c:1919:46: warning: variable 'port' is uninitialized when used here [-Wuninitialized]
> ret = forward_request_uac(p_msg, &host, port, &dst);
> ^~~~
> t_fwd.c:1843:21: note: initialize the variable 'port' to silence this warning
> unsigned short port;
> ^
> = 0
> 1 warning generated.
commit 9475837b209c91366e8bb40416552b02c13aaf3a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Oct 8 10:59:16 2024 +0200
core/rand: fix -Wdeprecated-non-prototype
> Warning: core/rand/isaac/rand.c:28:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> void isaac(ctx) randctx *ctx;
> ^
> Warning: core/rand/isaac/rand.c:81:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
> void randinit(ctx, flag) randctx *ctx;
commit 66fe6eb71e58a02222d1a2fb00f9a0cdb863134c
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Mon Sep 16 14:24:59 2024 +0200
dialog: Remove dlg_flag docs
Related to #3961
commit 7acfe7723b4772ca45ce31ae98bf3d0b6948f50a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 30 15:40:47 2024 +0200
core: socket info - do not use interface index as internal array index
- there are cases when the interface number is high, even if there are
only a few real network interfaces, which can result in inability to
listen on them
commit 566eec1f6a035479619f6970c5386d501d5fce23
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Sep 30 13:59:22 2024 +0200
pkg/kamailio/deb: version set 6.0.0~dev3 [skip ci]
commit b7dcbc37aceaefecf9a0f7367526a331d42269ea
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 30 12:54:11 2024 +0200
core: socket info - relocate check for index to get more debugging details
commit ccc106922802213253f03f181d10fe83aa93da94
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Sep 18 12:04:10 2024 +0000
tm: move local-request event route to the right location to access CANCEL
commit 6848dd7d656f872013c857b6b78ebd8bae9b8604
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 25 10:10:11 2024 +0200
Makefile.defs: version set to 6.0.0-dev3
commit 621f3132708405939d3a40fb98ae57b793cd246e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 25 10:07:44 2024 +0200
core: print errno on tcp bind failure
- log message with value of sr_bind_ipv6_link_local
commit 307d6db88c218ffd5dc9d6e7de6425ac4ef24748
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Sep 19 08:54:32 2024 +0200
tm: remove extra + used before MAXFWD_HEADER_LEN
commit f7045d1c08d37e91ee7e96e415c06b218aee98fd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 18 19:22:53 2024 +0200
core: reqorked check for incompatible modes of bind_ipv6_link_local
commit ba6ab04e06b0dfd66874749e0cb1225f2ee273ac
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Wed Sep 18 09:45:54 2024 +0000
pkg/kamailio: removed geoip module rpm packaging [skip ci]
fixes #GH3886
commit 7e8e6e32a348120bc8e4eef42a4304b3473091a4
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Sep 18 10:16:10 2024 +0200
modules: readme files regenerated - kafka ... [skip ci]
commit 16f8f093df6af14528e18425553784d97999dc6e
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Sep 16 13:46:14 2024 +0200
modules: readme files regenerated - acc ... [skip ci]
commit cb8c3221119a580a16f633fdb2d968a67354defc
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Aug 27 11:46:02 2024 +0200
sca: documentation for contact_fallback parameter [skip ci]
commit 474f55c2d85f6d407957210ff777e8c38a102b89
Author: Sipwise Development Team <support@sipwise.com>
Date: Thu Mar 26 10:06:46 2020 +0100
sca: contact_fallback parameter
commit 556682f8e2cf7e064b7df1ff31fdc496dc51b7ac
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Aug 26 13:30:24 2024 +0300
kafka: Fix per topic stats bug
Bug added by me in commit 0b5e6ac310b7acdf96da0ec6bcbdca021a5089a2.
commit bb5bd6e137c758e06736764d823f7437b78d6207
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Thu Aug 22 17:45:23 2024 +0300
kafka: Add interceptor for broker state
So far there is no message logged by librdkafka or kamailio when broker is
back up again. The only way to find out that broker is back up is to
constatntly check kamcmd stats when errors stop growing.
Broker state interceptor is available since librdkafka v2.0.0-RC1
(Dec 21 2022). So only if you are using that librdkafka version,
or newer than that, this code will be enabled.
commit fa92c728c10752824ef991d6828c1ddeea92fbe8
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Thu Aug 22 13:17:34 2024 +0300
kafka: Add brokers via librdkafka config object
This is because rd_kafka_brokers_add() is deprecated and will log a
CONFWARN message when kamailio starts.
commit c31c91fc36dda736b0c19f66ac38b1cc500bfe8b
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Wed Aug 21 10:44:30 2024 +0300
kafka: Update doc with the new modparams
commit 43f56e4787c00f78b5ec2c2fb64ebe69c089c440
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Tue Aug 20 17:18:20 2024 +0300
kafka: Update kfk_stats_add() to use str topic
Also count stats on kfk_message_send() errors.
Also call rd_kafka_poll() even on kfk_message_send() errors.
commit 6a81d90c8c0ec0ca7a3c1823c53efb51b0556ed0
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Aug 12 18:57:50 2024 +0300
kafka: export statistics for total/err messages
commit d104324ec86190d8ce0886f11fea9b131f46a877
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Aug 12 17:51:05 2024 +0300
kafka: add modparam metadata_timeout
commit a544b14e0bdc331820a505517a52477879734e7c
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Aug 12 17:29:04 2024 +0300
kafka: add modparam log_without_overflow
commit 741bb148ddf4311679cfa6e379fa8bdbc8fac5e5
Author: Stefan Mititelu <stefan.mititelu@net2phone.com>
Date: Mon Aug 12 16:56:55 2024 +0300
kafka: add modparam init_without_kafka
commit 72889e945041b6475a43c371aa4e20e99f5d1240
Author: Thomas <1258170+ThomasSevestre@users.noreply.github.com>
Date: Mon Sep 2 20:27:26 2024 +0200
topos_redis : show redis error for post mortem analysis
commit abaf42a735b00af8cbfec90888d2ef3397e5040d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 18 09:52:32 2024 +0200
core: use advertise port only when set for via header
commit d9ae203c637f53725556fea0ba82f7ae014ee508
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Sep 18 08:54:01 2024 +0200
pkg/kamailio/deb: remove geoip package
related #3886
commit 1d2b4d5ed6cd31c5cd6d6a60d80b86a1f66fac79
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Sep 17 10:16:25 2024 +0200
core: relocate core rpc, cfg locks and shutdown var initialization
- done now after shm initialization, shm being used for rpc reload
delta, the locks need also shm
commit 5746db1c5a99eaeaf7f97d520232f014548c912d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Sep 16 19:37:03 2024 +0200
app_jsdt: add support for loong64
From: liuxiang <liuxiang@loongson.cn>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060901
fixes #3976
commit 99710daa8b05a0a37ef3bb35e2ffd723908037f4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 16 15:27:42 2024 +0200
core: proper condition for bind_ipv6_link_local modes
commit faca8e7a20255d90a4786fd4043005ead9dfc5df
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Aug 27 13:59:31 2024 +0000
tm: Emit request event when cancel is called
commit 45a93b46f0845867fdc1fd07a798eda6a9480816
Author: Henning Westerholt <hw@gilawa.com>
Date: Mon Sep 16 11:45:11 2024 +0000
sst: small white space change in docs after dialog flag removal (commit 7e139951dc)
commit 30a362bd5d91205135721bf8bce129e41cef9651
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Sep 2 14:50:15 2024 +0000
nat_traversal: Remove dlg_flag and update docs
commit 60a5ea45c5cc18b7074330da52ed1944cfbf3fbb
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Sep 2 14:33:10 2024 +0000
mediaproxy: Remove dlg_flag and update docs
commit 013c3f1cc52d4ae2c68496cddf0f1122ffc079e1
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Sep 2 14:31:14 2024 +0000
cnxcc: Remove dlg_flag and update docs
commit 5115ea20322ef32d581c1dd8f581dfd780a5094c
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Sep 2 14:11:01 2024 +0000
call_control: Remove dlg_flag and update docs
commit 7e139951dc925f60bdd37ce699b38188cb223888
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri Aug 30 12:29:25 2024 +0000
sst: Remove dlg_flag docs
commit 435fa668e1709df8c3025961fa7a38224483914e
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri Aug 30 12:15:37 2024 +0000
pua_dialoginfo: Remove dlg_flag docs
commit f612c9583072eb22dc477c11d000541ab8b944ad
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri Aug 30 12:07:13 2024 +0000
qos: Remove dlg_flag docs
commit fbe3aedee492ceb23ef53c967f1fe256a94d876f
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri Aug 30 11:26:46 2024 +0000
acc: Remove dlg_flag docs
commit 81f966174275b715608f50aae606d40a791dd67c
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Thu Aug 29 07:55:44 2024 +0000
dialog/doc: Remove dlg_flag docs and suggest dlg_manage() instead.
commit e60a06469503c566d40437e69cf3374aad361251
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Aug 28 12:49:51 2024 +0000
dialog: Drop support for dlg_flag parameter
commit 11f207306a1da400f4252a1fafd456cda015fb3b
Author: Moheb <bazrafshan.m.h@gmail.com>
Date: Mon Aug 19 07:47:13 2024 +0000
cdp: export all functions in KEMI module
- Added `cdp_has_app` function:
- Accepts a single parameter:
- `application`: The Application ID.
- Added `cdp_has_app2` function:
- Accepts two parameters:
- `vendorid`: The Vendor ID associated with the application.
- `application`: The Application ID.
- Added cdp_check_peer function:
- Accepts one parameter:
- `fqdn`: the Fully qualified domain name of the peer, that should
be checked. The parameter may contain pseudovariables.
NOTE: All parameters are passed as standard strings.
commit 15d81a0151aa46a20f95fb8c6dc2665d03e741aa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 16 12:18:54 2024 +0200
core: use macro to check send_port_str value
commit c09a29369f03f6c5e621a94b5b853047490568aa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 16 10:42:19 2024 +0200
core: use advertised port for recv socket only when set
commit 0f423f97607416edcff8d0f1612fad7af29b6064
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 16 09:15:40 2024 +0200
core: use advertised port only when explicitely set
- do not fallback to socket port
commit 6cf255dee8620ffa1a5be1bb23a1b767015218fa
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 29 11:22:31 2024 +0200
app_mono: module relocated to archive
fixes #3963
commit f0dbb620c1de59732b5f379af16b37713afffc56
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 29 11:21:54 2024 +0200
Makefile.groups: remove app_mono
related #3963
commit fa17af660dc754cd46c747ec8c3216ef52fd4fcc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Sep 14 22:07:35 2024 +0200
core: skip interfaces with index over max iface limit
commit a078f14050b6d31bfbcd3562306923c0c4ad73e3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Sep 13 22:07:26 2024 +0200
ldap: remove unused variable in child_init
fixes #3974
> ldap_mod.c: In function ‘child_init’:
> ldap_mod.c:156:13: warning: unused variable ‘ret’ [-Wunused-variable]
> 156 | int ret = 0;
commit 8257f042f6bc7b59955b3d103cad55f8be4dac26
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Sep 13 22:43:43 2024 +0300
pkg/kamailio: RPM packaged ims_qos_npn
commit b1c9dac2c382a98997d5771921af5aa3235876c0
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Fri Sep 13 22:08:17 2024 +0300
pkg/kamailio: fixed python module build on RHEL based dists
commit 86770d203bde6859284ec8862be66d78efd2715a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Sep 13 08:50:35 2024 +0200
core: check for incompatible modes for bind_ipv6_link_local
- a few more debug messages
commit fd95b95035a7da088a94888132326d463191da83
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Sep 12 16:23:02 2024 +0200
core: socket info - set address also for link local items
- updates to log messages
commit bd4c068ee9c8e18dc76f8154d3fa4c438972b79c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Sep 12 10:34:55 2024 +0200
core: check for items with emtpy address when discovering the network interfaces
- it may be returned on some OSes, preventing to start
commit 15823c3eda3a332d22d9132a873d755aa024892f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Sep 12 10:10:33 2024 +0200
core: log message about interface flags made info
- small updates to a couple of error messages
commit 2bcd29a7a2981670baea0b7fb2e8454b5ad9f4d7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Sep 10 18:01:57 2024 +0200
core: option to skip auto-bind on ipv6 local link
- set bind_ipv6_link_local=2
commit 42c107b9e5d5822cd2bd16f7b5d57b66bcde0861
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Sep 10 11:26:13 2024 +0200
permissions: reformat rpc exports
commit 4534d71f0e3f53d3f13ecd760e07d6d402b666c4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Sep 10 07:51:05 2024 +0200
permissions: use core fixup function
- add a few fixup-free functions to exports
commit e6a3b3554af01e5141ba063df408a06b28261927
Author: Lucian Balaceanu <lucian.balaceanu@1and1.ro>
Date: Wed Sep 4 11:55:57 2024 +0300
core: parser - use sip_parser_log
Silencing messages that tend to appear when processing HEP.
commit c5c84099fc29623c4f0b8faf9e6151eeaf4421c1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 9 11:29:20 2024 +0200
core: dprint - add possibility to set the structured log function
commit 8a13a1d8301aa22baa9b3a52b891fd04a04c3768
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Sep 6 10:16:50 2024 +0200
utils/kamctl: regenerate db table definitions
commit 12cdb896fed98a38bfd9b77e1ace1dd346901cc3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Sep 6 10:07:41 2024 +0200
lib/srdb1/schema: increase default size of columns for htable
- same type, version kept, code nca work with different size already
commit 60165196ad3144597c24eb9f7bb7fb0cd56f8c25
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Sep 5 11:28:08 2024 +0200
registrar: safety check for uri and remove duplicated aor extract
- follow up of changes from previous commit
commit aa794581ecf105b5313d2f5b8bcfe516ab337936
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Sep 5 09:01:52 2024 +0200
core: try to lookup connection for WSS when TCPCONN_MATCH_STRICT is set
- URIs have always transport ws, but most likely the connection is wss
- GH #3969
commit 744e5ac9678c0c9ef07bfb0de44c7c478a2debdc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 4 19:36:34 2024 +0200
nathelper: add_contact_alias() with parameters to enclose ipv6 in square brackets
- the add_contact_alias() without parameters was doing it already
- discovered while investigating GH #3968
commit 6e01172a138d395fa3f7c3f25238647934137dba
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 4 18:54:22 2024 +0200
nathelper: check if alias ipv6 has already square brackets
- GH #3968
commit 21e2d96672ccbe65eebdf64f839a1ce465a11b7c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 4 13:02:19 2024 +0200
registrar: use parsed uri parameter when provided for save()
- instead of to-uri, aor being built from uri parameter
commit 29686758e1ce51abb8d8dd5bebb0d7fa1a019dc6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Sep 4 12:43:59 2024 +0200
auth_xkey: use memcpy() instead of strncpy()
commit 637d53ff2e02273fe35901a42d021c976467514b
Author: Henning Westerholt <hw@gilawa.com>
Date: Wed Sep 4 07:37:56 2024 +0000
tls: improvement to openssl version output and FIPS mode logging
- output numerical openssl version also for openssl 3.x for easier comparison
- change log level for deactivated FIPS mode to DBG, as its rarely used
commit 228c59851878fed15d8b34e43938c281729e518d
Author: Henning Westerholt <hw@gilawa.com>
Date: Wed Sep 4 06:53:31 2024 +0000
tls: replace em dash with hyphen (reported from Bastian Triller, GH #3966)
commit 5526809c2f00a50dfa217d2fbfd688c7abed99f3
Author: Henning Westerholt <hw@gilawa.com>
Date: Wed Sep 4 06:30:45 2024 +0000
tls: improve informational messages on startup for DH and ECDH support in OpenSSL
commit 04208090638a639cdf03fafb1df161cd71f74c7e
Author: Henning Westerholt <hw@gilawa.com>
Date: Wed Sep 4 06:22:33 2024 +0000
tls: extend startup information for OpenSSL library
- output compiled and run-time library version for OpensSL
- also output FIPS mode if activated
- needs at least OpenSSL version 3.x
commit 1c2cb9980082a6a1a8e3986330d9b80c49ef7801
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Sep 3 23:24:49 2024 +0200
registrar: when provided, use host part from uri parameter
- instread of the To URI, which can be different
commit cf99bd53379694f9077433e05b5ac00ca43fda85
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Sep 3 18:16:10 2024 +0200
modules: readme files regenerated - secsipid ... [skip ci]
commit 7abbc93d8db807077ca2afc10b026be0835f4b65
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Sep 3 18:08:44 2024 +0200
secsipid: docs update about libsecsipid installation
commit 324611b2ecfe2fda25abc8114361d00a9e654772
Author: Farzaneh Soltanzadeh <f.soltanzade72@gmail.com>
Date: Mon Sep 2 15:34:19 2024 +0330
rtpengine: use ki functions as exported api functions (#3956)
- remove extra funcs
- change functions name
Co-authored-by: Farzaneh Soltanzadeh <fr.soltanzadeh@resaa.net>
commit c3c75bf23fd07db1b5a2b83fa06eddc86ae2ed0f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Sep 2 08:44:30 2024 +0200
secfilter: cfg functions execute the kemi functions
- cfg functions may get the option to have cfg variables, which can
break the old approach without any warning
- itnernal function rename to not use common cfg wrapper prefix and also
have pointer to parameter, not value
- small formatting updates
commit 5c5bf3a7c974d0378aba0ce07730e54377d69f41
Author: Moheb <bazrafshan.m.h@gmail.com>
Date: Mon Aug 12 12:11:05 2024 +0000
secfilter: export all functions to KEMI
- all secfilter functions are exported to KEMI
commit fde8bd21dca9c8b45b314b04b21f742363f028b1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Fri Aug 30 12:52:46 2024 +0200
http_client: clang-format
commit bf13837461d859887172bf879ab4918f50d12dc6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 30 11:44:03 2024 +0200
corex: removed unused parameter from ki_forward_uac()
commit 927acf4c4e9bfaa97eb2b9d4f3163a26b97244aa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 30 11:39:58 2024 +0200
sca: new function that accepts to/from uri so the kemi exports are still valid
commit 4a57efa0f7ed2560420e10d0fe70037a14a12c12
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 30 11:36:29 2024 +0200
sca: remove function name from log message
commit 0a2517f6e1b6a49eafd1846c1d65b4420ed404f5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 29 11:45:58 2024 +0200
siputils: export sip_parse_headers() to kemi
commit 2d7902708fa214d34cb4123857eba95257c659b1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 29 11:27:42 2024 +0200
pkg/kamailio/deb: remove app_mono from builds
related #3963
commit 4d87f29248d36d873784827204f272116050343d
Author: S-P Chan <shihping.chan@gmail.com>
Date: Thu Aug 29 16:11:22 2024 +0800
app_python3: bump to 3.12 for el8/el9
commit 6cae3661419d8d79fc8fb0463f6787b06911fa9d
Author: Michel Pelletier <michel@voip.ms>
Date: Wed Aug 28 12:49:46 2024 -0600
app_python3: Fixes Kemi TypeError thrown when latency_limit_action is exceeded.
Replace PyBytes_AsString(..) calls with calls to PyUnicode_AsUTF8(..) in the PY_VERSION_HEX >= 0x030B0000 block of apy_kemi.c.
The PyBytes_AsString expects a Bytes value but receives a Unicode value instead, thus causing the TypeError exception.
commit 98825a7bef452cae015e7491cfba1c7aad6051e2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Aug 28 11:01:25 2024 +0200
pkg/kamailio/deb: fix noble lintian errors [skip ci]
commit 6502872d35d9bd7043bf54cd1d640dd64ae87115
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Aug 28 10:51:44 2024 +0200
usrloc: mark contacts with keepalive sent
- properly detect if the contact record has to be expired or not
commit c2ea356b9178c989083111dbc3bf13d993640dc8
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Aug 27 15:59:41 2024 +0200
pkg/kamailio/deb: add kafka package
fixes #3952
commit 7a390e0a297278b6d319c78f74b8179ed6a25c3b
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 27 12:46:11 2024 +0200
modules: readme files regenerated - tm ... [skip ci]
commit b67bb7a1bc4c710d33e242cea94a192297660c75
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 12:42:13 2024 +0200
tm: docs for header_mode flag 2
commit f409ffa05fcefc11dbfaef0cfedcc7cee0911b2a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 12:37:43 2024 +0200
corex: handle return code from core functions for uac forwarding
commit 31c77b2f81e23666fbd8d6d249d6b8ddce06483a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 12:34:39 2024 +0200
core: propagate return code for forward uac helpers
commit efcb697e34f767ccb243c181c9d557d136eada2e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 12:23:53 2024 +0200
corex: export to kemi the forward uac functions
commit 69b4380222121321412afc70dfafe39961551f41
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 12:18:09 2024 +0200
tm: new headers_mode flag 2
- statelss uac-style forwarding of CANCEL
commit 233dda7b9a1ca6954c35f2f0b271cb9bc4c813d9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 12:01:17 2024 +0200
core: helper function to forward uac style with dst attributes
commit f58c1a0b74cce2f3abca540d0d6cb826d3d7b637
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 11:40:05 2024 +0200
corex: updates to forward-uac functions after code relocation
commit a8162b513443fd688ab66e470748cc948c811a6a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 11:33:18 2024 +0200
core: relocated function for stateless forwarding uac style
commit bf9dec59480cb8bed1deaa7670454b57045b8b90
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 11:16:57 2024 +0200
tm: implement headers_mode option for build_local()
commit aba3c191e4d00666cb4a9e0c646057df4976d133
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 27 08:51:19 2024 +0200
corex: backup and restor internal flags for forward uac mode
commit a30839fceabbab3be18e01ec6f39c9e0d542f6b6
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 27 10:16:10 2024 +0200
modules: readme files regenerated - pua_dialoginfo ... [skip ci]
commit c06ed1864f37e5574345601489427a8623d24e34
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 22 11:09:30 2024 +0200
pua_dialoginfo: document use_uuid parameter
commit 6ba2fba382704b0c693a1ca5745db6203c12f2a0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 22 11:24:20 2024 +0200
pua_dialoginfo: use_uuid parameter
generate pres_id using libuuid via uuid module
commit bbb869441feb141d6732926973a6a95224d70a17
Author: Victor Seva <vseva@sipwise.com>
Date: Tue Jul 30 16:13:33 2024 +0200
pua: get_record_puadb() add pres_uri to the query
if pres_uri is present, added to the query to avoid this kind of
errors:
> pua [pua_db.c:895]: get_record_puadb(): Too many rows found (2)
Since there's always in our case two records with the same pres_id
(callee|caller):
| 27 | sip:testgroup1010@invite-group-parallel.scenarios-pbx.test | DIALOG_PUBLISH.padi-66c6f28a-108ad-4 | 32 | 1724318050 | 1724338210 | 1024 | a.1724314250.67760.9.0 |
| 29 | sip:testuser1003@invite-group-parallel.scenarios-pbx.test | DIALOG_PUBLISH.padi-66c6f28a-108ad-4 | 32 | 1724318050 | 1724338210 | 1024 | a.1724314250.67757.8.0 |
commit 30d9ef64d7162d53290c1f18d0b89a33010084a1
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Aug 27 10:01:21 2024 +0200
pkg/kamailio/deb: add Ubuntu 24.04 (Noble Numbat) support [skip ci]
commit 2581d7aa2fd9c14c76b75274ea42fb94a87c4684
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 27 09:46:09 2024 +0200
modules: readme files regenerated - sca ... [skip ci]
commit c9a9fcd4429de8c7da7cb3ab9cebe077edea91bf
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Jul 23 12:42:35 2024 +0200
sca: add support custom [to|from]_uri
* module parameters [from|to]_uri_avp to store
* sca_handle_subscribe() support [from|to_uri] parameters
Add the possibility of define what is the URI value
for To and/or From instead of the values from the SIP message
commit ed6730aa64e0e7c1580584d6f808e76a665e5882
Author: Andrii Pogrebennyk <andrii@ng-voice.com>
Date: Wed Aug 21 11:17:40 2024 +0200
pua_reginfo: free pkg memory after getting the content of each XML attribute
- free the memory from the state XML attribute that was returned and immediately
used in another function call without freeing leaving one small mem leak;
- add comments but keep the dead code regarding parsed but unused attrs.
commit 1c5983c8f7ab7a93b5c96efeaa9600b6f2246d13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Aug 26 21:05:15 2024 +0000
github: [skip ci]: bump tj-actions/changed-files from 44 to 45
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
commit 9743c1226e95e9a9f890d6c22ad1da7b9f9cc543
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 26 18:07:47 2024 +0200
corex: set internal flag FL_VIA_NORECEIVED for forward_uac() variants
commit 3acf129660be4e2d9f4dfa68ad3ec6d25c43fbf1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Aug 26 15:46:11 2024 +0200
modules: readme files regenerated - siputils ... [skip ci]
commit 52036e2772821459daea6d5ac98a3710d9daec13
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 26 15:39:20 2024 +0200
siputils: docs for sip_parse_headers() function
commit c04e236721f9572a2655e39b8c5136bd23f95dd3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 26 15:00:07 2024 +0200
siputils: added function to parse headers
- could be useful after applying changes or replacing message buffer content
commit fad4fbc3131ec261cd552d821eaf5a20157cfc65
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Aug 23 12:31:10 2024 +0200
modules: readme files regenerated - tm ... [skip ci]
commit f2c31f5948cc8f6df652d193372973b1da748d51
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 23 11:22:39 2024 +0200
tm: docs for headers_mode parameter
commit e84ef54979dd05e92c65f96c7b1336aefd28faa2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 23 11:03:31 2024 +0200
tm: new parameter headers_mode
- control if headers from incoming CANCEL should be propagated to
hop-by-hop generated CANCEL
- default 0, do not propagate (exiting behaviour)
commit 9783c270eae580b22e73349ac72afd864b1de592
Author: Henning Westerholt <hw@gilawa.com>
Date: Fri Aug 23 10:17:02 2024 +0000
core: main - safety check for invalid syntax in listen parameter
commit d44b13cd91183e12aed1a3c5ee41f9d22ddac074
Author: Henning Westerholt <hw@gilawa.com>
Date: Fri Aug 23 09:28:24 2024 +0000
core: main - add support for socket names as command line parameters
- format: [proto:]addr_lst[:port][/advaddr][/socket_name]
- example: -l udp:127.0.0.1:5060/1.1.1.1:5060/local
- Listening on: udp: 127.0.0.1:5060 name local advertise udp:1.1.1.1:5060
- based on a pull-request from Xenofon Karamanos (GH #3954)
commit 57144a263680e86616dea49e9f2ca9f84a48d777
Author: Henning Westerholt <hw@gilawa.com>
Date: Fri Aug 23 09:26:06 2024 +0000
core: add new function pkg_char_dup, similar as shm_char_dup but for PKG memory
commit e839563d3bd572dd60c6045cc71461ec39cdf290
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Aug 22 13:31:10 2024 +0200
modules: readme files regenerated - tm ... [skip ci]
commit c622429b1514f49d36519248f90b647f7b7b3144
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 22 13:22:03 2024 +0200
tm: align comments
commit 2d2daa0e69e57787d974dfae6826f03397109be2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 22 11:47:09 2024 +0200
tm: docs for e2e_cancel_hop_by_hop parameter
commit 138958103c4083c5273a6019169514a54623fb45
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 22 11:07:33 2024 +0200
tm: compile define E2E_CANCEL_HOP_BY_HOP turned into modparam
- easier to control without recompilation with modparam e2e_cancel_hop_by_hop
- default 1, same as so far, with E2E_CANCEL_HOP_BY_HOP defined
commit 82abbf4cce93845352e158db03516236e99ebd87
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Aug 22 12:01:10 2024 +0200
modules: readme files regenerated - presence_conference ... [skip ci]
commit 20f7aa0d0fe2f152e47321657983e7fdbaa4727d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 22 11:46:55 2024 +0200
presence_conference: add a note about deactivated MI cmds to docs [skip ci]
commit 59862ba222127b89e5d547dfb86e206ea8d0588d
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 22 11:45:13 2024 +0200
presence_conference: add section ID's to documentation [skip ci]
commit 748da56717800c36c43bb6fe3739011f3d3105e0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 22 11:20:17 2024 +0200
pua_dialoginfo: reformat exported structures more human friendly
commit aba56a5aa3b8fa4f07d0c52cd7fd2d56103ca56c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Aug 22 11:06:47 2024 +0200
pua_dialoginfo: add section ID's to documentation
commit 3c6bc5db3e2651784d95ef80d6de24973ffc963c
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Aug 22 10:46:10 2024 +0200
modules: readme files regenerated - corex ... [skip ci]
commit 6c106dec657a7f2a0a6f56ab24a7a715ec5d40b0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 22 10:33:08 2024 +0200
corex: docs for forward_uac_uri(...)
commit a651349dec416ba649fda4e0665e23c980dce42b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 22 10:24:03 2024 +0200
corex: added forward_uac_uri(vuri) function
- target address can be provided via parameter
commit 7bba70f82f9b9928d24e2312025d48aa0ed6a441
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Wed Aug 7 20:57:25 2024 +0200
ims_qos_npn: fixed issues in 3GPP-User-Location-Information decoding to P-Access-Network-Info header value
commit a5f4feaec7f61d9c8ce54bdd42634220d116f116
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Aug 21 09:46:11 2024 +0200
modules: readme files regenerated - corex ... [skip ci]
commit 3debbb5a608c135c628799546ee95c96abe18824
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Aug 21 09:30:50 2024 +0200
corex: docs for forward_uac() function
commit ed8486de52c29996f64496dcce0f44941cff49d3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Aug 21 09:23:14 2024 +0200
corex: new function forward_uac()
- send out with only one Via, the one added by Kamailio, simulating a
request sent by the initial UAC
- useful when the reply is not wanted to be sent back (e.g., it was sent
back from Kamailio)
commit f41b8ee9990aaee7423505b6216e46b574825c83
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 20 14:22:56 2024 +0200
core: helper function to forward request specifying message build mode
commit e0f10477728922cefbbff9d23d846cd5912eb148
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 20 13:05:42 2024 +0200
core: explicit unsigned long long for internal flag constants
commit 9ff1080cc6452343e6bc2de00350b2f7bcecf6d2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 20 12:26:10 2024 +0200
core: new internal flags to skip adding received/rport in incoming via
commit 3d002d561e82b8bb71b225da708bdfd9ce504335
Author: Farzaneh Soltanzadeh <fr.soltanzadeh@resaa.net>
Date: Mon Aug 19 12:30:29 2024 +0000
rtpengine: export API for other modules (GH #3949)
commit b712ddc4db9a9c1bb30b236a0a86082108b23f07
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Aug 17 17:08:31 2024 +0200
msilo: removed duplicatred exported function
commit b6dea98ada293a3bbad004aa1b194d4bf44a60ab
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Aug 17 16:30:21 2024 +0200
msilo: added fixup free functions to exports structure
commit f5f7c913d4f008b9937677ae2c2d66baa01dcf0e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 16 17:03:44 2024 +0200
uac: added fixup free functions to exports structure
commit 36ae41d5d3efce9c336cf2f675a0cb4fe01933a1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 15 14:46:39 2024 +0200
uac: added field for cseq number for $uac_req(...)
commit 4a4689366aee9517ed90cf2df1a4e90018b9948d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 15 14:41:12 2024 +0200
tm: added cseq number field to uac_req structure
commit 7d2fd09103680454aaaba30f5e46f83b362513eb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Aug 14 18:37:06 2024 +0200
phonenum: add fixup free functions to exports structure
commit e9dd041ce6af9ee4b9cc2e29b4417787a8056776
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 13 21:01:51 2024 +0200
phonenum: export match_cn() to kemi
commit 8361471e6ec49d3b92443e0ddd728bf665460c02
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 9 16:04:11 2024 +0200
dispatcher: use char for oc distribution array
- reduce array size
commit ad31292170f632a381c1f95cbf955ca71f046244
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 8 10:15:19 2024 +0200
dispatcher: print priority in oclist rpc command
commit 645b34cec9ee459ea33cb14d8f66e5c58a7ef975
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Aug 7 09:39:27 2024 +0200
dispatcher: group overload control attributes in a structure
commit 398c40ab7969e738ac92abc8b9c8c557b25ef533
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Aug 6 11:16:10 2024 +0200
modules: readme files regenerated - dispatcher ... [skip ci]
commit 1a56ff54ec1898b8bbc2aae4ab5f4b19eff6ecf5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 6 11:03:41 2024 +0200
dispatcher: docs for dispatcher.oclist rpc command
commit 583ab9f29cd7d5c472de2e12087a4c619bc1897f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 6 10:23:27 2024 +0200
dispatcher: variables declared at beginning of block
commit 4c481dc95338d9bb814730d3d4f84ce9670a0ed0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Aug 6 10:16:04 2024 +0200
dispatcher: new rpc command dispatcher.oclist
- list overload control attributes for a specific dispatcher group
commit 4aaaca60ef2207100dd3f4e16ae63428aadc7dc5
Author: Morten Tryfoss <morten@tryfoss.no>
Date: Mon Aug 5 12:14:04 2024 +0200
cdp: Error log caused crash
commit 14fb25a5d39748e52224225667bae4ab2b428c9b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Aug 5 10:21:08 2024 +0200
dispatcher: print no-probing flag in the rpc list
commit 1243755d20192e7d5d1c492462a0f9f66521abac
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Aug 2 12:31:10 2024 +0200
modules: readme files regenerated - textops ... [skip ci]
commit 40238581af0eea0787547bdacc2ff0fccf19cbba
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 2 12:28:19 2024 +0200
textops: docs - fixed typo in subst_v() function name
- unnoticed after copy and paste
commit e92375c96eace6340e42bca622e9835df6b5d17f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Aug 2 11:46:11 2024 +0200
modules: readme files regenerated - textops ... [skip ci]
commit ab59aace74cca90be6d341a3f96e72693e939992
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 2 11:42:07 2024 +0200
textops: docs for subst_v(...) function
commit e1954d7624eecdc33137d224c248240e2df90703
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Aug 2 11:36:25 2024 +0200
textops: new function subst_v(...)
- perform sed-like substituion over input text and store in a variable
commit 5b2e4d38ac3da8693044aa64c1d4e73595d061cf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 1 12:28:01 2024 +0200
Makefile.defs: set -pthread flag always
- needed by the multi-thread udp receiving mode
- it was almost always set for libssl tls multi-process mutexes
commit 6b413cc8c7f9c6db019c98a28ab07cf902ef505e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Aug 1 08:09:34 2024 +0200
permissions: reworked condition checking group id on db load
- ensure it is not null and greater than 0 for both types
- update of 6afab49
commit d90101e1a50ef0c958e8e8a2f361198a28ea336a
Author: Tyler Moore <tmoore@goflyball.com>
Date: Fri Apr 26 07:45:01 2024 -0600
lib/srdb1: add uint support for db->pv conversions
- add support for converting unsigned integers into PVs.
commit 772f261f91685583af3db7cee2c227336eef7c42
Author: Tyler Moore <tmoore@goflyball.com>
Date: Thu Apr 18 18:23:49 2024 -0600
htable: add uint support when packing an htable
- add support for packing unsigned integer values from DB,
into hash tables.
commit 5f4f1f027132a1e4cdc2528a0d65e777a0a01da7
Author: Tyler Moore <tmoore@goflyball.com>
Date: Thu Apr 18 18:20:52 2024 -0600
permissions: fixup uint support in address table reload
- add support for converting unsigned integer values directly,
in address table rpc reload.
commit e273fc10d65b41a407797fef0f9953c1615a88a2
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Aug 1 07:31:11 2024 +0200
modules: readme files regenerated - msrp ... [skip ci]
commit aa417aca610b1c8a623847c22d9becba9a343241
Author: Bruno Santos <bsantos@cppdev.net>
Date: Tue Jul 30 17:32:24 2024 +0100
msrp: add forward support with path replacement
- add function to allow forwarding of MSRP frames with optional
To/From-Path replacement
commit 83f2dd24e404eead32361079fca1fd68976e81c8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 31 16:07:17 2024 +0200
dispatcher: return oc seq, min and max attrs in rpc list
commit 604fd2787620de87585ba17fb6a6961b3b999331
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 31 16:01:38 2024 +0200
dispatcher: always return attrs in rpc list full mode
commit 41016d1835c1ab62b7d3c0f6299fae727a6f7ed3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 31 15:57:01 2024 +0200
dispatcher: range checks for oc rate min/max limits
commit 08ee7330922e9e2b4d8fd8d5f63f596c84e2c81c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 31 15:50:45 2024 +0200
dispatcher: intit oc rate max limit
commit 629a518991ab204a45f625d82fbe8a0ccd247cd6
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Jul 31 07:46:11 2024 +0200
modules: readme files regenerated - corex ... [skip ci]
commit 37e971f72c1783266ee29c02434361aaf2c819ed
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 31 07:40:45 2024 +0200
corex: docs updated for msg_iflag_set()
commit 82c786fde7a635738c905899fb6edc9b7d1a2b67
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 31 07:29:57 2024 +0200
corex: functions to manage iflags can get 0..63 parameter value
commit fe56aa38a88a9961141bbcc2fc26d384af63734e
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Jul 9 16:14:19 2024 +0800
tls_wolfssl: legacy clean-up
commit 072c44330297c653675b5078fb0facdc399a5ab4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 30 09:07:36 2024 +0200
corex: switch to unsigned long long for iflag lookup
commit fdb0ef987ca2b013104b06ece006f67bf8ae07d3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 30 08:55:08 2024 +0200
corex: proper check for iflag lookup return code
commit 70606e3ea575228b3ccc662d6f9048aa0eb899ce
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 30 08:44:03 2024 +0200
corex: small formatting of iflag list
commit f4e14a945d69e1555aa76431202693f0c855c916
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Jul 30 07:43:14 2024 +0800
tls_wolfssl: upstream v5.7.2-stable
commit 280c6cd0fac7be75dede54c8e4a96ccf03312371
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Jul 30 07:39:04 2024 +0800
tls_wolfssl: Makefile logging: reduce to info level
commit 097cd7353efc251fb764e6f7c88e3330c794d369
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Jul 29 12:31:10 2024 +0200
pkg/kamailio/deb: refresh after service template added
at a8cb23903b271a1b78456fed5da8e10474aee405
commit add65a4799c1650ea36c657d190fa0027e798404
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 11:24:00 2024 +0200
sdpops: use proper include guard for the file
commit 49a9c0a0f391c2e9fc45dff7c37a087dde0f7ba3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 29 10:07:43 2024 +0200
cplc: use long long constants for operations
commit fc2f34e8bab022b0c99e8313aee3e4a87c1f2e52
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 28 18:44:45 2024 +0200
core: tcp - use long long constants for operations
commit e86d6ee30227a3fc5cff98e7983d4a80f0c42c4b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jul 27 18:16:40 2024 +0200
db_berkeley: buffer size set to the argument of strftime()
commit 3333611a3ef9078cbcb9867db88921f0c48fce1b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 26 19:49:57 2024 +0200
core: cfg select - check res when getting the variable
commit 660a019263b81d318700c205531bf4e042c912cf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 26 19:00:29 2024 +0200
xprint: return on mod init error case
commit a71bd9d9424456ef1167468c5bbbfd38b1099e89
Author: Rick Barenthin <rick@ng-voice.com>
Date: Wed Jul 24 12:39:57 2024 +0200
cdp: fix use after free in transaction call backs
If the traction is set to auto drop,
the memory will be freed and with it the next pointer.
commit 7943395957c070a16553b16536e5be59b4719d9b
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Thu Jul 18 13:45:29 2024 +0200
ims_qos_npn: fixed missing breaks in switch and checks for null pointers
commit b4efe7725728392d0c8921c006d6fbc6455e9b8f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 25 10:58:40 2024 +0200
janssonrpcc: free new servers list on error
commit a8cb23903b271a1b78456fed5da8e10474aee405
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Jul 3 15:32:13 2024 +0000
pkg: Add systemd template for starting multiple kamailio services
commit a6c415713bb209b03ff110d4ae891173d04ac471
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 25 08:44:15 2024 +0200
core: cfg select - check res before initializing
commit 7ba313f6f96ffa6042c163027c0c7bb65106fef7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 24 10:43:18 2024 +0200
jsonrpcc: declare variables are the beginning of function
commit 796bcc038d7885e01dbad34abc68bf612062c533
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 24 10:37:21 2024 +0200
jsonrpcc: free allocated pkg buffer on error
commit e96841130fd4d3a1e362170beef6b83e7a84f1cc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 23 12:56:32 2024 +0200
Makefile.groups: removed osp module
commit 193a8457af56dea6e7a1320df1d77d52e0951584
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 23 12:54:27 2024 +0200
osp: module relocated to archive
commit 29510872607deb3238411b358c422d004fb307b7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 23 11:57:48 2024 +0200
erlang: init xavps for safety destroy on error
commit 7350a80a1d4d121a75e12529553191c4a9038f56
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 22 14:44:42 2024 +0200
nghttp2: duplicate reply status code in nghttp2_send_reply()
- expected to be freed later
- GH #3917
commit 34749ab13b31504358761c964f794b283931394c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 22 11:01:16 2024 +0200
utils: jump to error on pkg allocation failure
commit 79a668b8bdb0e085adb3581d718e5fd5ae73e2e4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 21 22:41:45 2024 +0200
tls: check lenght when parsing pv alt name
commit 7c06997a1b6e77ae0642d369f532219dc35ef8e0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 21 22:23:29 2024 +0200
tls: remove uselss pv format parsing in pv_parse_alt_name()
commit 5a1f80f266069dbc453b44a856f225c254e7c050
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jul 20 20:02:07 2024 +0200
xprint: check to avoid double free
commit dc71c0a5791ebc1306648b5ed338613050e32f5c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 19 19:59:20 2024 +0200
topoh: 0-init alocated structures
commit 20f2096d314253e7e74688da664de2830289a276
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 19 19:53:47 2024 +0200
core: removed unnecessary destroy
commit fe505c9654541ec60f14e5a50896bb11751e61e4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jul 18 17:26:33 2024 +0200
sipcapture: add missing headers for inet_ntop()
fixes #3927
commit b6de4b92fd18d541c745e07cfaefaf7c56c45f18
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jul 18 15:46:10 2024 +0200
modules: readme files regenerated - sqlops ... [skip ci]
commit e5407c058f88fe06be2ee5da468ce2929748e31f
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Jul 15 10:25:23 2024 +0000
sqlops: Add log_buf_size param for logging raw queries.
commit 70563ca0629a8de5aa5427b003f441e6c3a40c6a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jul 18 13:40:24 2024 +0200
dialplan: remove pcre2_free() warning
related to #3851
commit 310b631007082f553117d126b6b9bd915be596ac
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jul 18 13:38:10 2024 +0200
lcr: remove pcre2_free() warning
related to #3851
commit b86030cfbd66ba95f33f312595edae29e2b5cde0
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jul 18 13:36:09 2024 +0200
regex: remove pcre2_free() warning
related to #3851
commit acf50d86b502af36e3635d61745feaa5c577231d
Author: Dennis Yurasov <dennis-y@yandex-team.ru>
Date: Thu Jul 18 13:48:42 2024 +0300
tcpops: fix memory leak in $tcp(conid)
- reference counter to tcp session not decremented, so shm for session never free
commit 84ea36b4b79c07c4fc0a8c9e119184433353764e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 18 12:29:05 2024 +0200
core: remove unnecessary check after using the structure
commit 15b2a5467f11e009ae4efad1ee29af860326095f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 18 12:17:10 2024 +0200
core: set digit 0 in the md5 buffer in case of error inside char_msg_val()
commit a471d34d6162387a1427f5d0c5b3c6079a2b0bdc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 18 12:00:47 2024 +0200
core: init res inside select_cfg_var()
commit a3a63655dbcbf1bc8067f34c36f4a7295b2a1745
Author: emvondo <106535097+emvondo@users.noreply.github.com>
Date: Thu Jul 18 09:10:33 2024 +0100
siprepo: fix int params and wrong copy data in siprepo_msg_async_pull (#3919)
* siprepo: fix int params and wrong copy data in siprepo_msg_async_pull
---------
Co-authored-by: emvondo <bycl2332@orange.com>
commit aa79588ceacaaae118230bd06b0eb7aadf9b31f3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 18 08:18:25 2024 +0200
dispatcher: added ocidx to the rpc response
commit 8c3b5ab3818c86b90b02e20aa4631654e0b51745
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 13:56:30 2024 +0200
dispatcher: remove reference to MI in comments
commit 39be7eb53773a1e3776d185f47d13a41e95408c3
Author: Dragos Vingarzan <dragos@neatpath.net>
Date: Tue Jul 16 12:09:19 2024 +0200
src: added ims_qos_npn to Makefile.groups
commit 5ee7d35cfd9839230efbb163bac81ecbd461d6b5
Author: Dragos Vingarzan <dragos@neatpath.net>
Date: Tue Jul 16 12:08:51 2024 +0200
ims_qos_npn: imported modified module
commit 72b80c120c28fbc910c946c9a075e8792d37f61c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:31 2024 +0200
xprint: coherent use of defined types for avp flags, name and value
commit 61ed552911e5ac633cdfdabd9ed2a26072fa923d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:28 2024 +0200
uac: coherent use of defined types for avp flags, name and value
commit 32963fa84244fb0b6b80a50101866c4482dec1df
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:27 2024 +0200
tm: coherent use of defined types for avp flags, name and value
commit 72e8f2a201c9084c3ac86f7921c77878b0c30de2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:25 2024 +0200
siputils: coherent use of defined types for avp flags, name and value
commit e703f9454f8d2b48562e254d79d6102e8be5a936
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:23 2024 +0200
siptrace: coherent use of defined types for avp flags, name and value
commit 44654f476a7ebc3b8531e3dc0455ccd7ce7296a8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:21 2024 +0200
sdpops: coherent use of defined types for avp flags, name and value
commit e14e80a29a8d6edcef955a66b696c3c64b1481e9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:19 2024 +0200
rtpproxy: coherent use of defined types for avp flags, name and value
commit 0483f1c74e9f3f48e573b445655a622000796e20
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:16 2024 +0200
rtpengine: coherent use of defined types for avp flags, name and value
commit 59c2ebad7d030fd8b2d2e675e3f481f934828fdc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:14 2024 +0200
registrar: coherent use of defined types for avp flags, name and value
commit 53f9a571315c151bdd1bf4a6bd5e21f390a29476
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:11 2024 +0200
pv: coherent use of defined types for avp flags, name and value
commit 456608939cf5970eaa3df09190883087475820f6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:09 2024 +0200
pua_dialoginfo: coherent use of defined types for avp flags, name and value
commit 594a4b39b15a2d4db361554d091e14ea66d1b25e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:06 2024 +0200
permissions: coherent use of defined types for avp flags, name and value
commit dda660bdb3fc3f9257e9291cf38182d9d9f02420
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:04 2024 +0200
pdb: coherent use of defined types for avp flags, name and value
commit 11ac3d05d5d1f1222bf025d26f92f4343f3a18f9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:55:01 2024 +0200
osp: coherent use of defined types for avp flags, name and value
commit cb7ad3e8cfeb2bfc3b8d092d3b03073662e5ebf3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:59 2024 +0200
nathelper: coherent use of defined types for avp flags, name and value
commit bf996241f712a8645ffb28906aeb849497f15bbe
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:55 2024 +0200
mtree: coherent use of defined types for avp flags, name and value
commit b7ae09d3b311a7e5cc6d7ded81fc0344179954fa
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:53 2024 +0200
msilo: coherent use of defined types for avp flags, name and value
commit be98520dd9366d30be74ec9078212f8e41bc7173
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:50 2024 +0200
mediaproxy: coherent use of defined types for avp flags, name and value
commit 3bc58f2a3cdf1db930b3836d2d19614dca754930
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:48 2024 +0200
matrix: coherent use of defined types for avp flags, name and value
commit def2e8fcd09ba4bceb21169410da4bc776d40cb0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:44 2024 +0200
ldap: coherent use of defined types for avp flags, name and value
commit b523f5e4f4a4f5b8c2f40717c57d09325a8680eb
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:42 2024 +0200
lcr: coherent use of defined types for avp flags, name and value
commit 2ac3e5daafe8c48835aaf8c488e5aa1b944b4aaf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:39 2024 +0200
kazoo: coherent use of defined types for avp flags, name and value
commit e67ad97d3da4e3b5149ea0de31f0930b015a1dd9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:37 2024 +0200
json: coherent use of defined types for avp flags, name and value
commit 604f900ca8a0e64757ff123c2f0b6a0664e0a900
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:34 2024 +0200
ims_registrar_scscf: coherent use of defined types for avp flags, name and value
commit 98504b4f7557299cd5c52e95aeb307e6caa64f48
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:31 2024 +0200
ims_registrar_pcscf: coherent use of defined types for avp flags, name and value
commit 308246a76a268980038d2435ad7c259742932122
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:28 2024 +0200
h350: coherent use of defined types for avp flags, name and value
commit ee07ab29297a7ac86fe975d692f2bf5eb3dfd68c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:25 2024 +0200
exec: coherent use of defined types for avp flags, name and value
commit 896fc467901da9e99426866ce6348fd5b594105d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:22 2024 +0200
drouting: coherent use of defined types for avp flags, name and value
commit a6a191be5aa389f82f4f6d56b48eb9b588fbd93c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:19 2024 +0200
dialplan: coherent use of defined types for avp flags, name and value
commit e1e2ad2fc278a05a1ad82e7cb18511ddd8de512f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:16 2024 +0200
debugger: coherent use of defined types for avp flags, name and value
commit dcce0b7f9c742ce2fdc512da87f5b12d5ae6ce52
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:13 2024 +0200
cplc: coherent use of defined types for avp flags, name and value
commit d1bca3506b931164fb7993936107a42caa2846a1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:10 2024 +0200
cfgt: coherent use of defined types for avp flags, name and value
commit 4f61b76640f3bca27642a4e0e973b3b277887e5e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:07 2024 +0200
call_control: coherent use of defined types for avp flags, name and value
commit b7de3f755d7f613cb324768466d31228d3f4c297
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:04 2024 +0200
avpops: coherent use of defined types for avp flags, name and value
commit f8782d7f7522c83ca5490d133a6f69620e1fdd15
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:54:01 2024 +0200
acc: coherent use of defined types for avp flags, name and value
commit bdd8619d4389b3a84b3ca601d5fe02a78b66a434
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 17 08:44:51 2024 +0200
core: cfg.y - use avp flags type
commit dedba13bf159d780c3c0ae4dd524e922908472ca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 20:57:24 2024 +0200
core: avp - coherent use of defined types for name and type
commit 07e5c94cad90474f8e2f2918ca28741d8545dd7b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 20:55:52 2024 +0200
core: pvar - use defined types for avp type and name
commit ac9417cb0db60f9a4a0ff9f532edd072a18ef024
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 20:36:30 2024 +0200
corex: destroy all msg avps after nio event route
commit 4b35f78c57a679723ec77c10c1a2f0372df41623
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 20:33:01 2024 +0200
corex: use defined types for avp name and flags
commit fa792054a58126b57797675aadc4f0e862316dfd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 20:27:27 2024 +0200
core: pvapi - use defined types for pv_get_avp_name() name and flags
commit ba31a0065af34490650a205738328f52b95a784b
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 16 10:31:11 2024 +0200
modules: readme files regenerated - dispatcher ... [skip ci]
commit 2ce75082134a7e03c29e3096316cee5ad455d9af
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 10:20:17 2024 +0200
dispatcher: docs - listed flag 32
commit abdd0bfaf6a2e50fb96e2f522f03a65f331b57b5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 10:10:06 2024 +0200
dispatcher: new flag 32 to not send ping to destination
commit eda03789f693bb72ec4ee05a8b2b4723e5080504
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 16 08:27:42 2024 +0200
core: remove unnecessary cleanup when locating a module
commit 52ab6f3dcf5ad8d967be8bdecaa64ef31cbfbe33
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jul 12 13:30:41 2024 +0200
nathelper: fixed handle_ruri_alias() for alias being an IPv6
commit f92fe42dc6c8d3d5b79cf6543b387501a41c09b3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 15 08:24:59 2024 +0200
nghttp2: free the addr info on listen failure
commit d5076b557728b3f9d80df391ae71e2eab2c896dc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 14 09:00:01 2024 +0200
evrexec: remove unnecessary safety exit loop
commit f2a7a3c09ee881247c8a6641ec8d3b1e0e0eb812
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jul 14 08:55:01 2024 +0200
dispatcher: remove unnecessary comparisons for unsigned
commit 0da3eb3f94c087b272ebbe19c42fd933146482f8
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jul 12 14:03:26 2024 +0200
cdp: improved routing and removed useless warning/errors in authstatemachine
commit 70fd27174952fe6a67f01fca4fdc941b9fdc045a
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jul 12 13:02:23 2024 +0200
lib/ims: added cscf_get_host_from_requri
commit fc8bee5b87e95e43bda2635e65457b2025eab6f9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 12 12:05:40 2024 +0200
pua: use long for time value diff operation
commit c97145862119e9001874cd07de9b20ad8e96ff54
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 12 11:49:10 2024 +0200
rls: remove unnecessary assignment
commit 214eaaa5b7a0308fd7384a41e97b1204d71c93de
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 12 09:45:53 2024 +0200
rtpengine: check fd before closing
commit 87e1a4a7f5d565a59a362f22e9372697f2f2f2af
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 12 08:06:36 2024 +0200
stun: check message len for response
commit 1e1ad4e74822881bb4d9cc2e9bd0f53e845bb48b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 12 08:01:37 2024 +0200
sdpops: proper detect CR or LF
commit 1c2b33615888dede0ea8abc098f6f910f810366b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 11 21:30:33 2024 +0200
tmx: t_precheck_trans() - explicit catch of internal return 0
commit e2193b9cd7f59377c54e0424c0d4a1628a5a60de
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 11 19:38:24 2024 +0200
htable: do not print item name before is computed
commit 0a9cb4bf74bf11af88e93c1512053008d94aff13
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 11 19:31:23 2024 +0200
htable: updated duplicated rm op id
commit fffe7aaecc41b8986eae342ce693bde87cdc20bc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 11 15:50:48 2024 +0200
core: counters - declare global cnts_no as unsigned short
- it is used for counters h.id which is unsigned short
commit d7466474bdc86b2b0d0872c5fd41d743ec1c7d66
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 11 15:44:07 2024 +0200
core: counters - init local global variables
commit 487308204d2674368a16ea913137a368761dd0b2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 11 15:27:37 2024 +0200
core: action - logical OR for log() parameter types check
commit 6cdd56bb85e1a10ebbb29c2633fb47bf7b56585e
Author: anmartan <a.martin@zaleos.net>
Date: Thu Jul 4 09:30:02 2024 +0200
core: Improved URN parsing according to RFC8141
- Improved URN parsing to allow consuming URNs that contain 3 or more colons. Previosly URI parser treated some of the colons as separator between host and port causing the URN parsing to fail.
commit 22880dbb2171c2763b4df2731be49f208fde7e8c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 10 14:18:30 2024 +0200
core: log message that #!endif requires EoL after it
commit bd98aadf9803c0c0789680d5ca781e86499f55cd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jul 10 14:01:23 2024 +0200
corex: destroy nio_msg_avp avp after event_route[network:msg]
commit 5697cb17d4d3dcb346b49c66cd3de265681051de
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 9 13:46:10 2024 +0200
modules: readme files regenerated - ndb_redis ... [skip ci]
commit 501b7da6daaff354b000837b54bdb591947ac80a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jul 9 13:41:57 2024 +0200
ndb_redis: dpcs - updated link to hiredis library
commit dc2008b29395f5e45dffd270b6aa74f0c0a9a0d2
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jul 9 09:31:10 2024 +0200
modules: readme files regenerated - ims_qos ... [skip ci]
commit 898308334982b39d668410b51b90835b57b8a4c2
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Jul 2 10:42:06 2024 +0200
ims_registrar_pcscf: added trust_bottom_via parameter, added ignore_contact_rxproto_check, fixes for logging, fixes for SUBSCRIBE to reginfo for including Service-Route, allow use without ims_ipsec_pcscf
commit d87d03285c83cded13a873338ec9cc6c2c55be30
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Jul 2 10:40:10 2024 +0200
ims_qos: added trust_bottom_via parameter
commit 9a87ec98cf8aacc73b87846570202cbe69ebe837
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Jul 2 10:37:54 2024 +0200
ims_usrloc_pcscf: small log fixes
commit f105bc507a8e63fd7f6e493265a39ab4b2cdf9b4
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Jul 2 10:20:37 2024 +0200
lib/ims: fixed a typo in a log message
commit cc376804ef2bb5064bbff9e3c963a5d9222568b3
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Jul 2 10:20:09 2024 +0200
core: added str2ushort() to avoid some questionable casting in ims_qos
commit 92cfedaaffb034db536f3bcf68695b433db92706
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Jul 9 10:53:07 2024 +0800
db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS 7/5.5.x
- MYSQL_OPT_SSL_CA is an enum not a macro
- base check on MYSQL_VERSION_ID - 50568 used in CentOS 7
Addresses #3910
commit 0fc0c7b3d3d6ded300c46f504406447670fee4e8
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Jul 9 10:50:14 2024 +0800
Revert "db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS 7/5.5.x"
This reverts commit 5b2be5e2c716ad8f8502b3be3db5194eb8474d39.
The commit should check >= not <
commit 5b2be5e2c716ad8f8502b3be3db5194eb8474d39
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Jul 9 10:37:32 2024 +0800
db_mysql: fix check for enum MYSQL_OPT_SSL_CA for CentOS 7/5.5.x
- MYSQL_OPT_SSL_CA is an enum not a macro
- base check on MYSQL_VERSION_ID - 50568 used in CentOS 7
Addresses #3910
commit 9d923764747ff36152fc930da66e972201516b7b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 8 12:08:13 2024 +0200
core: basex - compute lenght for base58 decode
- GH #3907
commit 6f434afc414b7f5b66374a124138990f7a3dd1d1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 5 11:47:34 2024 +0200
ndb_redis: larger size for buffers to create server specs on cluster redirect
- GH #3894
commit 4d2988a79d992ed8f3ce4cffa6c387ef0425be94
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jul 5 10:41:09 2024 +0200
ndb_redis: print server spec lenght in error message
- use standard pkg alloc error message
commit d13e103ad047405e410d22046d354442b5a566f3
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jul 4 16:31:11 2024 +0200
modules: readme files regenerated - tls ... [skip ci]
commit 91d6a131ab9d3e58a1560c6305af542c92c2b19f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 4 16:23:39 2024 +0200
etc/kamailio.cfg: set tls_threads_mode to 2
- recommended value for libssl 3.x, which is the library shipped with
latest stable popular Linux distros
commit 234f2ae07a26af8948a176d10358a0b7039ad1a2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jul 4 16:19:55 2024 +0200
tls: docs - note about tls_threads_mode core parameter
commit d923f7b2a3c2fb0df506f9a211065566f6da3747
Author: Lucian Balaceanu <lucian.balaceanu@1and1.ro>
Date: Thu Jun 20 18:46:09 2024 +0300
usrloc: refactor some db queries using global usrloc_columns variable
commit 97ba5dff468fc309acc9245108a0d7645fe45361
Author: Stefan-Cristian Mititelu <stefan-cristian.mititelu@1and1.ro>
Date: Tue Jun 25 14:25:49 2024 +0300
db_redis: change logs on delete
commit fae2a467cb7b543920cf8bea3ce655ad07b70969
Author: Oded Arbel <oded@geek.co.il>
Date: Tue Jul 2 15:19:11 2024 +0300
rtpengine: show errno and error string in more places where it is useful (#3899)
Also fixed bind_force_send_ip() error log to use the same semantic as other places
commit b753682bdfa722280ed2dd3ca79b790f5c7529d1
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Tue Jul 2 11:41:25 2024 +0200
misc/examples/ims/icscf: removed always adding a plus as a prefix on requests arriving to the I-CSCF (#3900)
commit 0c7affcde380af433ce3373248a9544450261e1b
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Mon Jul 1 21:34:17 2024 +0200
ims_registrar_scscf: drop subscription on notification failure (#3895)
commit 12c30d5606213eaf14c250e572545c3f8b37d50b
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Mon Jul 1 13:56:02 2024 +0200
ims_registrar_scscf: fix for location AOR with empty host (#3897)
commit b8c1bab290eaf1e26862c73c1add9d104c9841c0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jul 1 13:47:16 2024 +0200
pv: increase PV_ESCSTR_SIZE to 32
commit 96ada96f69f606c35fd46a45def3b095026f2393
Author: Oded Arbel <oded@geek.co.il>
Date: Sun Jun 30 19:40:53 2024 +0300
rtpengine: add "active" field to rtpengine.show as alternate of "disabled" (#3898)
As per issue #3896, "active" is a boolean field that just describes whether the socket will be used,
while "disabled" now just describes whether the socket was disabled by an RPC command. Also make
"disabled" and "recheck_ticks" fields have a fixed value type of boolean and number respectively.
use `"recheck_ticks": -1` instead of "N/A" as per discussion
commit fc5f61b7e838cf51ae24dd9714ebb7080b78e4c3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 12:09:09 2024 +0200
tls: reformat exported structures
commit ef05d0f6210d73a3f991b31ce28630807ede23af
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 28 11:46:10 2024 +0200
modules: readme files regenerated - tls ... [skip ci]
commit e7268ffffb35916118e21d1c3a5631c726464e51
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 11:39:13 2024 +0200
tls: docs for private_key_password and key_password_mode params
commit 54f248e60ce4d6ab9a87967d7df05e60c05d926d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 11:31:48 2024 +0200
tls: added key_password_mode modparam
- if 0 (default), get private key password from config; if 1, prompt for
it (old way)
commit d4cf61d78af54671056a65f3b91ea67574cc0158
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 11:25:19 2024 +0200
tls: new option to set the password for private key
- the provate_key_password field can be set in the tls profile
commit 7129f73ad0f27accc9c7c9922e0b04f594dee058
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 10:18:00 2024 +0200
tls: small changes in log messages for key password callback
commit 8fe772509af34b70a961e21eef99ed19d777ddbc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 28 10:11:06 2024 +0200
tls: rename the key passowrd callback function
commit dc7fc82ff77a8016c1a1e15b7aa0e950f7cca379
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 27 11:28:30 2024 +0200
pv: several new $E... variables for punctuation signs
- facilitate using them in params (e.g., for transformations)
commit 7061a79fe64066dd5a6598e38d714bd40bf2eabc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 27 10:07:11 2024 +0200
cnxcc: check if final pulse is 0
- avoid dividing with it in such case
- GH #3859
commit 3174159e0dbe5b16b04a83b199185f258540587e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 26 08:02:44 2024 +0200
pv: new variables for common escaped characters
- $En - '\n'; $Er - '\r'; $Et - '\t'; $Es - ' ';
commit 754f9ae28c9a731fc0bfd6d08411bf0913a7dbfc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 26 07:22:38 2024 +0200
core: dns cache - check warnings made debug
commit 385c054a5d96b4d2b888e62dd26ca7d563d93f61
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jun 25 13:01:10 2024 +0200
modules: readme files regenerated - pv ... [skip ci]
commit 8df69ebca23bde071b08b0ed5b8cd34b2d28446b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 25 13:00:08 2024 +0200
pv: docs for xavp_xparams_explode(...)
commit 3d2849aee788fd3b33d80d9d72ef0cdcdd1c9f87
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 25 12:53:32 2024 +0200
pv: added xavp_xparams_explode(params, sep, xname)
- option to specify the separator for parameters list
commit d4ef9f268fd1b645fc1846db1fd7a6e814792921
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 25 12:48:28 2024 +0200
core: parse_param2() - continue if the separator matches comma or bracket
commit e956ae7b83971c50cbdf1a4db8db9929f02e3b19
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 25 11:00:36 2024 +0200
pv: support all spaces separator for {s.select}
commit e4a65922649c1db8edcb8fa18b421620c899b25f
Author: Victor Seva <vseva@sipwise.com>
Date: Mon Jun 24 16:04:52 2024 +0200
rabbitmq: don't fail on init if connection fails
* there's a reconnect functionality already in place
Change-Id: I88320fc64aef802a1bcdd753fe7d22402ca4b18c
commit 75b5325c3b125b8adc551591cd82b67cd3cab167
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 25 09:41:56 2024 +0200
pv: new transformation {s.rmhlws}
- remove header line split white spaces (i.e., end of lines and
following white spaces in a multi-line header value)
commit 31daee1800cb301d705524a56e7466abfa62e5d9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 24 11:38:14 2024 +0200
pv: new transformation {s.rmhdws}
- remove header-like duplicated whitespaces (i.e., end of line followed
by whitespaces are replaced by a single whitespace)
commit 588b9c710b6555371bc8bbee21e474466bb099dd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 24 10:22:25 2024 +0200
core: removed duplicated break
commit 54aa2eac1a8c60e0741a5616e79b7b03e1e213e5
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Jun 23 12:01:10 2024 +0200
modules: readme files regenerated - textopsx ... [skip ci]
commit d13c741d90c3887cdf144a9094a78c0c7cb9856d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jun 22 17:52:34 2024 +0200
textopsx: docs - note about @hf_value2 select
commit eaf18505360a3bbaf25889095fcf23b620caedff
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 21 13:01:09 2024 +0200
modules: readme files regenerated - textopsx ... [skip ci]
commit 9317670dc2624a0ed06114e42e0e054ac5cbafb6
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:56:09 2024 +0200
lib/ims: fixed Fraunhofer FOKUS Institute name
- #3889
commit 1adf52ba07a3b09b0ef5ef85b018d527764f428e
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:25 2024 +0200
ims_usrloc_scscf: fixed Fraunhofer FOKUS Institute name
- #3889
commit a845a73ea71f94f5e49d20e9d044c083ad43c410
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:25 2024 +0200
ims_usrloc_pcscf: fixed Fraunhofer FOKUS Institute name
- #3889
commit dc1df65fef8d4ad422507f9aeea3da1baeadf283
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:25 2024 +0200
ims_registrar_scscf: fixed Fraunhofer FOKUS Institute name
- #3889
commit ed8e382971981fd4147f48eae5f0f2cf92282ac7
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:25 2024 +0200
ims_registrar_pcscf: fixed Fraunhofer FOKUS Institute name
- #3889
commit daf74039f1867b14a557b9f2b9ccef8b0392b6bf
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:25 2024 +0200
ims_qos: fixed Fraunhofer FOKUS Institute name
- #3889
commit cd57d606cc6bfc96fca50e495d3a587fee25cc4f
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:25 2024 +0200
ims_ocs: fixed Fraunhofer FOKUS Institute name
- #3889
commit 7e2850d3813ae3a6b86ef90a0b2d9648d24dfa1a
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:25 2024 +0200
ims_isc: fixed Fraunhofer FOKUS Institute name
- #3889
commit addc23622a4125293c25805cc8f1207af94a942a
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:24 2024 +0200
ims_ipsec_pcscf: fixed Fraunhofer FOKUS Institute name
- #3889
commit 485f322ed7251122f4eb724ac8043a492be30074
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:24 2024 +0200
ims_icscf: fixed Fraunhofer FOKUS Institute name
- #3889
commit f2f3e0bbb3f04cdb8fe184f4188ad83635a7a7c9
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:24 2024 +0200
ims_diameter_server: fixed Fraunhofer FOKUS Institute name
- #3889
commit 18de74013750809034742cc6313b39515b8390e2
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:24 2024 +0200
ims_auth: fixed Fraunhofer FOKUS Institute name
- #3889
commit e2d0390790867ad65d495d67eeb9ce85a096f522
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:24 2024 +0200
cdp_avp: fixed Fraunhofer FOKUS Institute name
- #3889
commit 34254c61eb76b26a25881b0465617124dd4593de
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 12:54:24 2024 +0200
cdp: fixed Fraunhofer FOKUS Institute name
- #3889
commit 48d97c1941f660aa396b5ef100584611cf92ad21
Author: Dragos Vingarzan <vingarzan@gmail.com>
Date: Fri Jun 21 10:54:36 2024 +0200
textopx/doc: fixed hard-to-read documentation for textopsx
- was missing line-wraps in examples list, hence very hard to read
commit be5172a84b02a1ab4fc7e97e7dc0813056302bdd
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jun 19 15:00:12 2024 +0200
db_mysql: switch warn to dbg for log messages for opt_ssl_ca option
fixes #3884
commit 3a803770d4fb80347ba70dac94625b0e9aeab44d
Author: Victor Seva <vseva@sipwise.com>
Date: Wed Jun 19 10:12:10 2024 +0200
rabbitmq: don't try to use ssl_socket functions to a tcp_socket
fixes #3883
commit 8f98317e92da61160a1c416e0da45938a205d358
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 19 10:43:12 2024 +0200
db_mysql: switch warn to dbg for log messages for opt_ssl_mode
- GH #3884
commit bc8ff9572eb2930a08dbfe16c94c7f878a05be72
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Jun 17 21:40:35 2024 +0000
github: [skip ci]: bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
commit fabd1eb423b62a5899857cf6c0974bb26fd8be30
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Jun 17 16:01:09 2024 +0200
modules: readme files regenerated - ims_icscf ... [skip ci]
commit 04e065af3d46e4b0def5ed3de6502442466f04bc
Author: H.Yavari <hyavari@senasoftware.com>
Date: Tue Jun 11 13:21:32 2024 -0700
ims_usrloc_pcscf: Update the module document
- Fixing the db_url param value from int to string in admin document.
commit 57087e42f1b1cae86132c558aa9497f4839af7e0
Author: H.Yavari <hyavari@senasoftware.com>
Date: Tue Jun 11 13:05:00 2024 -0700
ims_icscf: add missing documents for database params
- Adding missing ims_icscf database parameters to admin documents.
- Change the default value for ims_icscf db_url to Kamailio default db_url value.
commit 30248b184ca169e6d348c98b0236efd230a5446e
Author: Cedric Mueller <cmueller@sipgate.de>
Date: Wed Jun 12 11:17:50 2024 +0200
tls: enable statistics
commit bf863877f666dd8350e855bf933270b2fd8ad0fd
Author: herlesupreeth <herlesupreeth@gmail.com>
Date: Tue Jun 4 10:44:34 2024 +0200
ims_ipsec_pcscf: update security params of newly created ipsec tunnel in contact
commit d17b97a864585782e03eedada6d226550630f7bb
Author: herlesupreeth <herlesupreeth@gmail.com>
Date: Tue Jun 4 10:43:52 2024 +0200
ims_registrar_pcscf: fix typo in comments
commit d5135adec7297caa4dca0021dcf33ea1a1897aac
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 14 08:16:10 2024 +0200
modules: readme files regenerated - siputils ... [skip ci]
commit e5e0412f61096e82fdaf61b38fe6a219312709d4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 14 08:07:53 2024 +0200
siputils: docs for is_http() function
commit 9789b423da91ecf0d2fad30c90f6ad717884cde7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 14 07:56:03 2024 +0200
siputils: added is_http() function
commit 856ecb09711773c6f24831a1a1d8724733541a7e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 14 07:16:48 2024 +0200
siputils: rename internal kemi function for is_sip()
commit 87c8290ab934fd27f8baebabaf66d1fb4168ba72
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Jun 12 10:13:56 2024 +0200
tls: remove confusing error message when trying to print socket for <default> server
> CRITICAL: <core> [core/ip_addr.c:232]: ip_addr2sbuf(): unknown address family 0
> NOTICE: tls [tls_domain.c:1176]: ksr_tls_fix_domain(): registered server_name callback handler for socket [:0], server_name='<default>' ...
commit 1b97a0271b27794263b3eff61f4acfa81e66069f
Author: Dennis Yurasov <dennis-y@yandex-team.ru>
Date: Thu May 2 12:28:11 2024 +0300
siptrace: add SND_F_FORCE_SOCKET flag if send_sock_name/send_sock_address config parameters are used
- send_sock_name/send_sock_address is ineffective for tcp based transports if SND_F_FORCE_SOCKET flag is not set
commit 71e465818ba3df8a08ee46a728a1b68b5ea647e9
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jun 13 17:05:03 2024 +0200
pkg/kamailio/deb: refresh fix for tls_wolfssl
commit 1d82805ef084d90e5ea14e4894f3e5076e29e2f3
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Jun 13 17:01:36 2024 +0200
pkg/kamailio/deb: fix tls_wolfssl packaging
* packages can't have '_' in name
* distinguish grp module and deb module name
'_' => '-' so tls_wolfssl => tls-wolfssl
commit 128604b6bda0c193fab4d0f2dd5bd6e2927bfdbd
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jun 13 13:31:10 2024 +0200
modules: readme files regenerated - dispatcher ... [skip ci]
commit 0666d34f8816479724b4bdf4621147ccba156c66
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 13 13:24:04 2024 +0200
dispacther: docs - remark about RFC7339 for overload control values
commit b3875476e02bf2590e857f73367efa4cedfbd328
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 13 13:09:08 2024 +0200
dispatcher: use milliseconds for time validity interval
commit 736408b3e6e05cffd3978689b10549dc236ccb0d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 13 12:52:39 2024 +0200
dispatcher: keep internal oc rate as the received value
commit c3ce318e01bf0eae70daa109e680a75f3ea71546
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 13 11:51:46 2024 +0200
dispatcher: print oc details in the record group not in attrs
commit 15403a543d83e337ee578ad37dc1d84316e4cf16
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 12 16:21:34 2024 +0200
core: tcp - change log levels for failing to set source for tcp connections
- it is not possible always and it can fill the logs
commit 40d657592d1be9975deae6052132c458d6485fd9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 12 13:29:13 2024 +0200
dispatcher: internally keep the selecting instead of skipping rate
commit 24afb14cfaba28c4e5a7dfe9f352b02a551eed5c
Author: Henning Westerholt <hw@gilawa.com>
Date: Wed Jun 12 07:59:20 2024 +0000
carrierroute: use proper define for db_url
commit e047f35ad5e1d7b4984a9cce72ffb782fdae3bda
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 11 14:17:19 2024 +0200
dispatcher: debug messages for setting oc attributes
commit 842bb7936ea92a9785711b7e61392615bb541826
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Jun 11 13:46:10 2024 +0200
modules: readme files regenerated - dispatcher ... [skip ci]
commit e92be0e131193b4b0a294e71fb2cfb4f52f5ef6f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 11 13:35:44 2024 +0200
docs: new parameter for ds_oc_set_attrs()
commit 803e8442a2278adc19eebfbb2ff0aba31c180539
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 11 13:09:10 2024 +0200
dispatcher: track oc-seq values
commit b3eefcd34fa16a13f233afcf285f3abbe4401394
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 11 12:59:37 2024 +0200
core: additional fixup functions for int-str-int-int-int parameters
commit 9eb117abe34abbaa1ff228df3d81506b46933e53
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 11 10:57:31 2024 +0200
dispatcher: print oc rate and time in rpc list full
commit dd30f8b905a80f85891df72a1f865c9ad1508c9a
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Jun 10 13:16:10 2024 +0200
modules: readme files regenerated - dispatcher ... [skip ci]
commit 851a839b50296669523947e1a0d73f1b602f0819
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 10 13:09:26 2024 +0200
dispatcher: compare time interval validity for oveload control
commit 244fc84a971d3381e731dab558c19d96e0922f5f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 10 12:49:42 2024 +0200
dispatcher: docs for ds_oc_set_attrs(...)
commit 0f8b5349e2e98333d9e3b578144bb5402d8443e0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 10 12:41:30 2024 +0200
dispatcher: replaced ds_oc_set_rate() with ds_oc_set_attrs()
- used now to set both oc rate and time limit
commit 818cced90cdbb524acbc423c79fc6c2b696da77c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 10 12:22:58 2024 +0200
core: helper fixup for functions with int-str-int-int parameters
commit 2c7c2d215ec9277fa706053579a38f058f15ae85
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri Jun 7 14:00:43 2024 +0000
pua_dialoginfo: Fix ruri length
commit 637c5ce2a9f2a9f82937f9102545f896a5a8abed
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 7 19:46:11 2024 +0200
modules: readme files regenerated - dispatcher ... [skip ci]
commit 16e1b38fcc1593ad09eb03d86cd056ab8ff7f7f7
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Fri Jun 7 13:24:17 2024 +0200
ims_ipsec_pcscf: Fix typo
commit e10a629a7737c12cc58a8abebf1fe67ed1f30ab9
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Fri Jun 7 13:23:53 2024 +0200
dispatcher: Fix typo
commit a366c9a30f953571f89f539e87448ff0c5ac8585
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Jun 7 12:31:09 2024 +0200
modules: readme files regenerated - dispatcher ... [skip ci]
commit 331ca62818df5956676e9f99ebb41917e8d08d2a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 12:29:23 2024 +0200
dispatcher: overload control rate is how many times to skip destination
- counted as in 100 selections
commit cd8f551f40c6d3a3c30d7bb9d96e601c0c3087ae
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 12:18:21 2024 +0200
dispatcher: docs for ds_oc_set_rate(...) function
commit 55f82b772e53910d94c100903fc5c2c147aa91ea
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 12:10:25 2024 +0200
dispatcher: use ds_oc_set_rate() function name
- suggests better its purpose
commit c2bde271f9d606e6cef987a223f746092c59d306
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 12:02:04 2024 +0200
dispatcher: docs for algorithm 64 - round robin with overload control
commit 199f7cc4f29e6bab5f462d0db1942a8a583f8a67
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 11:40:17 2024 +0200
dispatcher: set DS_ALG_OVERLOAD to 64 to be able to use as a flag
commit 42998ac2b33ec9fd47d3b1491b48f4d75d842e55
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 11:09:58 2024 +0200
dispatcher: function to set oc rate for destination records
commit b7d7c6e24a906ed4f58bda603ec4574786919caf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 10:50:28 2024 +0200
core: fixup helpers for int-str-int params
commit f900e3325eb80ce8a266663e5fc251537436d449
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Jun 7 07:44:33 2024 +0200
dispatcher: round robin with overload control algorithm
commit f7c41e6602f397987470d4ff8a50b51ff16dd521
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 6 13:54:58 2024 +0200
dispatcher: prepare oc-based distribution
commit b6cd84b999030acb2db03ce9ff9d3de4d942fff9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Jun 6 13:28:09 2024 +0200
dispatcher: new set of attributes oc-based routing
- ocmin, ocmax and ocrate
commit 388cc4fc7531f803cdd401384b9d6baaa0d81054
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Jun 6 11:46:10 2024 +0200
modules: readme files regenerated - p_usrloc ... [skip ci]
commit 8b6b3881594b4f2ac1b50b9c83cd0e1dac3ec321
Author: Stefan-Cristian Mititelu <stefan-cristian.mititelu@1and1.ro>
Date: Thu May 30 09:14:15 2024 +0300
p_usrloc: Add update/delete based on uniq
commit fc07aad0beaae9e133ca3252b088afd9eece0c53
Author: Stefan-Cristian Mititelu <stefan-cristian.mititelu@1and1.ro>
Date: Thu May 16 10:16:43 2024 +0300
pdbt: Allow to return carrier id 0
commit f57be8030834cdeb0bb509d0d25afc89f3cca6e8
Author: Stefan-Cristian Mititelu <stefan-cristian.mititelu@1and1.ro>
Date: Wed May 15 12:59:58 2024 +0300
pdb: make 'timeout' runtime configurable
Also modify logs related to timeout from NOTICE to ERR and add
a bit more info to them.
commit 77cb0050b0e60bf42b28b77f09e6bd00d57481dd
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Jun 5 20:46:10 2024 +0200
modules: readme files regenerated - siputils ... [skip ci]
commit d1ec29726484026c27902832a3daa052d5d68c3d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 5 20:30:20 2024 +0200
siputils: docs for is_sip() function
commit d2ff3dd39766e4ee859c115f1fc5bf93d72abed9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Jun 5 20:25:20 2024 +0200
siputils: added function is_sip()
- return true if it is a SIP message
commit e94812149c6f2867a5b23f1218a9af139590bf51
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Jun 4 16:29:50 2024 +0200
dmq_usrloc: reformat exported structures
commit 3d187336f22e30800acefd28e4d0f98e0f677a49
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Jun 4 09:37:01 2024 +0000
nathelper: remove magic constant
commit 8e0b2e4b6450fa50bd573fa013dc888aaaccd2bf
Author: codenot <codenot@msn.com>
Date: Wed May 29 10:10:28 2024 +0800
nathelper: fixed handle_ruri_alias_mode(1) cannot proper handle multi alias
commit 06d583e356351ae9d8a559c9f5de3e57fb128a38
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri May 24 08:03:49 2024 +0000
core/resolve: Check dns_cache_init and choose appropriate functions
commit 34d3e318aeb3ca3f3e6e48681eff517758fb0703
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Jun 3 22:55:34 2024 +0200
uac: reformat exported structures
commit b508ef253cf996a5efd8bf13ded0c804f3557ada
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 2 21:28:19 2024 +0200
iims_registrar_scscf: include header for common c functions
- GH #3855
commit 48317d3180e8ec67d24862ebcbbb80ab887ff5bd
Author: Richard Fuchs <rfuchs@sipwise.com>
Date: Fri May 31 10:20:03 2024 -0400
rtpengine: use extract_body with read_sdp_pv
If the module uses an SDP taken from a pvar, and the current message
uses a multipart content, don't replace the entire message body with the
rewritten SDP, but only the part of the body that is SDP.
closes #3854
commit f2a1d87d3122c4e7075f6dae31ca48b2ce36869f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Jun 3 21:16:10 2024 +0200
modules: readme files regenerated - uac ... [skip ci]
commit ad9bef09935d47729611cf5532300b634f99fec8
Author: Tyler Moore <tmoore@goflyball.com>
Date: Fri Apr 26 07:55:15 2024 -0600
uac: add reload_delta parameter
- add support for setting a different RPC reload interval than
the reg_gc_interval parameter. This allows the cleanup timer
to match the user's retransmission timeout without constraining
RPC reload times to a large interval.
commit 51dcab019a42e5b1f3b81247ca71ffcaf46180de
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Mon Jun 3 08:48:40 2024 +0200
geoip2: Reload database before accessing it
Re-add reloading of database.
GH #3861
Fixes: 293193c55c ("geoip2: clang format module file")
commit 293193c55caaf5d0c39dc456babe92f574b58b3b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 2 04:58:23 2024 +0200
geoip2: clang format module file
commit baccbe0298f9fa46db285505bc4386f997de5a47
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Jun 2 04:51:33 2024 +0200
geoip2: keep global structure per process
- parsing db file allocates private memory
- reworked reload to rely on a global counter
- GH #3861
commit 4bd619d3517f129362de3ce50eed2620d5002b42
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jun 1 07:50:45 2024 +0200
geoip2: rename global lock variable
commit e066613cac308d1129baebc47d7c245b36eba4b0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Jun 1 07:39:54 2024 +0200
geoip2: do not close global MMDB_s on destroy
- GH #3861
commit 8ba4ee4e00798ca015adc48542d0e4de8ed9daad
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 31 19:23:41 2024 +0200
geoip2: init MMDB_s global pointer and check on destroy
commit d89333748662c0e7c72e3579d41fd14ef05c0fee
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu May 30 16:24:03 2024 +0200
regex: fix pcre2 migration
instead of reserving an array in pkg_mem and later
copy the pointers to shm_mem just use shm_mem in
the first place.
fixes #3812
commit 630a6f2c11c10c4f3be3570553d86486942d60fe
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu May 30 14:59:05 2024 +0200
dialplan: don't call free on empty pcre pointer
fixes #3851
commit 8363208fff7c101a2779ff64783e5b7dbf8ffd7c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 29 10:18:44 2024 +0200
siputils: free head of params list for get_uri_param()
- GH #3857
commit d72a3fbc903da02ae3b26f3aae2ea228c9f8b255
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 29 10:15:21 2024 +0200
siputils: free head of params list for get_uri_param()
- GH #3857
commit e67f6048f4883d446df2d88fe7a7d7f2ff6daf8c
Author: Bastian Triller <bastian.triller@gmail.com>
Date: Tue May 28 14:17:58 2024 +0200
rtpengine: Fix extra process in pkg.stats
When DTMF events socket is not configured, pkg.stats RPC method returns
an empty entry.
{
entry: 13
pid: 0
rank: -128
used: 0
free: 0
real_used: 0
total_size: 67108864
total_frags: 0
desc:
}
Fixes: 26f6e57c8f ("Register a new worker process for dtmf event listener")
commit 24b27214231166366cceb88fcb3724298cc53b32
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 28 11:45:37 2024 +0200
htable: error on not finding htable in pv get
commit 6a8eb982be8d8f0c731dd423827480a1a27c2d8f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon May 27 15:31:11 2024 +0200
modules: readme files regenerated - permissions ... [skip ci]
commit 534a35956b1a79598dcd2436248c5d7ce4e92da8
Author: Donat Zenichev <dzenichev@sipwise.com>
Date: Fri May 10 09:43:28 2024 +0200
permissions: introduce func `allow_register_include_port()`
Introduce new function: `allow_register_include_port()`
to be able to check the whole Contact header including port.
Example, register.deny content is:
ALL : "^sip:.*192.168.0.101:5062"
If the Contact is: "Contact: <sip:testuser1004@192.168.0.101:5062>"
then this will check the Contact hf including port of it.
Otherwise if usual `allow_register()` function is used,
then only the "testuser1004@192.168.0.101" will be taken into
account, which will lead the regex to be failing and letting
the check to pass through.
The func `allow_register_include_port()` works similarly
as `allow_register()` except it checks Contact's port.
Full backwards compatibility is kept in place,
no need for users of the module to change anything in
their configuration or kamailio script itself.
commit 82cfea317fd8d02a6c94347bc1be18c8a06e580f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 27 09:11:48 2024 +0200
htable: error on not finding htable in pv set
commit d4629be286fc6d3cf61574e34ee877b2c5e9ee4a
Author: Juha Heinanen <jh@tutpro.com>
Date: Mon May 20 11:41:42 2024 +0300
tm: add mandatory Max-Forwards header to local AC
commit 4eb39425e2bb9322e0cc4f0c013aaeab1fcfb9dd
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 17 10:40:54 2024 +0200
pv: added $cts - contact header star status
- 1 if it is *, 0 otherwise
commit e738bd08b14bfc765a8317267d738a8b1b574c64
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 16 21:23:41 2024 +0200
pv: added $ctu - return contact header uri
commit 6b8f6d3b5d563d91234b8d4b7e155b7e74b9d313
Author: Rick Barenthin <rick@ng-voice.com>
Date: Thu Apr 25 19:16:58 2024 +0200
usrloc: delete location_attrs in db_only mode on delete_urecord
When calling delete_urecord in DB_ONLY mode the location_attrs are not deleted.
This fix makes sure to delete location_attrs when calling db_delete_urecord is called.
commit 25e409cf60a80e4e0af09bb84234af51c33755c4
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu May 16 09:46:51 2024 +0200
pkg/kamailio/deb: version set to 6.0.0~dev2 [skip ci]
commit 2e2b22a097139239b8493bfdd777530a9795ad66
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 16 09:25:33 2024 +0200
Makefile.defs: version set to 6.0.0-dev2
- next major release series is going to be 6.0.x
commit ccfb5a0f852bf101c1e2ef46f08192921a4d963f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 15 22:03:43 2024 +0200
auth: point auth_algorithm to a static list values
- function parameters can be overwritten by subsequent functions
commit 922d7dfd9ae7d13436c23d60f22d47c9c2fa127a
Author: Lucian Balaceanu <lucian.balaceanu@1and1.ro>
Date: Fri May 10 10:49:27 2024 +0300
p_usrloc: use a global p_usrloc_columns variable in db_load* functions
commit 467dbf3e1be16d5a760178d0801834ac67bad888
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Apr 29 13:37:24 2024 +0000
db_cluster: Update log levels
commit 18e4d38e4d57ce88cbe16eec4cfb2a5a1b5554a4
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 14 18:11:32 2024 +0200
auth: export auth_algorithm(...) to kemi
commit 4a7aa098281b608177c5da61e7a47067463267bf
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue May 14 18:01:11 2024 +0200
modules: readme files regenerated - auth ... [skip ci]
commit 3763e9c826640402c798d4581d0b2f1b13e4519b
Author: Juha Heinanen <jh@tutpro.com>
Date: Tue May 14 17:52:29 2024 +0200
auth: new function auth_algorithm(...) to dynamically override algorithm
- GH #3849
commit 767b3faee3af450d6482b919c81431ea6d707807
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Sat May 11 17:45:08 2024 +0300
db_mysql: fixed build on CentOS 7
commit d1f377ff23f491bfd5162cb7bf510759440dd8e5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 10 12:45:25 2024 +0200
sipcapture: use local static buffers for ip address and port
- GH #3835
commit 9b087fd618ab6c5cbd6a29c352b09c7198f1b594
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 9 08:17:15 2024 +0200
tcpops: reformat exported structures
commit 1535031a6c992c23270050793b23d290a631b684
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 8 06:56:47 2024 +0200
etc/kamailio.cfg: remove executable flag
commit 29910ecc8f27cf70aa4490f8ed5188199ad8e612
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue May 7 19:46:10 2024 +0200
modules: readme files regenerated - tcpops ... [skip ci]
commit be9af338e3afdab1045cdd7c30a72a9ecddcb680
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 7 19:32:39 2024 +0200
tcpops: note about execution of event routes by TCP main process
commit 3b7754fd3a75f849bb7509968843817d5888b2f8
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue May 7 18:16:09 2024 +0200
modules: readme files regenerated - sipcapture ... [skip ci]
commit aeeeb0c2f46c2575639dd725bef78fac64219a07
Author: Henning Westerholt <hw@gilawa.com>
Date: Tue May 7 16:14:46 2024 +0000
sipcapture: fix default DB URL docs
commit 446c75e0e2194b6e42d768d2e3c79b5f0222905f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 7 16:55:24 2024 +0200
ctl: info log on ECONNRESET (connection reset by peer)
- not a type of error that can be controlled by kamailio
commit 65bafaffd6bcfebc508b774cfbb78120e68bb3f0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue May 7 16:49:49 2024 +0200
ctl: removed level and function names from log messages
commit 6cb26e9e7045eeec9c08867fe264c71c697bb9d8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 6 18:40:41 2024 +0200
core: cfg socket struct - option to bind to a range of sockets
- bind can be: proto:addr:portstart-portend
- bind=udp:127.0.0.1:5060-5080
- start and end ports are inclusive
commit 2503a6fa6d45bb44ae390819636ad96269029b75
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon May 6 07:56:28 2024 +0200
core: udp server - lookup async task group for multi thread receiver
- cache it locally for runtime usage
commit f8b08d01a98be3e5c823af769e20f0ccee1af629
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun May 5 19:53:14 2024 +0200
core: async task - functions to find group and send tasks
commit f69b22d44cb5abc803c2b58790dd33f2310c1c59
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 4 20:18:18 2024 +0200
core: parse/contact: jump to error on too many contacts
commit 61660322ad07be24cdc98c0debb01119960124ea
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat May 4 08:45:28 2024 +0200
core: new udp receiver mode - one multi-threaded process
- activated with udp_receiver_mode=1
- one process is created that starts one receiver thread per UDP socket
- SIP messages are pushed to "udp" async tasks group
- sending is still done by any of processes
commit 77de86909ac8c156335e1e789bb3067932f9eff5
Author: S-P Chan <shihping.chan@gmail.com>
Date: Sat May 4 19:48:21 2024 +0800
tls: document handling of thread-locals
commit fc52a54370c085d6fa951da876eee99580677922
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 3 14:57:47 2024 +0200
core: parser/contact - basic validation tests for contact uri
commit d6b0beb5a219ae57a62e9e7201a6ec1fe66e5a96
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri May 3 14:36:29 2024 +0200
core: parser/contact - add limit for max number of contacts
- defined to 256
commit f1baf7dd48c4ccb8d2d0ab0b24547f2793bb8588
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 2 10:15:48 2024 +0200
nghttp2: set the data field for event route
- reset ctx fields when nothing was set from session/stream
commit 53e1a29c265df1489c9bd91deddc0719f8ca2092
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu May 2 09:27:41 2024 +0200
pua: check if local requests are dropped and free the param
commit 00aac8d48370fac356eecff535835d918c631cc5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 1 07:00:58 2024 +0200
uac: check if local requests are dropped and free the param
commit d12fc31056cb37aac347ec05f9ada7bafa5f52de
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 1 06:20:43 2024 +0200
presence: check if the local notify was dropped in event route
- free tm cb parameter on drop
- related to GH #3403
commit 68624c2da093ab789d4e8d35df65ef1bce024bca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 1 06:08:28 2024 +0200
pv_headers: print also the new TMCB_LOCAL_REQUEST_DROP in debug function
commit ebd1c6c75a1b832ce85d576aad134b99d47b5738
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 1 06:07:26 2024 +0200
tm: cb_flags made unsigned for uac_req
commit f5da773c5fa29edbf9d0e65a83a62f495928ddec
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 1 05:57:46 2024 +0200
tm: cb flag to mark local uac on request drop
commit ee06666c43d96029315dae7618e10d381265a85a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed May 1 05:28:18 2024 +0200
tm: free new buffer on drop for local requests
- GH #3403
commit 3f774f37a7ce6e102e1691707b2ba88cd4edfee1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Apr 30 16:46:09 2024 +0200
modules: readme files regenerated - sipcapture ... [skip ci]
commit 265c948286f2df5136179c95fbb1d7f1255e4c71
Author: Jannik <40364587+volkland@users.noreply.github.com>
Date: Tue Apr 30 12:28:20 2024 +0200
sipcapture: docs - fix default value for parameter
commit 60d2ab6464657abf38136a771c297c6f5536e27a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 30 10:19:35 2024 +0200
ims_ipsec_pcscf: cascade on options to get the uri for fill_contact()
commit c3e6c1edc7531406208efe2965243e6e81506127
Author: Alexander Couzens <lynxis@fe80.eu>
Date: Mon Mar 4 17:33:50 2024 +0100
ims_registrar_scscf: free_uint_fixup: fix memleak/freeing the wrong parameter
The free_uint_fixup() freed the wrong parameter in the past.
commit 6f908f05d4691abcb1b3a745048d3cc2a9996676
Author: Alexander Couzens <lynxis@fe80.eu>
Date: Mon Mar 4 17:32:00 2024 +0100
ims_registrar_scscf: fix typo in function name uint_fixup
commit 82a6d7ea6edbaca60879a38c5e74e40920e89342
Author: Alexander Couzens <lynxis@fe80.eu>
Date: Mon Mar 4 17:21:25 2024 +0100
ims_registrar_scscf: refactor save_fixup4
Rename function to match argument number.
Use assign_save_fixup3_async instead of the code copy
commit 20a75004d53a06da0f22b11804a4d83496ad8919
Author: Alexander Couzens <lynxis@fe80.eu>
Date: Fri Mar 1 17:38:21 2024 +0100
ims_registrar_scscf: fix uninitialized arguments in save()
The script "save" command can be used with different arguments:
2, 3 and 4.
But internally for all save() calls the exact same function is use, w_save().
When calling save("PRE_REG_SAR_REPLY","location"); as given by the examples,
kamailio will call w_save().
Because the command code will cast the function pointer, the w_save() function
is called with 2 uninitialized arguments *mode, *c_flags.
mode is unused, seems a legacy argument. c_flags is referenced resulting in a crash
if not null.
Use separate wrapper functions to handle different argument number.
Fixes: a627c9a04a74 ("ims_registrar_scscf: Extend save() with optional flag")
commit fe6f4fcde2fa06a3c00479cef169c27dc32ae490
Author: S-P Chan <shihping.chan@gmail.com>
Date: Mon Apr 29 09:24:16 2024 +0200
tls: clear thread-local variables up to tls_pthreads_key_mark
- other libraries may set thread-locals via pthread_setspecific
- assume that tls_pthreads_key_mark demarcates libssl's values
- only clean thread-local values up to tls_pthreads_key_mark
Currently only used by app_python[s]
commit 27351e3f9f551a86ffecbc1e6aa269a2946d55d1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Apr 29 10:16:08 2024 +0200
modules: readme files regenerated - ims_ipsec_pcscf ... [skip ci]
commit 48dab490965fa7f2f7200d95edd7dbb1407b2536
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 29 10:08:29 2024 +0200
ims_ipsec_pcscf: handle tls for replies
commit f7f93828993b5975dfe5f26ad63ba6c489aa69f7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 29 06:49:47 2024 +0200
ims_ipsec_pcscf: updated comments for ipsec_forward() flags
commit 575b17d23cd5fa060f775bc56b42c735048bc849
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 29 06:46:56 2024 +0200
ims_ipsec_pcscf: docs updated for ipsec_forward() flags
commit ab261540d656ed456bac8876f77f940457a9baf6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 29 06:32:07 2024 +0200
ims_ipsec_pcscf: decouple IPSEC_FORWARD_USEVIA and IPSEC_TCPPORT_UEC for requests
- both flags should be avaible for use at the same time in
ipsec_forward()
- for request IPSEC_FORWARD_USEVIA gets the protocol from the next hop
address
commit 8558947034f16b162c15eda39d18f5f5df4ef562
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 28 23:28:38 2024 +0200
ims_registrar_scscf: init variable to fix analyzer warning
commit 5e66ba23851f115bcb88d7e3f71f78ab33fc1e30
Author: Ostap <ostap_mal@hotmail.com>
Date: Mon Apr 29 00:15:28 2024 +0300
modules/statsd: ensure statsd failures do not stop execution (#3819)
* modules/statsd: avoid stopping flow when sending statsd metric fails
Currently statsd functions return bool: `true` or `false` depending when
the function succeeds or fails respectively.
This value gets implicitly converted to `int`: `true` -> `1`, `false` ->
`0`.
For Kamailio `1` means succesfull execution, but `0` means to stop
processing messages, which is not what we want as statsd should not impact
flow execution. Instead we want to return `-1` which signifies error,
but the flow continues.
* modules/statsd: do not fail module initilization when statsd init fails
statsd_init executes `statsd_connect` which tries to connect to statd
server.
If connection fails then kamailio fails to start.
This is not the desired behaviour as:
1. Kamailio should continue working even if statsd server is down,
metrics should not impact runtime.
2. `statsd_connect` is also re-executed each time we try to send the metric https://github.com/salemove/kamailio/blame/master/src/modules/statsd/lib_statsd.c#L76,
so it's initial result is not essential.
Note, that before 5.8 the result of init was already ignored due to
implicit conversion of `false` to `0`
until after
https://github.com/kamailio/kamailio/commit/0186246fce8f0e4bb46b30c05174983cd957a3ba
was introduced (which could be considered a breaking change even if it
seemingly fixes a bug in conversion).
commit de23dc1035e4b885f45bc4150d282c26b294db64
Author: Tyler Moore <tmoore@goflyball.com>
Date: Thu Apr 25 14:12:21 2024 -0600
utils/kamctl: make root host/port configurable
- add support for configuring the DB root host/port connection
parameters separate from the ro/rw settings. This allows the
user to authenticate over the specific socket configured
(tcp/udp/unix) for each connection type (root/ro/rw).
- note that support is added for mysql and postgresql connections.
no changes to the other DB engine connection parameters.
commit f0caa96e7622c40200d22d730ca904f27e5fe752
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 27 08:45:38 2024 +0200
phonenum: clang format cpp file
commit 5b0e1e6d23fb0bf028589ae27949f11be2b22837
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Apr 27 08:46:10 2024 +0200
modules: readme files regenerated - phonenum ... [skip ci]
commit efffd1db25f2da411f53fdab4954c60c16c021ae
Author: Daniel Donoghue <daniel.donoghue@aurorainnovation.com>
Date: Tue Apr 23 20:29:06 2024 +0200
phonenum: add national number
- add natnum property, containing the nationally formatted number, to pv
commit 465994de2859c7863b4cef8457be0a207f15c932
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Apr 26 15:46:09 2024 +0200
modules: readme files regenerated - ims_usrloc_scscf ... [skip ci]
commit 8506a6fe781e6e0b0b1418f4087db50480db6b57
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 26 14:35:22 2024 +0200
ims_usrloc_scscf: enclose examples in dotted lines for better visibility
commit 15d859e1e96552fca2708cf56047021beae29711
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 26 14:24:16 2024 +0200
ims_usrloc_scscf: reformat exported structures
commit 9f28450312749dfbc021a8cbc23472c8a39d3fef
Author: Henning Westerholt <hw@gilawa.com>
Date: Fri Apr 26 05:54:27 2024 +0000
uid_auth_db: spelling fix in documentation
commit db176a4918c0b500f5f051cad16fd8d442450ab7
Author: Henning Westerholt <hw@gilawa.com>
Date: Fri Apr 26 05:53:30 2024 +0000
core: spelling fix in comment and log message
commit 36fc03eaa49ba8ff02acd451699185ac18d8618e
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Apr 25 14:16:08 2024 +0200
modules: readme files regenerated - htable ... [skip ci]
commit 39a2679fe165e34a225615ec32c58692fdcaf6a8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 25 14:00:40 2024 +0200
htable: docs for in operator for remove functions
commit c0d80f9eb42b025802c4680f19d788d01497301a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 25 13:53:31 2024 +0200
htable: added in operator for rm functions
commit fe8f052c29528b656062927626f9784b32b7c8f6
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 25 13:49:58 2024 +0200
tcpops: removed unused variable introduced recently
commit 0ebfddd20b43396d602b4c68a88f7c2bc58ed211
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 24 21:34:28 2024 +0200
regex: reformat exported structures
commit 999d0c65402c99491683d694d77a01a5c1f91ecf
Author: tsearle <torrey.searle@wavecrest.com>
Date: Wed Apr 24 11:28:49 2024 +0200
tools/kemi: escape docstrings when required (#3824)
some of the documentation contains \ which need escaping
commit 2cc62133db4f6875f55e73e044f37dafbb2274c2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 23 12:08:30 2024 +0200
regex: allocate pcres array
- GH #3812
commit 84517c14ca38a8371c67b858077a42019c2217a8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 23 11:49:23 2024 +0200
regex: init globals for safer shutdown on failure
commit 66b3c04a9653425b1602c82dd2456a7eb7cf59d1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 23 11:19:30 2024 +0200
core: fmsg - parse loopback ip when initializing faked msg structure
- GH #3817
commit f5c05a68ae72881ab0691bb8488112356fc67c79
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 23 10:42:02 2024 +0200
pv: use global tcp connection callback for event route on $conid
commit d114d11724dc4157e7e5809504531d26da6bcc57
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 23 10:36:35 2024 +0200
core: tcp - set a global shortcut to tcp connection for event route
commit 27e3b7f3f82957c6dc80f2ff89c40bdd87cecb81
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 23 10:21:20 2024 +0200
tcpops: reworked some debug messages
commit 11e7d71e5c2ee9428298658ed3b9a0f625d40f00
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 23 10:19:29 2024 +0200
core: tcp - keep connection id on event route cb structure
commit 6e6b4f06546a0d9ad942847ee745b17a5aeb7f6a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 22 21:54:26 2024 +0200
xhttp_prom: use %lu for printing pkg fields
commit b96de87ae94db2285d7a5f022c38a746d69ae5ef
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 21 20:43:38 2024 +0200
ipops: define hostname size for ptr structure
- replace the strncpy with strlen with straight strcpy
commit 6b29df73115682424daf7b276d0138f004e274f7
Author: tsearle <torrey.searle@wavecrest.com>
Date: Mon Apr 22 12:53:48 2024 +0200
tools/kemi: add dockstrings to the mocking (#3818)
kemi_mock.py can now optionally consume documentation information
generated by the vscode-kamailio-hover project
commit 49276a1f43b1a3bf4a8d681888df964000360c79
Author: Rick Barenthin <rick@ng-voice.com>
Date: Wed Apr 17 13:02:02 2024 +0200
usrloc: check on db delete the return value of memchr
When inserting into the database the AOR is split at the @ sign and
if there is no @ sign in the AOR only the domain part is filled and the
user part is left empty.
But for deleting this is not done and the query failed to be executed
and the AOR is not deleted. This PR add this behaviour of only comparing against the
domain part if the AOR doesn't contain a @ sign.
commit d4c23324a84d9727653e0b67c4455f9cf6be3d0c
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Apr 18 15:29:39 2024 +0200
cfgutils: initialize the optional key
* bug introduced at 424769743c93dea5a4d2c21f7a0ef8ea8779a5bb
commit 382264730393afac09a319df46044c6ac0753ea7
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Thu Apr 18 14:14:53 2024 +0200
cfgutils: reformat exported structures
commit 175d755c40bc50b78b2cf4f18ad22429289af90d
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Apr 10 11:14:45 2024 +0000
tcp_main: Match wss protocol
commit d81e5113884b933251499630d112ec5b1150b8a4
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Apr 10 11:13:32 2024 +0000
core/forward: Match protocol when forwarding
commit 0a28a93c6e060081267dc686e342d45ef03358e7
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Apr 8 09:42:49 2024 +0000
tcp_main: Update comment docs
commit 6779efd430178adff0ae438d178e38c003e4e05c
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Apr 8 09:29:57 2024 +0000
tcp_main: Add proto argument to tcpconn_exists function
commit 4a40b16d4f9bef9bc75d3272c83878e6348aa0b8
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri Apr 5 13:23:56 2024 +0000
tcp_main: Add protocol argument for searching tcp/tls connections
commit 30a0fe2ea4b1b59bb8e552f9abd3a65e1c7226ec
Author: Arnis Voitkans <a.voitkans@dynatech.lv>
Date: Tue Apr 16 12:40:09 2024 +0000
etc/kamailio.cfg: added tcp_accept_iplimit config sample
commit b4753ae4216b0c960ac094f4be8232fb4d0147b0
Author: vijay kumar <vijay.kumar@exotel.in>
Date: Sat Apr 13 01:26:13 2024 +0530
rtpengine: fix pkg mem leak in send_rtpp_command()
- freed request.s after sending request to websocket
commit f43324473bfd9b6c5db59c5691e316d32c15be81
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Apr 15 21:31:23 2024 +0200
modules: readme files regenerated - acc ... [skip ci]
commit 1adc07240c153b40f6bf5cb700145f8789070bcc
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 15 21:29:54 2024 +0200
acc: docs - small fix to cdr_extra param example
commit 70f19ddd16b392f46e32b41536bde6fba8e7e14a
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Apr 15 11:09:40 2024 +0200
pkg/kamailio: app_lua_sr module relocated to archive [skip ci]
commit 0c49d30f9d5ae1b1c4b5210851e30725dfa7aa8b
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Apr 15 11:09:02 2024 +0200
app_lua_sr: module relocated to archive
commit 94b9cd5d5ffafde86fbcbede2d9a018fc616b6b1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Apr 15 11:01:29 2024 +0200
modules: readme files regenerated - cfgutils ... [skip ci]
commit 92ac41c1e770077d39516fc049358b3c3897d590
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Mar 26 11:54:46 2024 +0100
app_lua_sr: support second str for cfgutils lock
commit 235591cd704529589bbde700b6232ac55281d071
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Wed Mar 27 08:47:22 2024 +0100
cfgutils: document second optional string for hashing on lock functions family [skip ci]
commit 424769743c93dea5a4d2c21f7a0ef8ea8779a5bb
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Tue Mar 26 11:07:12 2024 +0100
cfgutils: expose optional second string key for hashing at locks
commit 0fae1026d49aa765b4451d2534972b57a2c09998
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Mon Apr 15 08:55:36 2024 +0200
pkg/kamailio/deb: version 5.9.0~dev1 [skip ci]
reset debian/changelog for 5.9.x series
commit 39ca28748162e940bd91bf4e0cb0b1223b5f9138
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 15 07:19:31 2024 +0200
Makefile.defs: version set to 5.9.0-dev1
commit 7bc702b79bb07901c0925c9842b75ad3d818b4e1
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Apr 14 15:46:26 2024 +0200
modules: readme files regenerated - htable ... [skip ci]
commit bb093505c5c5f625339f85961518f9db3fd6725d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 14 15:41:31 2024 +0200
htable: docs for sw operator for functions removing items
commit 29a890ffdcd394d26d53bd0951c7ca58262c7696
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 14 15:29:57 2024 +0200
htable: add ew (end-with) operator for delete items functions
commit 671b874a31fb10c6c9e9a246358928f202fc669d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 13 21:24:54 2024 +0200
nghttp2: clear response headers on event route
commit a368140d8d32a68ccc21845aad95e43c98a802d7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 13 08:58:20 2024 +0200
nghttp2: fix typo in filed type
commit 702e9cdbe8c6ca5856c25f9737d77e3223bbf9ce
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 12 21:59:10 2024 +0200
nghttp2: structure to hold headers in stream data
commit a8481f588d5461285e512a0b68803ffc0f41d7b3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 10 10:06:20 2024 +0200
nghttp2: debug message instead of error on peer disconnect
commit 11c5ed679193c4cc94957c0a5948e07bfbfcfee9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 10 10:00:08 2024 +0200
nghttp2: debug with data content
commit 2b8d587713d96fbee31534b9b16f2c2b432e2e68
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 10 09:16:05 2024 +0200
nghttp2: added $nghttp2(pathfull) - full http path with all params
commit 8bc64a9e6820243336387d9cd9acf81f24d89993
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Thu Apr 11 10:47:11 2024 +0000
corex: Fix unknown af in list_sockets
commit 9a43631e1707490c0781f9d2d10055663ebcde44
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 10 08:07:30 2024 +0200
nghttp2: store method in stream data
commit 7fb51562233c8b94a4bb38e4bcb8c7529937ed9e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 10 07:31:18 2024 +0200
nghttp2: $nghttp2(url) replaced with $nghttp2(path)
- match corresponding http2 header name
commit 2da9ed9395ef04f889f4594753fc5f4cf7a75b29
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 9 19:28:25 2024 +0200
Makefile.groups: added group for nghttp2 module
commit 5655ded56eed50f743d2a60cb4c27c2c5b8dbd4b
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Apr 9 19:31:21 2024 +0200
modules: readme files regenerated - nghttp2 ... [skip ci]
commit 3439eb44087b044cb9caaaf8af8df155d6a42bba
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 9 19:15:32 2024 +0200
nghttp2: docs for nghttp2_reply_header(...) function
commit ec847027effacb0f7003a3b12ff33017e10dc0c1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 9 19:10:57 2024 +0200
nghttp2: separate function for setting response headers
commit f3a5fb519d1e6a6670e44175332dc7889f8fb99e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 9 17:21:40 2024 +0200
nghttp2: convert to debug messages
commit 20fd1c44916f45b7dec6253f6f105aa606839281
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 9 17:18:05 2024 +0200
nghttpd2: docs - update required libnghttp2 version
commit 6333db8fb19bd8684476914b3fe4d3ebda36940a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 9 17:09:29 2024 +0200
nghttp2: compatibility with older libnghttp2 versions
commit 740b73e6dd174f2946e29cfc00c2a72063fd6645
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 9 16:40:57 2024 +0200
nghttp2: Makefile - link with additional libraries
commit 9d3759c5fcf38c842285dc2f6a700f7bb4cea740
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Tue Apr 9 12:46:25 2024 +0200
modules: readme files regenerated - ipops ... [skip ci]
commit 5a5b96c8a1906b45873e50243f5946b8db5a068b
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Apr 3 10:21:55 2024 +0000
ipops: Add KEMI wrapper for ptr_query function
commit 812ad6eb4e49426197e2860b89b255fffb018b5a
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Apr 2 15:34:24 2024 +0000
ipops: Add brief comment for ptr_query
commit a824e939b589ae595fc735de1337a8bf4470de20
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Apr 2 15:17:02 2024 +0000
ipops: Add ptr_query docs
commit 4c775eddaf76cbaf376bfb2d0e5efc78d0d60dc4
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Apr 2 10:36:33 2024 +0000
ipops: Add PTR query support
commit 9181ee56e8e90845982a5d994b96917c1e03d059
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Apr 2 10:35:54 2024 +0000
ipops: Move structures to header
commit a7e02a406a0ecec5434fc634149dfc8f61043b2f
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Apr 8 21:31:24 2024 +0200
modules: readme files regenerated - http_client ... [skip ci]
commit 5ba76f65f5c2ea522a2e6629bd845918258a80cf
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 8 21:25:11 2024 +0200
nghttp2: new module for supporting direct http2 connections
- initial import version
commit d55cd7e613c787ce0dd91abad036d4ecd7556023
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 8 17:03:19 2024 +0200
http_client: docs for http_client_response_headers_clear()
commit cdf0633b6b51bbfb7eb785715358c88aeb4c6a40
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 8 14:14:58 2024 +0200
http_client: added http_client_response_headers_clear()
- clear response headers
- if not explicitely done, it happens when next http request is
performed
commit 60ded00a3b574a08457a696334d11d668595cc0b
Author: Stefan-Cristian Mititelu <stefan-cristian.mititelu@1and1.ro>
Date: Mon Apr 8 11:35:38 2024 +0300
pdb server: allow carrier id 0
commit 1b01ecfe0b4e9bbba62afae0f3a3bb1612cdffcd
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sun Apr 7 16:01:35 2024 +0200
modules: readme files regenerated - http_client ... [skip ci]
commit b3562c6b10accec829a15c25fd56e53c8c89a87e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 7 15:50:33 2024 +0200
http_client: docs for http_client_response_headers_set()
commit 00198b8d863a94ea593b7473c88c35e6cad67014
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 7 10:41:22 2024 +0200
http_client: added http_client_response_headers_set(mode)
- control if http response header should be set or not
commit fdb9c938639b3fea29b8c1ba6e6e412a5da8a7f3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 7 10:27:11 2024 +0200
http_client: docs for $httprhdr(name)
commit 90d78b7b2bfc1899c1b64c2db8a353d43df68218
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 7 10:15:41 2024 +0200
http_clinet: added variable $httprhdr(name) - get response header value
commit f7e0a189362cc9f5ab8962868496c4b49b72a76c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 7 09:33:04 2024 +0200
http_client: docs for modparam response_headers
commit 8f364976a81358de39cb5d675b3703f3f65a0d59
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Apr 7 09:20:33 2024 +0200
http_client: option to store http response headers
- new modparam response_headers has to be set to 1
commit b4537720ff8158d59856cc0601ff4bf84216be99
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Sat Apr 6 08:46:21 2024 +0200
modules: readme files regenerated - corex ... [skip ci]
commit 9b3b8ec968c6f7bda0d10a0d4fe593a92560ee7d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 6 08:35:19 2024 +0200
corex: docs for dns_file parameter
commit c8cf642c21169bcaee82347db858d8f3bcb6a42c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Apr 6 08:19:19 2024 +0200
corex: added dns_file modparam
- can be set to the path of a file containing dns_cache records
- each line has to contain a dns_cache-param-formatted record
- empty lines are allowed
- comment line has to start with #, comments can be only on separate
line, not supported after dns_cache record
commit 92d3573b500374d100639484e5a84cb640dc6b1d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 21:41:21 2024 +0200
ims_ipsec_pcscf: log error message made info
commit 5b689721332a311dd2fb93d154e09c775701dab4
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Apr 5 20:31:21 2024 +0200
modules: readme files regenerated - xhttp_prom ... [skip ci]
commit bae35e49fa364de6a4c003c4484358d5592677de
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Fri Apr 5 18:28:32 2024 +0000
xhttp_prom: update documentation for uptime statistic
commit 6af0ae461486554481cbace41d50b8639b2ade8a
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Fri Apr 5 18:21:29 2024 +0000
xhttp_prom: new uptime statistic
commit d1118064d04bb77c818540e68edf1766db1d560a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 16:19:42 2024 +0200
siputils: tel2sip2() - memset to 0 pkg allocs and recompute len of new uri
commit 8523eb2180ec878278863c5315ca4067586824bb
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Apr 5 13:01:11 2024 +0200
modules: readme files regenerated - textopsx ... [skip ci]
commit 3208dd822f94cff7b28d9682b083f3d144d7368e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 12:59:39 2024 +0200
textopsx: docs for msg_changed_route(...)
commit ac22a5c174d4652ae09b779a5384182211700f20
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 12:50:27 2024 +0200
textopsx: added msg_changed_route(rname)
- execute a route block using the changed message, without efectivelly
changing the current message structure (it stays without changes
applied)
commit 756f01eecec754726c09a7067e11db9781e35ac1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 12:06:09 2024 +0200
pv: use core helper to evaluate changes for pv updated message buffer
commit cad94eb73c1223ddcf69aa0d073deb3118b46e3f
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 12:05:42 2024 +0200
core: msg translator - helper function to evaluate changes
commit 95f7af6f3aea7ff01fdc06a72703441c4ef320ca
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Apr 5 11:31:18 2024 +0200
modules: readme files regenerated - rtpengine ... [skip ci]
commit 8330158b88815f28326fc5293831c83cebc2e41c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 11:06:53 2024 +0200
rtpengine: docs for write_sdp_pv_mode parameter
commit 664190b31303b52728f957113d97bd77a7ab4f8d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 10:55:09 2024 +0200
rtpengine: added param write_sdp_pv_mode
- if set to 1, write the returned sdp in pv and set the body
- default 0, write only in pv (existing behaviour so far)
commit 30f620ae2254888c0d8d7edc375cb312e33de124
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 08:23:29 2024 +0200
sdpops: use find_sdp_line_start() to find start of attribute line
commit 368661cc15251af4cbf295d1f5fad5a42d1b647b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 08:10:11 2024 +0200
core: parser/sdp - function to find sdp line with start EoL check option
commit b03ec73589c12e566b11ce2c653401daa915c805
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Apr 5 07:54:12 2024 +0200
core: parser/sdp - rename parameter to suggest better its role
commit 57dd65c2c6abd520c0db876aca6bd2238229e187
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Thu Apr 4 16:22:39 2024 +0000
xhttp_prom: use proper prefix for pkg stats
commit c4b81393fed9a333af9349850e70ee377f3f3491
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 4 16:17:26 2024 +0200
sdpops: function to parse path for sdp content
commit 359a442e14a156b0bcf60dc5b2580cbc57924e34
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 4 13:40:13 2024 +0200
sdpops: reformat the codecs map
commit d0d4f58920669f280d80c6cd66578a4b68db9e43
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Apr 4 16:16:11 2024 +0200
modules: readme files regenerated - xhttp_prom ... [skip ci]
commit a55967c0e8cee184f1cc8cc0c5df4635041b88d1
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Thu Apr 4 10:10:15 2024 -0400
xhttp_prom: update documentation
commit c3e8860f00ca1d4618b8d2ce986b5d5c3eb9a9d3
Author: Alexander Bakker <ab@alexbakker.me>
Date: Wed Mar 27 11:09:37 2024 +0100
core: dprint - include time in stderr json log
This patch introduces a new "time" field for JSON logging to stderr. The
CEE format already includes this field, but the Kamailio-specific format
doesn't. If you need timestamps in your structured logs, but don't want
to use the CEE format due to its limitations, this patch'd give you the
best of both worlds.
commit 3c16c13acdf95924636c4d938abe13dcb3707b73
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Apr 4 13:01:21 2024 +0200
modules: readme files regenerated - db_redis ... [skip ci]
commit 24d77c23e1c0a528289d611c16916caeb9992008
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Tue Mar 26 13:40:14 2024 +0000
xhttp_prom: export pkg stats
commit b0d16cafcfee44a8564e251c7a725324b25a1ff4
Author: Ovidiu Sas <osas@voipembedded.com>
Date: Tue Mar 26 13:39:19 2024 +0000
kex: expose access to pkg stats
commit 6faa180661e799187eff3a498f8b13e96719fa92
Author: Jannik Volkland <volkland@sipgate.de>
Date: Thu Apr 4 11:06:10 2024 +0200
ndb_redis: docs - refine docs regarding client certificates [skip ci]
The created ssl context does not use client certificates [1,2] which is against the default in current Redis configurations [3]. The used Redis server therefore needs to be configured to not use tls-auth-clients [3].
There is also a small typo in "ac_path" which was fixed to "ca_path".
[1]: https://github.com/kamailio/kamailio/blob/8047c958b42ea5af2e8f9ede0152f892ac0eea3a/src/modules/db_redis/redis_connection.c#L168
[2]: https://github.com/kamailio/kamailio/blob/8047c958b42ea5af2e8f9ede0152f892ac0eea3a/src/modules/db_redis/redis_connection.c#L212
[3]: https://redis.io/docs/management/security/encryption/#client-certificate-authentication
commit 40a50243f0bae782b7acd97cf0a9b1138185068b
Author: Jannik Volkland <volkland@sipgate.de>
Date: Thu Apr 4 11:03:32 2024 +0200
db_redis: docs - refine docs regarding client certificates [skip ci]
The created ssl context does not use client certificates [1,2] which is against the default in current Redis configurations [3]. The used Redis server therefore needs to be configured to not use tls-auth-clients [3].
There is also a small typo in "ac_path" which was fixed to "ca_path".
[1]: https://github.com/kamailio/kamailio/blob/8047c958b42ea5af2e8f9ede0152f892ac0eea3a/src/modules/db_redis/redis_connection.c#L168
[2]: https://github.com/kamailio/kamailio/blob/8047c958b42ea5af2e8f9ede0152f892ac0eea3a/src/modules/db_redis/redis_connection.c#L212
[3]: https://redis.io/docs/management/security/encryption/#client-certificate-authentication
commit eb8027f9292d46d70583168b76589fa55ccccb07
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Apr 4 12:16:24 2024 +0200
sdpops: added $sdp(m0:b:AS), $sdp(m0:b:RR) and $sdp(m0:b:RS)
- return string values for b=AS:.., b=RR:.., b=RS:..
commit 8047c958b42ea5af2e8f9ede0152f892ac0eea3a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 20:16:21 2024 +0200
sdpops: aliased $sdp(raw) to $sdp(body)
commit 3e73dbc6b69c8e26f276690bb6aa1e6db380510e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 19:19:27 2024 +0200
sdpops: added $sdp(m0:raw) - get all lines of the first m= stream
commit ed60be162918fc1791ee6425f664eb2f76b9475e
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 18:52:58 2024 +0200
pv: transformation to escape/unescape cr lf
- {s.escape.crlf}, {s.unescape.crlf}
commit 6992c9eedeabd931fc255e5c1e992b0cfb01dbca
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 18:48:29 2024 +0200
core: helper functions to escape/unescape cr lf
commit ec7f3a2173c1de220afd5b4776d92c98bb901630
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 17:02:14 2024 +0200
sdops: typo fixed for $sdp(m0:rtcp:port)
commit 5f83d4f9c447f5a7e3de8336dc0e076b10e43833
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 12:18:47 2024 +0200
core: msg translator - duplicate reply via xavp params and handle errors
commit 3b09fd343575c56d9658a61efebd4851662de338
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 12:16:18 2024 +0200
core: xavp - added missing closing parenthesis in log messages
commit e7b207e933d0f4284009059753d5b6a80ebfa9f7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 08:11:07 2024 +0200
pv: $K(IP4) and $K(IP6) - support SDP style for address family
commit 42c7609631235aae4a2d9d98c108b0af7cce1357
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Apr 3 08:07:15 2024 +0200
sdpops: added $sdp(c:af) - address family of first media connection
- can be compared with $K(IPv4) or $K(IPv6)
commit cbe13bedc13278235ec66cde5938cd92e45e454b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 2 21:22:39 2024 +0200
sdpops: added $sdp(m0:rtcp:port) - rtcp port of first media stream
commit 238219f126e3a155d109fab415d58f8903ee618d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Apr 2 08:33:06 2024 +0200
sdpops: implemented $sdp(o:ip) - origin ip
commit f2f3c57c2a9bc4bcdc829aaab743427cb349b7ab
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Apr 1 21:19:34 2024 +0200
spdops: added $sdp(m0:rtp:port) - port of first media stream
commit 87e60ca580f327d1d34f6881cda1048e5658a94b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Apr 1 21:12:23 2024 +0000
github: [skip ci]: bump tj-actions/changed-files from 43 to 44
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v43...v44)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
commit baa177556514cd7cdb794740a1bfd6e47ea814d1
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Mar 31 20:56:24 2024 +0200
crupto: replace local fixup functions with core helpers
commit 022da99ca22efbf226d89234edb3f9883bd89bb2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Mar 30 18:24:35 2024 +0100
gcrypt: replace local fixups with core helpers
commit 1c3ae81d904db99de9398d49af1bf6c5f47a4d74
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 29 23:08:07 2024 +0100
http_client: replaced local fixup with core helpers
commit 2063993c1ae54c07b39ea9deb8f735a47785c0ee
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 29 11:13:48 2024 +0100
core: added fixup_spve1_pvar() helper
- comments to spveX pvar fixup helpers
commit 44a876a6a832b0d6baf4e6ee183576684b91f0af
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Mar 28 08:46:17 2024 +0100
modules: readme files regenerated - smsops ... [skip ci]
commit e39557c96d2f419184c826d779f1a3309acc4269
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 28 08:30:17 2024 +0100
blst: reformat exported structures
commit 9a94930ae1168d5df79e3dc1414841cdf23a2eba
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 27 08:19:03 2024 +0100
smsops: short reference section about variables
commit ae04ccac92225a1e7b573a28ded555789e8604cd
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Mar 27 15:48:50 2024 +0000
file_out: FIx ‘for’ loop initial declarations error
commit 9f2abc69e27c4b3246628138ec81fced81d7bc7a
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Wed Mar 27 15:48:25 2024 +0000
tls: Fix ‘for’ loop initial declarations error
commit 4137a8c63a03a316a0fa0f37d518a09e68273309
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Wed Mar 27 09:57:29 2024 +0200
pkg/kamailio: packaged pvtpl module into RPM
commit 9848d43cb367d6901a0b8c727759feb8a8fad930
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 26 19:17:23 2024 +0100
smsops: reformat module exports structures
commit 14dc277e29a170b9ac51e7dda07fa25cbd9be048
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 25 23:25:19 2024 +0100
db_mysql: right position for define KSR_MYSQL_OPT_RECONNECT
- follow up of previous commit
commit da3d6e9a74b63fdb7b1c4063d6be017f1ce42bea
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 25 23:07:55 2024 +0100
db_mysql: MYSQL_OPT_RECONNECT is deprecated by MySQL 8.0.34
- https://dev.mysql.com/doc/c-api/8.0/en/c-api-auto-reconnect.html
- MariaDB seems to still have it
commit dd221a6e5162838b979fd38ffdfb750663aef869
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Mar 23 21:38:00 2024 +0100
keepalive: reformat module exports structures
commit 8114b2016d032484edafe4edd04fb02d52cfd058
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Sat Mar 23 09:58:46 2024 +0100
corex: fix conditions for dns_cache modparam srv attributes
commit f35cf8904119dcf582ea2451648de5fef095466b
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Sat Mar 23 09:51:47 2024 +0100
core: resolve/create_srv_pref_list() - insert at correct position in list
commit 0fb15fe72ec72474c12ab2688bf83d8396886360
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Sat Mar 23 09:45:51 2024 +0100
http_client: CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE was added in libcurl 7.49.0
- if not supported, fallback to default http version
commit a03dd2fdb6ac30937f29fe63cabbe09902ad8300
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Sat Mar 23 01:02:04 2024 +0100
dmq: improve debug logs related to locks
* dmq_node_list->lock
* dmq_worker->lock unreleased and some info inside worker_loop()
commit 0d240e4e0dc3184ef37d338ba6872d295d6b16f2
Author: Victor Seva <linuxmaniac@torreviejawireless.org>
Date: Sat Mar 23 00:00:44 2024 +0100
dmq: fix inter-lock on error
triggered by intermittent DNS resolution error. dmq workers
were getting locked at dmq_notification_callback_f() due to
this missing lock_release()
commit 4ada818099b5b7cb7deff1b1ce93b5aacaa1b84e
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Fri Mar 22 10:24:05 2024 +0000
file_out: Cast to correct type of str
commit 5f901c3557f9f875545d82a7ab00f6d0c5c1fe52
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 22 10:25:48 2024 +0100
core: socket info - parse advertise ip part to get address family
commit 919216d051b8d459eb97f7ab0968d6bf0bead188
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 22 10:18:23 2024 +0100
core: fixup helpers with option to check if variable is writable
commit 61e076f0dbb302b88c5013503697afd9dfd81748
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 22 10:17:18 2024 +0100
http_client: use core helpers for fixup of http request functions
commit 19e91e097a851cc8c169c9c3144e2ab7669a5b71
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 22 09:43:25 2024 +0100
core: fixup helpers for functions with strings and output variable params
commit ccd4481dcd42093ccca6d39cd71afc8fd4db938d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 22 09:42:33 2024 +0100
http_client: clang-format new code
commit 61d04f441488af1b943c4d5f8c35befc9cdd0437
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Fri Mar 22 07:31:22 2024 +0100
modules: readme files regenerated - http_client ... [skip ci]
commit 584b51fd00c87539eba44e86121fc0df2c465a27
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Fri Mar 22 07:16:53 2024 +0100
http_client: documentation section for http_client_request_v2pk(...)
commit 09ad47cd64e698a9bad55d2d697e88166ff948cf
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Fri Mar 22 07:03:31 2024 +0100
http_client: new function http_client_request_v2pk(...)
- do HTTP/2 request with prior-knowledge
commit 93503fdc337dc76a9a0d8222e1d03d77489ea834
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Mar 21 16:46:12 2024 +0100
modules: readme files regenerated - rtpengine ... [skip ci]
commit 779654d3654586dc1b2ac64b9ea6e7ce1dae75c8
Author: Donat Zenichev <dzenichev@sipwise.com>
Date: Thu Mar 21 16:35:06 2024 +0100
rtpengine: fix doc typos
Fix doc typos in `rtpengine_offer()` usage examples.
commit 5b0e9e8cb818e1de0c88f9b505a5813147629499
Author: Donat Zenichev <dzenichev@sipwise.com>
Date: Thu Mar 21 16:31:56 2024 +0100
rtpengine: format files in clang format
Formatting in clang for files not complying with it.
commit 7d95e67213f05c9ede6f0339246ae7e2fe93dea5
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Mar 21 16:16:24 2024 +0100
modules: readme files regenerated - rtpengine ... [skip ci]
commit c6fff3a531740e648615a6e6223088693ecdccb9
Author: Donat Zenichev <dzenichev@sipwise.com>
Date: Sun Mar 17 17:48:56 2024 +0100
rtpengine: update documentation in regards of flags processing
Due to a newer approach for parsing flags being added,
update the documentation of module accordingly.
commit 5cd02f5653e9b9f523a62a0dae78b801f962ce8e
Author: Donat Zenichev <dzenichev@sipwise.com>
Date: Sat Mar 16 19:23:21 2024 +0100
rtpengine: add flags processing on the daemon side
Introduce a versatile behavior of the rtpengine module
in terms of ability to parse flags on rtpengine side,
instead of module. Previous behavior is also kept.
General points:
- rtpengine daemon supports rtpp flags processing from now on
- module still provides in the bencode (when calling daemon):
call-id, to/from tags, viabranch (so identification call data)
- even though the module's interface is updated,
a backwards compatibility is given, so no obligatory changes
from kamailio script users required
- each rtpengine module's function which takes rtpp flags
as a parameter, now is able to get a third parameter `viabranch`,
which is used to detect, which approach to use (older/newer):
- without the viabranch - older one used
- with the viabrnach - new one used, so rtpp flags parsing on
rtpengine side
The goal (for the future) is to deprecate processing of option flags
on the module side and only parse them using rtpengine.
This brings a list of benifits, such as:
- no need to keep in sync rtpengine and module (for specific flags)
- support of different rtpp flag string formats (raw), so that,
for example, kamailio script users can use plain text or
bencode dictionary like format, when providing flags from
the kamailio script
commit b59812ff025a4c7e531ce9ad29d435820908fa8a
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Mar 21 07:31:23 2024 +0100
modules: readme files regenerated - secsipid ... [skip ci]
commit 01ec19f73a7257a83bd9abb9a02c12e2c3d225e0
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 21 07:20:48 2024 +0100
secsipid: note that get url function is doing caching
- use get url function in example for verify
commit eca79b066984d8bd219c19a8c0dccb4955503bfc
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Mar 20 16:16:11 2024 +0100
modules: readme files regenerated - pvtpl ... [skip ci]
commit d3900987ddd012a192c4a429b29ac8d4e24587c5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 20 16:15:27 2024 +0100
pvtpl: docs - section for template file
commit d75e10f983e7afaa7779e8fde6524d7eccdfd497
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 20 16:07:16 2024 +0100
pvtpl: renamed pvtpl_apply() to pvtpl_render()
commit 68c69966c38b56775a3966d07c33ff94c2a8ba95
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 20 13:40:28 2024 +0100
gcrypt: docs - module name used for section ids
commit 3e3e9039b6bbd8922af5aa5ab81eb1addb8fb05c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 20 12:57:04 2024 +0100
pvtpl: new module to process pv templates loaded from files
commit 951ab118bb7d9955f8e69b66bec1f0c107d474a2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 19 17:39:19 2024 +0100
ndb_redis: break on finding a server via sentinel inside redisc_reconnect_server()
commit c8f3b496a05ae5bf29341dc7e2630f951d4effc5
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 19 14:29:11 2024 +0100
ndb_redis: fix index on parsing sentinel address inside redisc_reconnect_server()
commit e54051d698b059aa168229493dc2d6bf3cdd757c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 19 14:26:27 2024 +0100
ndb_redis: clang-format for WITH_SSL code
commit cee82c92b06a026b88fea654944f6146eb5cb4d8
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 19 10:21:51 2024 +0100
keepalive: small formatting updates and comments to the ka dest structure
commit 9e2a0ee545646bd4491ecdbe58d7fea770764b54
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 19 09:51:28 2024 +0100
keepalive: proper storing of last up/down timestamps
- GH #3790
commit 9ae99b3dfc6eb538ea93d6775a283096fe17384c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Mar 18 21:08:27 2024 +0000
github: [skip ci]: bump tj-actions/changed-files from 42 to 43
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 43.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v42...v43)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
commit 04a73ace6572dd5c95a8f50b39b2ce712f7ebe84
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 18 11:02:07 2024 +0100
acc: more log messages of failure arsing extra acc string
commit 8cf5892cb34248cea2deea606a0f7d46d574404b
Author: Stefan-Cristian Mititelu <stefan-cristian.mititelu@1and1.ro>
Date: Tue Mar 5 16:30:01 2024 +0200
pdb server: Return negative carrierid for failures. Clang format
commit 0fd1516b9519f84a0f24b3c9a2c643e74f1dc527
Author: Stefan-Cristian Mititelu <stefan-cristian.mititelu@1and1.ro>
Date: Tue Mar 5 16:14:11 2024 +0200
pdb: Return negative carrierid for failures
commit 1380a4a0d18159c7130b70c0216134a253ad83f7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 15 21:24:42 2024 +0100
ctl: handle int input for double storage
commit 3154a0aba5543cab75153429bc8ec617c3484f71
Author: Axel Sommerfeldt <axel.sommerfeldt@fastmail.de>
Date: Fri Mar 8 12:32:07 2024 +0100
ims_ipsec_pcscf: TLS support in ipsec_forward() improved
This patch was initially done by Herle Supreeth in his fork but isn't present upstream yet:
https://github.com/kamailio/kamailio/commit/8b9a2977e111d9adb8595d98ab59f8c8eb033120
See also: https://github.com/kamailio/kamailio/issues/3772
commit e36b2232e9b097794845659f71543bc57ef58a35
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Thu Mar 14 16:47:28 2024 +0000
file_out: Fix var position and initialize
commit 5f6c8d6b74bb792eb9c5a6fba7a1fc149e838121
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Mar 14 12:16:16 2024 +0100
modules: readme files regenerated - secsipid ... [skip ci]
commit dd1ddf0a5ad57395bc6aa7c71b47e43d1c7c5542
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 14 12:12:40 2024 +0100
secsipid: docs for secsipid_verify(...)
commit 3dcebaed01a75e2666345412713c391b6186cc69
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Thu Mar 14 12:04:23 2024 +0100
secsipid: new function to verify identity value with options
- secsipid_verify(identity, keyval, opts)
- the options can be:
- A - do not verify the header attributes
commit 5392dbf8070abf36734d9c857924df91186bc2dd
Author: Oded Arbel <oded@geek.co.il>
Date: Sun Mar 10 19:55:20 2024 +0200
pkg/kamailio/obs: Allow builders to disable wolfssl module [skip ci]
Building the WolfSSL module should be optional, even if it is on by default, builders should be able to choose to not need to install 4th party repositories.
fixes #3781
commit c0286d5c322759110dbadfca67edacb7cd9a0a7a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Wed Mar 13 20:48:20 2024 +0100
utils/kamctl: version updated for devel version to 5.9.0
commit e55d9f50be4adfc14ff9de45c77c23bd0f5e1981
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Wed Mar 13 10:16:29 2024 +0100
modules: readme files regenerated - dispatcher ... [skip ci]
commit 761e963c0f7d9bf1b66c1ef18a409756b919ae2c
Author: Dennis Yurasov <dennis-y@yandex-team.ru>
Date: Mon Mar 11 14:22:37 2024 +0300
dispatcher: refine documentation
- more clear documentation for the new ds_is_from_list flags
commit 0054b875045b4badfedd3e8424bf4772d6a9bc6b
Author: Juha Heinanen <jh@tutpro.com>
Date: Tue Mar 12 22:18:20 2024 +0200
Avoid 'qm_strnstr' defined but not used warning
commit 4dc37aee853bbcf9d7fdb96245b76aaa8dfa2930
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 11 20:56:37 2024 +0100
core: set null-terminated char for modparam
commit eb3de9f046e845d34137e757508116279eb38637
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Mar 11 08:17:56 2024 +0100
modules: readme files regenerated - http_client ... [skip ci]
commit 798948d6989188eae41d79a1d7b1602bf4cb2d10
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Mon Mar 11 07:27:29 2024 +0100
http_client: docs - fix order of parameters for http_client_request()
commit 8cf756812292e623ac9119fae30911ad005059fa
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Mon Mar 11 07:32:22 2024 +0100
modules: readme files regenerated - http_client ... [skip ci]
commit ef29e84929b8ef779341ef63a77e68ca6909705a
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Mon Mar 11 07:18:17 2024 +0100
http_client: docs for http_client_request() function
commit b9e5e4c2c7ca37f51e367312adb0955ab14f8473
Author: Elena-Ramona Modroiu <ramona@asipto.com>
Date: Mon Mar 11 07:14:31 2024 +0100
http_client: function to do http request with method parameter
commit 24e410f9a20d004f55bcc79cd10fb35cb26e4570
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Mar 9 20:11:07 2024 +0100
topos: properly handle cases of no user in contact for mode 1
- contact mode 1 accepted cases with no-user in contact uri but not in
r-uri, however, requests within dialog can have one's contact in r-uri
and then processing failed
commit b6fccea258e56b7d3195659245713a6d44acb013
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 8 19:43:49 2024 +0100
topos: small rearangement by removing else after return in the true block
- reduce level of indentation
- a few wraps in curly braces for clearer view of the if block
commit 20edb64247a20a5d6b4b8bfb264b6e31d283b039
Author: Sergey Safarov <s.safarov@gmail.com>
Date: Thu Mar 7 13:32:22 2024 +0200
pkg/kamailio/obs: packaged README.file_out
commit 88a04241469734867177770c8d34c83b7ea3cf14
Author: Kamailio Dev <kamailio.dev@kamailio.org>
Date: Thu Mar 7 10:04:22 2024 +0100
modules: readme files regenerated - dispatcher ... [skip ci]
commit 67785fea8f906236e4a30bc09bb11b3292c46572
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Mar 5 14:34:19 2024 +0000
tls/docs: Update certificate generation docs
commit 4c9cfa7a6a770a693ecb3b840ad042fb201db675
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Mar 5 12:52:51 2024 +0000
tls/docs: Update tls.reload docs
commit ed32512f4594cc0ddc3437e274bcba5acfc16410
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Mar 5 20:53:47 2024 +0100
presence: docs - remove extra section end tag
commit f6f9d90ada963b53b6552e1a172b8f2fd021c33b
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Mar 5 09:59:41 2024 +0800
tls: NULL safety check
commit 5b4926b04ba0fcd8f65f5709789abd83181a381a
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Mar 5 06:47:24 2024 +0800
etc/kamailio.cfg: document tls_threads_mode = 2 to use atfork handler
commit 8a2894cd6180f904dd37acb4985db4e4935aa434
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 4 15:31:18 2024 +0100
core: main - init local variables used for cli param parsing
commit 464299c202f3ba963aed821b777075397e843856
Author: S-P Chan <shihping.chan@gmail.com>
Date: Mon Mar 4 22:00:14 2024 +0800
tls: new option tls_threads_mode = 2
- use pthread_atfork to force all thread-locals
to 0x0 after fork()
commit e7f040f219b46592081a6053b4ed1ae0d0552b1a
Author: S-P Chan <shihping.chan@gmail.com>
Date: Mon Mar 4 21:49:10 2024 +0800
core/rthreads.h: add new option tls_threads_mode = 2
- add global handling of thread-locals with
tls_threads_mode = 2
- this will run a pthread_atfork handler to reset
all thread-locals to 0x0
- alternative solution to running functions
in thread executors
- requires tls.so to be loaded to be effective
commit 5b8b2717ee2f57da932132683b27eb33cea3fd59
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 4 13:58:35 2024 +0100
ctl: reset log prefix on reading ctl traffic
- it may be previously set in process by some event route
commit 0fc0cdd791ce5157232dd2139238708403cdde1d
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Mar 4 09:07:22 2024 +0100
acc: cdr - do not free static empty string in case of error
commit 6ee26a3ae3293aaeb4507d5d0b16ad31173cc39a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Mar 3 20:57:45 2024 +0100
core: parser rr - check for rr value before serializing
commit 69883dd381368ca219cc52140e71d571775f95d5
Author: S-P Chan <shihping.chan@gmail.com>
Date: Sat Mar 2 20:46:16 2024 +0800
tls: basic OpenSSL 3 support of provider keys (replaces ENGINE)
- initial support for v3 provider keys (replaces ENGINE from 1.1.1)
- can be disabled behind build flag -DOPENSSL_NO_PROVIDER
- provider keys start with /uri: e.g
private_key = /uri:pkcs11:token=NSS%20Certificate%20DB;type=private;object=Fork-Test-c67cc0e0
- global config:
provider_quirks: 0 | 1
- 0 - default
- 1 - create a new OSS_LIB_CTX* in the child
This integration does not load any providers itself and depends on
the usual
export OPENSSL_CONF=my-openssl.cnf
to configure providers.
commit 73e7123c2dd19b82db167ceee93444e43f70f446
Author: S-P Chan <shihping.chan@gmail.com>
Date: Sat Mar 2 21:41:11 2024 +0800
tls: remove unused ENGINE define
commit d443a1e37d85e0eec6f6c9875bb8e821b34c8d6b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sat Mar 2 08:13:40 2024 +0100
tlsa: removed the map files used in the past for tls engine
- sync with code of tls module
commit 5933893b919bccdc1c35e7bb0505e3a49d72c403
Author: S-P Chan <shihping.chan@gmail.com>
Date: Sat Mar 2 08:29:31 2024 +0800
tls: clean-up of ENGINE
- remove tls_map.* - not needed anymore
- install an ENGINE in each worker SSL_CTX
no need to replicate to all processes
commit d8e0942c9e83c8cad7c182bf41c156ba35bf24d2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 1 12:46:17 2024 +0100
core: select - handle ws and wss inside select_ip_port()
commit daac0bdb88f6f732bda7c683af45b90f87fdb7c9
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 1 12:41:13 2024 +0100
core: ppcfg - jump to end when defexp eval does not get a str val
commit 19894425684504e2a19622ae5a9cdfc565f16fd3
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 1 11:42:45 2024 +0100
file_out: additional checks for silenting warnings
commit 73c66150c604326c07d454002c12cb221289936a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 1 09:55:16 2024 +0100
influxdbc: copy with buffer size limit
commit 181c602616e13323786335e8e28f182871aa5e9b
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Fri Mar 1 09:37:59 2024 +0100
core: rthreads - init return variable
commit 0c68a5511e83e4367954172e3050fe997e47e9c8
Author: S-P Chan <shihping.chan@gmail.com>
Date: Fri Mar 1 08:06:13 2024 +0800
tls: make explicit ENGINE deprecation in OpenSSL 3
commit e535cc5eb2d81a67d00931bb53328953ec8ef492
Author: S-P Chan <shihping.chan@gmail.com>
Date: Thu Feb 29 19:01:14 2024 +0800
tls: fix OpenSSL 1.1.1 engine keys
commit 4fb8accc6747ad56fec3dc84d70cb2b8bbd7316e
Author: herlesupreeth <herlesupreeth@gmail.com>
Date: Tue Feb 27 21:01:44 2024 +0100
ims_registrar_pcscf: update registered state to pending registration if contact exists
commit 17bdbd34b1038de936f14c1a41ce55f571e6402a
Author: herlesupreeth <herlesupreeth@gmail.com>
Date: Sun Feb 25 16:16:14 2024 +0100
ims_usrloc: make matching of username in contact conditional
commit 8af509ae280b2ef155f1946acac5a7d977bb5c14
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Tue Feb 27 11:50:54 2024 +0000
file_out: Fix leaks
commit 967fb30b14fb63bcb396956f9e9ed0ca92028682
Author: Xenofon Karamanos <22965395+xkaraman@users.noreply.github.com>
Date: Mon Feb 26 11:17:19 2024 +0000
file_out: Add header guards
commit c3d753885b3cd1bc0cb9f46986e5798dfb5f6552
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 27 09:50:05 2024 +0100
tcpops: if connection not found, return attributes from sip msg rcv
commit 59230a07b8c6a79c4a574890bae775c3d166c471
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Tue Feb 27 07:57:22 2024 +0100
tcpops: variables to get active connection attributes
commit 6a0c86bba8ff1200b8fe9197f2a76688a9948808
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Feb 27 12:38:09 2024 +0800
http_async_client: libssl refactor thread executors for curl
commit f5164b39c8b61792e9cf396cfcd0fe3ba567bb86
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Feb 27 05:01:45 2024 +0800
xcap_client: libssl thread executor for curl_global_init()
commit f58225950cc2bfa63a230a3bc8460bbcbfa7738e
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Feb 27 05:01:31 2024 +0800
http_client: libssl thread executor for curl_global_init()
commit 514635dc3e6182ff0daaebe548ed613edc2de61f
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Feb 27 05:01:14 2024 +0800
http_async_client: libssl thread executor for curl_global_init()
commit db05449932b1753d4b705f88445533bbe1ed6475
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Feb 27 05:00:35 2024 +0800
core/rthreads.h: add thread executor for curl_global_init()
commit 272a4e08be61870cd7788c8cd8dd9be29b50753f
Author: S-P Chan <shihping.chan@gmail.com>
Date: Tue Feb 27 04:58:40 2024 +0800
Revert 8b2573c1f7 - split into per module commits
commit 19e5bf3d4cfc2b7d47623e307fff7e60e73e8a18
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Feb 26 14:06:38 2024 +0100
ndb_redis: init enabled for tcp-main and postchildinit callbacks
- GH #3768
commit 993583015b127b0a83603acd352925c8d6e6db70
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Mon Feb 26 13:09:27 2024 +0100
microhttpd: docs - note about variables available in the event route
commit 65eef5c5446c1f6870eecf8bbc84d68d12271bc7
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 25 19:29:24 2024 +0100
evrexec: reformat exported structures
commit fb21f89dc544551b1bb65805303131fa990d2f44
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date: Sun Feb 25 01:15:28 2024 +0100
ndb_redis: reformat exported structures
commit 8b2573c1f7c5e4bed24f8c5ca09817f613641a03
Author: S-P Chan <shihping.chan@gmail.com>
Date: Mon Feb 26 10:25:19 2024 +0800
OpenSSL integration: manage curl_global_init(...) used by modules
- http_client, http_async_client, xcap_client use libcurl
- call curl_global_init in a thread executor as it invokes
OpenSSL functions on Debian 12
- clang-format
commit 191efd6485989de64713d0644368c2f58d984f5e
Author: S-P Chan <shihping.chan@gmail.com>
Date: Sun Feb 25 20:42:14 2024 +0800
tls: fix OpenSSL 1.1.1 compatibility
commit a02ca644e889d011dd63acbabfc5550904ff7d4d
Author: S-P Chan <shihping.chan@gmail.com>
Date: Sun Feb 25 12:56:19 2024 +0800
tls: fix restore early init
commit 706d7b7ff3bc2723614de328611c2100d19bf742
Author: S-P Chan <shihping.chan@gmail.com>
Date: Sun Feb 25 08:03:17 2024 +0800
tls: restore early init for other modules that use TLS
Client modules (e.g. dispatcher) that require outbound TLS
may race if tls init is too late.
Restore tls init to PROC_INIT with a thread executor.
Addresses GH #3765
===================== 2024-03-07 Version 5.8.0 Released =====================