- URL: https://github.com/kamailio/kamailio/commit/c99eba2aa980b2c9a2769a6ddc6e1683... Author: Mathias Schneuwly mathias.schneuwly@ruag.ch Date: 2025-06-20T08:43:24+02:00
core: Include parameter skip_record in dns_cache_print_entry
Extend the return value of dns_cache_print_entry with the parameter `rr_skip_record` for NAPTR records. The parameter `rr_skip_record` indicates, whether the NAPTR record is skipped due to issues reaching the destinations. Once a NAPTR record is marked as skipped, it will no longer be used.
Reported by schneuwlym #4174
(cherry picked from commit 1f4e6795502626865d10c83b3880e2985eb94787)
- URL: https://github.com/kamailio/kamailio/commit/9f8f0ebdd69de961a8e67245067a81df... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:02:09+02:00
snmpstats: mibs/KAMAILIO-MIB relocated DEFVAL after DESCRIPTION
- follow better the definition specs - some tools complain otherwise
(cherry picked from commit eff0a5d9b39b371c2fdea0378a1f52002cba1e7f)
- URL: https://github.com/kamailio/kamailio/commit/5fd7f980d6cbcc21b669d445887e7683... Author: Xenofon Karamanos xk@gilawa.com Date: 2025-06-20T09:05:28+02:00
tm: Update docs of fr_timer to match the implementation
- Use description found in https://sip-router.org/wiki/ref_manual/timers
(cherry picked from commit 1195252256858dc4419c179e5b72541018f5feab)
- URL: https://github.com/kamailio/kamailio/commit/4262016921e015153bfb61d47d33e993... Author: ngash ngash@west.com Date: 2025-06-20T09:05:56+02:00
uac: fix memory corruption from shared tp being freed by another transaction
- Shared memory corruption resulting in multiple process core dumps. Triggered by an outbound REGISTER receiving 401 for all requests which resulted in the shared tp being released in uac_resend_tm_callback whilst the current transaction was put on timer and also used after release and then re-released. In order to avoid sharing the tp I changed the code in uac_send_tm_callback to clone the existing tp. Also added a sanity check for null as tp could be released prior to a dereference of tp->event
(cherry picked from commit d529b511b1ce722ceccf29dc006e92d45f1f340e)
- URL: https://github.com/kamailio/kamailio/commit/8bde7892f40349beb10953da23f0737f... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:06:38+02:00
microhttpd: return on malloc failure
(cherry picked from commit cdf0eda22f91f0d237e0ae0a9fc3ad292934fae1)
- URL: https://github.com/kamailio/kamailio/commit/a8d291951b225415538d07208b8fb08e... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:06:46+02:00
lost: condition only on str pointer to free it
- cover empty strings
(cherry picked from commit 6b1008610861be62bd1b5f419f2cdd9bd2b23ffc)
- URL: https://github.com/kamailio/kamailio/commit/9b6fa2f9ee13b64edf90ab0e82339755... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:06:56+02:00
lost: keep pointer to original geo value
- triming can lose the start pointer and free is going to fail - init more local variables
(cherry picked from commit f390a654ee9d2c2059669e0209926096c978ff11)
- URL: https://github.com/kamailio/kamailio/commit/d8ffd03c81833ec33c532c79ef57b92c... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:07:03+02:00
lost: simplified lost_free_string()
- removed unnecessary memset() for lost_copy_string()
(cherry picked from commit 28efc7610d08ee0177b8b252316ba53686bf83bf)
- URL: https://github.com/kamailio/kamailio/commit/b4030094f1dedcc7977ab49be66fbea0... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:07:11+02:00
lost: simplify freeing local variables on error
- the helper function has conditions inside
(cherry picked from commit 9f24f1109d6d491750c6feb19a9a6d0bcb674f90)
- URL: https://github.com/kamailio/kamailio/commit/304ac169061d785e098b03bf3c49809d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:07:18+02:00
nat_traversal: check result for searching port in contact uri
(cherry picked from commit 91e9cba3d4e22851275167510b6d8a71bd9e11a1)
- URL: https://github.com/kamailio/kamailio/commit/039c877b8846043db9cef6a8024e68d2... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:07:39+02:00
microhttpd: warning on failing to add content-type
(cherry picked from commit 2b331d95ae62eb0000a289e1bdb668ee7bc572cb)
- URL: https://github.com/kamailio/kamailio/commit/2ee3ce3efac5dd600cb74a427a63a3fa... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:07:53+02:00
textops: simplify return code when removing via param
(cherry picked from commit e9c519ad4d49b8c74069577edb84ce02a5e63ee0)
- URL: https://github.com/kamailio/kamailio/commit/7c3475af29df1e5a7f2fe25a84d74502... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:08:31+02:00
core: use ULL constant to induce value size
(cherry picked from commit cb915a518106c49c2d71308396feee9ba5149e39)
- URL: https://github.com/kamailio/kamailio/commit/58a7e25ffcbca6b681c3d581e8322cee... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:08:44+02:00
cfgutils: kemi export try/un/lock_key2() functions
- different kemi functions cannot be exported with same name, even if they have different number of parameters - GH #4216
(cherry picked from commit 204839ec9aeb0f31425732dd0a2e8e256481dae5)
- URL: https://github.com/kamailio/kamailio/commit/0b39a7359b8d7470168279e4ad1dd21d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:08:53+02:00
prefix_route: more debug messages
- GH #4218
(cherry picked from commit 5aee159c2881aff29a2973073e1dd6c5c61bfdb9)
- URL: https://github.com/kamailio/kamailio/commit/544866d63dcca50e47233ab878112f1d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:09:13+02:00
cdp: free in case of errors inside load_certificates()
(cherry picked from commit 47aa53ebd55eba4b36c38329f8619d9f7d20c076)
- URL: https://github.com/kamailio/kamailio/commit/6da6f0e25a902ad89ea293b7fddd8cc1... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:09:27+02:00
ims_isc: free allocated route in case of error
(cherry picked from commit 76a72a0092272d0f0ca7cf3df22ad6d05a79e782)
- URL: https://github.com/kamailio/kamailio/commit/705aa5bdb4e1412b8ee5c7a54031dd09... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:09:36+02:00
jsonrpcs: reworked closing tcp socket
(cherry picked from commit d965b9242b313cb19f75baac12786d202a9987eb)
- URL: https://github.com/kamailio/kamailio/commit/17f763a892e62387d945dd3c94a9189d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:09:54+02:00
sca: free in case of parse headers error
(cherry picked from commit 6d658fe6c1af84368d093942356cf2b116ff17e5)
- URL: https://github.com/kamailio/kamailio/commit/a18ea51273139bbc14efafe899aecfce... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:10:06+02:00
misc/examples/ims/pcscf: location renamed to pcscf_location
- GH #4177 - table has different name to avoid conflict with usrloc - pre-commit whitespaces fixes
(cherry picked from commit dc269b336c863940514e538bc71a0ef3eb5961ff)
- URL: https://github.com/kamailio/kamailio/commit/a4c3c463d5658f91012a9ecb55eb8343... Author: Paul Donald newtwen+github@gmail.com Date: 2025-06-20T09:10:23+02:00
kamctl: version set to 6.0.0
(cherry picked from commit d54641a86656b782e3c8901c1c3ba6556248a4f5)
- URL: https://github.com/kamailio/kamailio/commit/9f09bb8b029f6f64dba64ed7b81d1e9d... Author: Paul Donald newtwen+github@gmail.com Date: 2025-06-20T09:10:29+02:00
kamdbclt: version set to 6.0.0
- spell fix
(cherry picked from commit 607d713acfaadbb3b60ec1ba25c6eec101810c95)
- URL: https://github.com/kamailio/kamailio/commit/d53bb2348099619669d080511d8c2b9c... Author: Paul Donald newtwen+github@gmail.com Date: 2025-06-20T09:10:37+02:00
kamctl: spell fixes
(cherry picked from commit 92917b5d3e69798ddb64c8cc40d3c4aa77f9659c)
- URL: https://github.com/kamailio/kamailio/commit/99ac7b807fb6aad46087897b89da7d2c... Author: Paul Donald newtwen+github@gmail.com Date: 2025-06-20T09:10:45+02:00
doc: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit c876f3f753cd48184bc1f11d6354a66cd7e6ccd3)
- URL: https://github.com/kamailio/kamailio/commit/c01d4339ae199a5cbfb7c579d013f148... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:10:53+02:00
core: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit 7dbb45a1a8d4a98f439054ace33f041f1758bd96)
- URL: https://github.com/kamailio/kamailio/commit/0b87a5492792741f6f9d2d3d95713c67... Author: Paul Donald newtwen+github@gmail.com Date: 2025-06-20T09:11:03+02:00
pkg/kamailio/deb: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit cb55765834b24da779d381531d1bc70c56deee3f)
- URL: https://github.com/kamailio/kamailio/commit/0bddbd8c1525d73ad990d5cf97f332f9... Author: Paul Donald newtwen+github@gmail.com Date: 2025-06-20T09:11:11+02:00
lib/srdb1: spell fixes
- mainly setup(n) <-> set(v) up distinction
(cherry picked from commit eefee7f917795bd4e6ffd049fbdfc0ebd166ab96)
- URL: https://github.com/kamailio/kamailio/commit/5a9526f03b23bcc86f3983c5135e1c6d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:12:03+02:00
lost: clean allocated memory also for length 0
(cherry picked from commit c8217350f44a9ab897e3acdffbce1eb2a57fe1a2)
- URL: https://github.com/kamailio/kamailio/commit/7e2ed561c12c172d9f3d6ce1c7f13d44... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:12:12+02:00
lib/ims: free before return on not finding the token
(cherry picked from commit e0adeaa22ec64444773d75b0ef04fce19b44ef2b)
- URL: https://github.com/kamailio/kamailio/commit/cafa2e0d74ae6ca1a27ee6aa604ddfa0... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:12:21+02:00
smsops: use global buffer for getting pv sms body
(cherry picked from commit 4a20f89185d82515e1ac55f8cf12eec332723fc0)
- URL: https://github.com/kamailio/kamailio/commit/2f05a38a11a80fe2f2617e8c219cc60d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:12:49+02:00
core: utils/tmrec - decrement month for bymonth matching
- struct tm uses 0-11, comparing with 1-12 in the date format - GH #4214
(cherry picked from commit 8f1a8c50ff230a1fffdd6b376f172cabe9fe60e3)
- URL: https://github.com/kamailio/kamailio/commit/4c96282bdf3445d4fc8f4bbeac7ebdc4... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:13:54+02:00
core: utils/tmrec - reworked bymonth matching for negative indexes
- GH #4214
(cherry picked from commit 2081b3aac394223b68b849fbac2a9e5ac4392334)
- URL: https://github.com/kamailio/kamailio/commit/6e4100e11f49c02a9e319aa2ab269e54... Author: Victor Seva linuxmaniac@torreviejawireless.org Date: 2025-06-20T09:15:01+02:00
secfilter: add missing RPC del_wl command
Related #4089
(cherry picked from commit dca075fec723fa9d1d64997d6d5c0a992780c83c)
- URL: https://github.com/kamailio/kamailio/commit/a1a65348974d7847af6637dedf31d926... Author: Victor Seva linuxmaniac@torreviejawireless.org Date: 2025-06-20T09:15:07+02:00
secfilter: add RPC del_* commands [skip ci]
Related #4089
(cherry picked from commit e87326297a30f2adeaa4936da4e1e30fa5a81dc8)
- URL: https://github.com/kamailio/kamailio/commit/8ffc7f1e971e94e18facc000bf99084f... Author: pepelux pepeluxx@gmail.com Date: 2025-06-20T09:15:34+02:00
secfilter: fix table of contents index points [skip ci]
(cherry picked from commit 4ade5f53c1f7f6eb7357b0561b67928e39a91b9f)
- URL: https://github.com/kamailio/kamailio/commit/ce23c88d710d38c785a328949695b8ca... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:15:49+02:00
pv_headers: proper pointer comparison for returned value
(cherry picked from commit c2f36a2c4f83b0ea077722ae6cc2fcecfb3616c1)
- URL: https://github.com/kamailio/kamailio/commit/e85f97cee22fcc234c1918687ff38b6b... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:15:59+02:00
drouting: rework expression to prevent value overflow
(cherry picked from commit eee4431447789b2fc614144064dd61b97570e8bf)
- URL: https://github.com/kamailio/kamailio/commit/9828b565e8646ab5ecebc128efb08a05... Author: S-P Chan shihping.chan@gmail.com Date: 2025-06-20T09:16:31+02:00
core: sdp - update start pointer only after len adjustment
- len is adjusted first by the amount of chars consumed so far - start pointer is adjusted to start new search
(cherry picked from commit c9fbf6f46898dbb2a8413a1c9d824a56241f2288)
- URL: https://github.com/kamailio/kamailio/commit/c8952f7e75b022d6319fd57acbc905c5... Author: Xenofon Karamanos xk@gilawa.com Date: 2025-06-20T09:16:43+02:00
core: docs - Update type identifiers that can be used in the RPC API
- format as well
(cherry picked from commit 9a8ab3199488f02bd01e39bb6e13ef192321b37c)
- URL: https://github.com/kamailio/kamailio/commit/ff2a85e9021bb1991156ad0ad912d7ad... Author: Xenofon Karamanos xk@gilawa.com Date: 2025-06-20T09:16:55+02:00
cdp: Cast time_t and use 'L' (long long) identifier in rpc function.
(cherry picked from commit 4e94572059d46b6bdd6726abfd52cb59793f5b03)
- URL: https://github.com/kamailio/kamailio/commit/c941b9aa680618b5a72e8adf1e5e77f6... Author: Xenofon Karamanos xk@gilawa.com Date: 2025-06-20T09:17:19+02:00
cdp: docs: Add missing list_peers function
- Fix some typos - Remove unused section 7.2
(cherry picked from commit 11275ccb94cdddfec49191eaf80b2bc2f083c284)
- URL: https://github.com/kamailio/kamailio/commit/877ed19b937aafc4fcdcb39f3dd07fee... Author: FelipeCuadra f.cuadra@zaleos.net Date: 2025-06-20T09:18:14+02:00
stirshaken: removed repeated x509 certification path check
- removed a second check of the x509 certificate path from the module, since it is already done earlier in the library and updated documentation
(cherry picked from commit f007736ba18f5cc2114ffdd1e6df2b9b03808fe7)
- URL: https://github.com/kamailio/kamailio/commit/3884d9d3661ca17d5eeb8f731bdff669... Author: Henning Westerholt hw@gilawa.com Date: 2025-06-20T09:18:53+02:00
dialog: add missing documentation for optional limit parameter for list_match
(cherry picked from commit c66d9f7298aa1d76d1905b3388e3e55023baa5ae)
- URL: https://github.com/kamailio/kamailio/commit/656256019c08727c352d62f35303c5f3... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:19:33+02:00
pv_headers: compare the pvh_set_xavi() result with NULL
(cherry picked from commit 87cfa9f3c5ae337dceb78654beb6fe4b00587993)
- URL: https://github.com/kamailio/kamailio/commit/6974217dfd37a0097b4e27e2cb699296... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:19:41+02:00
tls: removed unnecessary code
(cherry picked from commit 73dc08affb9d0a7a3f9ab83c24e01bada8958b2d)
- URL: https://github.com/kamailio/kamailio/commit/7fa5f5d94d81b7517b71963c4de475fa... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:20:54+02:00
carrierroute: check pointer and length for str value
(cherry picked from commit 423f46e6a68e241ef03f59f863ecf6dee92c07db)
- URL: https://github.com/kamailio/kamailio/commit/761770e87b8f27bd8aa5dd46c23fa6dd... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:21:00+02:00
pua_dialoginfo.c: fix condition for refresh_pubruri_avps_flag
(cherry picked from commit 46548193144c0b8ab0bf2e3ecdfd7feb79bc3b2f)
- URL: https://github.com/kamailio/kamailio/commit/b00a05bf7b0483d16b722b41e2407201... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:21:11+02:00
dialog: check for message struct before accessing the fields
- for build_dlg_t_early()
(cherry picked from commit 5c38b53b902949fa48c3bc60288514cd7c555d5b)
- URL: https://github.com/kamailio/kamailio/commit/36004e22f8a61becf75cb6b8e424190f... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:21:25+02:00
pv_headers: set value after checking if src is set
(cherry picked from commit 25daa0445ebc611cda3e47fd34aefc74494550d7)
- URL: https://github.com/kamailio/kamailio/commit/ac74e0fae054e264fe8d64063fef477b... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:30:54+02:00
ims_ipsec_pcscf: jump to error for clean up
(cherry picked from commit f0291728b7fb623faf1d4de0f3152e782a6782ae)
- URL: https://github.com/kamailio/kamailio/commit/d39f318b36cd468826887289651f87df... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:31:33+02:00
core: helper functions to get/set msg env lists
(cherry picked from commit 54a330bb707fb6b4943ba26356891696681a02e7)
- URL: https://github.com/kamailio/kamailio/commit/0f9266684005a3c4f4748d72b8e8d54d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:31:40+02:00
jansson: docs - added missing semicolon in the example
(cherry picked from commit 7fed8f52391aaef43d5cb672f4821d50d4855830)
- URL: https://github.com/kamailio/kamailio/commit/ffe19fc22151f63c310f71650a50c35e... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:31:48+02:00
core: implement pop of lists from msg env
(cherry picked from commit 465fda0f790e44e5484b2ef41363fb23fece3f41)
- URL: https://github.com/kamailio/kamailio/commit/ff735b36117c13608d45c80749372e0a... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:31:55+02:00
siptrace: reset x/avp lists after event route
- GH #4258
(cherry picked from commit 5ee87b7905d931931dece44ec591d8e6bcf567e2)
- URL: https://github.com/kamailio/kamailio/commit/14664939b8e7c054ac73af228a57b948... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:32:04+02:00
siptrace: reset x/avp lists after event route
(cherry picked from commit 0195e86084ffbe5333310fc4206f4a6d01662a85)
- URL: https://github.com/kamailio/kamailio/commit/980975e95219da00acdbde91343ff8cd... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:32:12+02:00
userblocklist: docs - small typo
(cherry picked from commit 81357b548b6e0cdf464361c2b1742d797f0d7e95)
- URL: https://github.com/kamailio/kamailio/commit/e5d101f2385b20b98cb7f2e27a8c8ac1... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:32:22+02:00
core: print default path to runtime dir on internals output
(cherry picked from commit 730d6872054cb6218684d5e48af341c7c2749233)
- URL: https://github.com/kamailio/kamailio/commit/082a07138b7b920cfda8ce52b4b611db... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:32:57+02:00
tm: add defines for dlg cseq is_self field
- DLG_SEQ_VALINIT (should be initialized), DLG_SEQ_VALSET (is set, but can be updated for requests within dialog), DLG_SEQ_VALNEW (is set, and ready to be used as new cseq number in generated request)
(cherry picked from commit 73c8316bf89703156f241886554919339ac270d0)
- URL: https://github.com/kamailio/kamailio/commit/39685ace68f52a0b5e96dc9b6e424799... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:33:04+02:00
dialog: use defined tockens for is_set field of local cseq structure for keepalives
(cherry picked from commit 2492b92e49cfcd5f6828007b6a289b3f881dba69)
- URL: https://github.com/kamailio/kamailio/commit/fa614b1cb8c638292e399fe4350b2126... Author: Benjamin Tietz tietz@sipgate.de Date: 2025-06-20T09:34:09+02:00
tls: add WSS to RPC funtions - tls_list() add PROTO_WSS to TLS_LIST RPC call to include WSS connections in tls.list
- tls_kill() add PROTO_WSS to handle WSS connections
Co-authored-by: Andreas Tarp tarp@sipgate.de (cherry picked from commit 9581e5b332bff8e61ed65c6ddd340a472cb1d93c)
- URL: https://github.com/kamailio/kamailio/commit/0e9f67faef8408befffa3bf39580efc7... Author: Sergey Safarov s.safarov@anycast-lb.net Date: 2025-06-20T09:34:33+02:00
core: tcp_send_timeout applied for outbound connections
(cherry picked from commit 9105398413b4f9fab410482d9ebf5d82b6c3fb0a)
- URL: https://github.com/kamailio/kamailio/commit/fd054f531e400653a1f13f3379257b7e... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:34:46+02:00
core: keep a stack of msg env data
- GH #4258
(cherry picked from commit c10c1d7f0214105c01a300b4a69c58219e4c970a)
- URL: https://github.com/kamailio/kamailio/commit/506f4fa7a8bb6768bd4f2ddf2bd419da... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:34:54+02:00
siptrace: use the msg env data stack
(cherry picked from commit f3a6f2ed539a4a0f287ba0bfee89bd44d2f1a781)
- URL: https://github.com/kamailio/kamailio/commit/ebef3ae7185862339f6751bf47988025... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:35:02+02:00
sipdump: use the msg env data stack
(cherry picked from commit 10c6f973b0f2334c6b2790d61efa1fc3ac282a01)
- URL: https://github.com/kamailio/kamailio/commit/644669d61667b8bc4e484c80c12a8cd1... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:35:11+02:00
core: destroy the x/avp lists on msg env data pop
(cherry picked from commit 418a1017a58e87a9fe9085f75183bcbfba3f9022)
- URL: https://github.com/kamailio/kamailio/commit/91182d61d5df9fefcb71893eaa717572... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:35:20+02:00
core: sdp - check if space is found for extracting session version
(cherry picked from commit cdcb570e46101703f4963863c705345c7a3420ac)
- URL: https://github.com/kamailio/kamailio/commit/b920a95701c4109089045d9bd9e23959... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:35:34+02:00
core: srapi - prototype function names set back for msg env push/pop
(cherry picked from commit ec5ab51a7ba1c2a94515b8f28c546c9d7cf58b90)
- URL: https://github.com/kamailio/kamailio/commit/b0089e25607d8724a1f5f3f0effa95ec... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:36:16+02:00
dispatcher: rename varaiable about strictest match with common prefix
- init values
(cherry picked from commit dfb5ef6f9d670a9ee2de223eac0a665f9e5cab71)
- URL: https://github.com/kamailio/kamailio/commit/9ba402d3508034ef3111942b8f594cf9... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:36:25+02:00
dispatcher: rework MIXSOCKPRPORT (16) matching mode
- GH #4236
(cherry picked from commit 28cd81c9ad7a64ee8953ba9438756b88740b7820)
- URL: https://github.com/kamailio/kamailio/commit/ab88793011826693e259699ea9fe1a00... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:36:36+02:00
htable: return true for sht_setxi()
- GH #4283
(cherry picked from commit 9ded810b2dfe527db8d8be409fe1f34b002f3325)
- URL: https://github.com/kamailio/kamailio/commit/7a4362f646cfa029c31e7a447beac155... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:36:52+02:00
core: parser - count diversion header body len based on last param
- take in consideratio quoted param values
(cherry picked from commit f789f6a5fa4d651ad3bcb657cb2a1dc765de6460)
- URL: https://github.com/kamailio/kamailio/commit/c31ea2270f5b3ef43bb324f63b86c1f1... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:37:01+02:00
jwt: added to the notes about libjwt versions
- module is not compatible with the new libjwt3
(cherry picked from commit 36c466bce5a57df72806a0915361612c32cc838e)
- URL: https://github.com/kamailio/kamailio/commit/24e9e573eaa0e85abd4285103528d1e5... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:37:11+02:00
core: tcp - log message on message processing timeout made debug
(cherry picked from commit 2af2c80fde4e82614846af9d817ab2bffa2d954d)
- URL: https://github.com/kamailio/kamailio/commit/b3555bb2e5d4ea0ffa80c5f98dd0988e... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:37:22+02:00
core: reformat structure with core pv exports
(cherry picked from commit 076d9549a28295392c9a8ca0ce079f2a59ed4f1e)
- URL: https://github.com/kamailio/kamailio/commit/8926a88d9011f0ec08b8e97f08584892... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:47:37+02:00
Revert "secfilter: fix table of contents index points [skip ci]"
This reverts commit 8ffc7f1e971e94e18facc000bf99084f69b1f400.
- URL: https://github.com/kamailio/kamailio/commit/7990d4bf35f7b79a74315ed775401d63... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:47:53+02:00
Revert "secfilter: add RPC del_* commands [skip ci]"
This reverts commit a1a65348974d7847af6637dedf31d926cd09cffd.
- URL: https://github.com/kamailio/kamailio/commit/265a2b6b7173944d38acf3e93a85ef2d... Author: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-20T09:48:11+02:00
Revert "secfilter: add missing RPC del_wl command"
This reverts commit 6e4100e11f49c02a9e319aa2ab269e5476fa3b9e.