- URL: https://github.com/kamailio/kamailio/commit/aded821760d2b0be1e4fadb97d79fa163ebbc52e Author: Michael Furmur <[email protected]> Date: 2025-11-03T10:23:18+01:00
dispatcher: fix ds_latency_estimator_alpha meaning swap 'latency' and 'latency_stats->estimate' in the EWMA formula to ensure ds_latency_estimator_alpha rates new values over the old average estimate (cherry picked from commit d789b6c1fec4cd1743a51c87b8f01af7ddee03d7) - URL: https://github.com/kamailio/kamailio/commit/aba4d8149836264224bc0b6f371db524314443ea Author: Julien Chavanton <[email protected]> Date: 2025-11-03T10:23:41+01:00 dispatcher: update the default value and docs of ds_latency_estimator_alpha This is to match the recent adjustement made in "dispatcher: fix ds_latency_estimator_alpha meaning" (cherry picked from commit 02c0e0b1b0f84754c468e97ae7f2c09e7c13e8ee) - URL: https://github.com/kamailio/kamailio/commit/c748b55c0c8db016ce24a811534106a2e26edc3a Author: Henning Westerholt <[email protected]> Date: 2025-11-03T10:24:33+01:00 dispatcher: add link to algorithm definition to main section (cherry picked from commit 0933cb319aa2e114b35cfac8383dd88855125b83) - URL: https://github.com/kamailio/kamailio/commit/697572e40c783ed9537b17fd290c88a5c31e7105 Author: Henning Westerholt <[email protected]> Date: 2025-11-03T10:24:53+01:00 dispatcher: show link in README file as well (cherry picked from commit 616c4c77db531feaf0ce3ea13962b9bb41bf2160) - URL: https://github.com/kamailio/kamailio/commit/78e65311ffcdec1f6c7149ff80fa454cb3132654 Author: Mikko Lehto <[email protected]> Date: 2025-11-03T10:26:01+01:00 sworker: fix function name in documentation (cherry picked from commit bf8a605bbf843d184c1f4d94bb7e1bf6697ef0d2) - URL: https://github.com/kamailio/kamailio/commit/392f02f85127b93e5f21d50aac70283dc5c943ec Author: Mikko Lehto <[email protected]> Date: 2025-11-03T10:26:19+01:00 core: socket_info - fix typo in log message (cherry picked from commit ef53fdeb33a6158801c52f522a1398abd3777324) - URL: https://github.com/kamailio/kamailio/commit/548649a236dc5177cf9d2941856bfe380f5394b8 Author: Mikko Lehto <[email protected]> Date: 2025-11-03T10:26:45+01:00 dispatcher: fix typo in documentation and code comments (cherry picked from commit 46ee44af4f1d9ae4fccc6178142ca602ef689943) - URL: https://github.com/kamailio/kamailio/commit/9b0e8116e37cde82f1017d964dd57fa564e7f788 Author: Tim Anderson <[email protected]> Date: 2025-11-03T10:27:19+01:00 xhttp_rpc: add handling of null strings in `print_value` - reported by GH #4351 (cherry picked from commit b32894f85485ba5cc9b4f4fa9cb706144e70d0e7) - URL: https://github.com/kamailio/kamailio/commit/60dc2c93359b3e0baaa200b524e2b518ce628a20 Author: dmsf100 <[email protected]> Date: 2025-11-03T10:27:36+01:00 dialog: fix sflags database persistence for dlg_setflag/dlg_resetflag Dialog script flags (sflags) were not being saved to database when dlg_setflag() or dlg_resetflag() functions were called. The functions updated flags in memory but didn't trigger database updates. - Add DLG_FLAG_CHANGED_SFLAGS flag to track sflags changes - Trigger immediate DB updates in realtime mode - Support delayed and shutdown database modes - Fix database update parameters to target sflags column correctly (cherry picked from commit 9dcba806093ef48962379a64770c2b71b8b74232) - URL: https://github.com/kamailio/kamailio/commit/e359c100cbf0f18b2cb3eb049a54d43c24132d21 Author: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-03T10:29:01+01:00 dialog: try sending bye to callee no matter of the return code for caller - GH #4404 (cherry picked from commit 25fa214154ede1907b20b0bf3d6c8e2ed8055512) - URL: https://github.com/kamailio/kamailio/commit/d4d9b1b6be3baf6374def56d5e6bc189988e7469 Author: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-03T10:29:33+01:00 core: parser - parse From header on initial headers parsing (cherry picked from commit 316ea8925edd0c401c121e9dc0f21dde3a2c6598) - URL: https://github.com/kamailio/kamailio/commit/316610383101db55742dc85dc5b6cda3a648f97f Author: Lyubomir Yatanski <[email protected]> Date: 2025-11-03T10:29:40+01:00 core parser: fix after 316ea8925edd0c401c121e9dc0f21dde3a2c6598 > Error: core/parser/msg_parser.c:423:9: error: call to undeclared function > 'parse_from_header'; ISO C99 and later do not support implicit function > declarations [-Wimplicit-function-declaration] > 423 | if(parse_from_header(msg) < 0) > { > | ^ > core/parser/msg_parser.c:423:9: note: did you mean 'parse_to_header'? > core/parser/parse_to.h:48:5: note: 'parse_to_header' declared here > 48 | int parse_to_header(struct sip_msg *const msg); > | ^ > 1 error generated. (cherry picked from commit d8715c16fb79365a26fb75990565be4fea701ae6) - URL: https://github.com/kamailio/kamailio/commit/c2dae566a61bca1e828c13ae30330b06b4c929f7 Author: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-03T10:29:51+01:00 core: parse - parse from body on first iteration (cherry picked from commit 4fef850efb73aa063ae4f920e0f86f2bf085956c) - URL: https://github.com/kamailio/kamailio/commit/cf1c796c549616e84bfb9eb84e793ee1ce9f693e Author: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-03T10:29:59+01:00 core: parser - rework parsing From body on getting headers - reuse code for parsing To-body header on getting headers (cherry picked from commit 7ddba9d07a938299cb50f6dde354d8f691c307cf) - URL: https://github.com/kamailio/kamailio/commit/461dc36494711ed3b8db39e4eef7ce82340900a5 Author: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-03T10:30:08+01:00 tm: clean up locally parsed headers in onsend route - GH #4399 (cherry picked from commit e9d143f7890cae3c629c82df2c281d528d1499d9) - URL: https://github.com/kamailio/kamailio/commit/296c5766c87d8d23cc0d86102951f427b01fe762 Author: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-03T10:30:35+01:00 sms: handle case of unsupported length - GH #4413 (cherry picked from commit 42b24debb47edfef9229ada6fc7fafe293f530a9) - URL: https://github.com/kamailio/kamailio/commit/2f0b14803e8c60f3f617b8c26f491044fe82abc6 Author: Daniel-Constantin Mierla <[email protected]> Date: 2025-11-03T10:31:09+01:00 auth: export wrappers to the functions to calcupate HA1 and response - the function pointers can change based on the hashing algorithm (cherry picked from commit 3c16b81a363b15116ef1f3a480f1184fd2eb3d14) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
