[sr-dev] Re: [kamailio/kamailio] PGK memory leak when logging $fu with log_prefix_mode=1 in the slow timer process when dispatcher keepalive is enabled (Issue #4399)

2025-09-29 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4399) Can you try with latest git master branch? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4399#issuecomment-3347038026 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] core parser: fix after 316ea8925edd0c401c121e9dc0f21dde3a2c6598 (d8715c1)

2025-09-28 Thread Daniel-Constantin Mierla via sr-dev
For the records, the first line of the commit message should reflect shortly what it fixes/adds, like: `fix for undeclared function parse_from_header()` and the reference to the faulty commit that introduced it should be in the body of the comment, because browsing commits by line makes it hard

[sr-dev] git:master:4fef850e: core: parse - parse from body on first iteration

2025-09-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4fef850efb73aa063ae4f920e0f86f2bf085956c URL: https://github.com/kamailio/kamailio/commit/4fef850efb73aa063ae4f920e0f86f2bf085956c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-28T09:02:21+02:00 core: parse - parse

[sr-dev] git:master:316ea892: core: parser - parse From header on initial headers parsing

2025-09-26 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 316ea8925edd0c401c121e9dc0f21dde3a2c6598 URL: https://github.com/kamailio/kamailio/commit/316ea8925edd0c401c121e9dc0f21dde3a2c6598 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-26T13:00:25+02:00 core: parser - parse

[sr-dev] git:master:23d270cb: db_redis: make the inline function static

2025-09-26 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 23d270cb9842fd5b85b3ef356f64065896f5140a URL: https://github.com/kamailio/kamailio/commit/23d270cb9842fd5b85b3ef356f64065896f5140a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-24T12:06:17+02:00 db_redis: make the

[sr-dev] Kamailio Developers Meeting, Dec 8-9, 2025, in Dusseldorf

2025-09-25 Thread Daniel-Constantin Mierla via sr-dev
, how to register, are available at:   * https://www.kamailio.org/w/developers-meeting/ Looking forward to those two intensive hacking Kamailio days in Dusseldorf! Cheers, Daniel -- Daniel-Constantin Mierla (@ asipto.com) twitter.com/miconda -- linkedin.com/in/miconda Kamailio Consultancy

[sr-dev] Re: [kamailio/kamailio] CMake Auto detect lock method according to priority (PR #4363)

2025-09-25 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4363) In general it used to be a fallback to the best option available, like for sockets with epoll, poll, kpoll, select ... so as long as it is some indication in the defined flags (e.g., via `kamailio -v` or `kamailio -I`), I see no problem to have di

[sr-dev] Re: [kamailio/kamailio] CMake Auto detect lock method according to priority (PR #4363)

2025-09-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4363) Not being the one that developed the locks APIs, I can't say for sure. I based my opinion on your snippets showing the `#if ... #elif`. The change should go into devel branch and tested to be safe. -- Reply to this email directly or view it on Gi

[sr-dev] Re: [kamailio/kamailio] cdp: improve logging adding proto info on connection (PR #4406)

2025-09-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4406) I am fine with STR_FMT_VAL macro name. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4406#issuecomment-3327290669 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] core: try fix timer list only in case of issues (PR #4405)

2025-09-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4405) Fine to merge from my point of view, if no other comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4405#issuecomment-3327283281 You are receiving this because you are subscribed to this thread

[sr-dev] git:master:3627b8fd: misc: Add contention benchmark tests

2025-09-24 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 3627b8fdd35f4b0f77667c4cf261ff7f0215f89b URL: https://github.com/kamailio/kamailio/commit/3627b8fdd35f4b0f77667c4cf261ff7f0215f89b Author: Xenofon Karamanos Committer: Daniel-Constantin Mierla Date: 2025-09-24T10:51:30+02:00 misc: Add contention

[sr-dev] Re: [kamailio/kamailio] dialog: fix sflags database persistence for dlg_setflag/dlg_resetflag (PR #4357)

2025-09-24 Thread Daniel-Constantin Mierla via sr-dev
Merged #4357 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4357#event-19886873146 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:9dcba806: dialog: fix sflags database persistence for dlg_setflag/dlg_resetflag

2025-09-24 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9dcba806093ef48962379a64770c2b71b8b74232 URL: https://github.com/kamailio/kamailio/commit/9dcba806093ef48962379a64770c2b71b8b74232 Author: dmsf100 Committer: Daniel-Constantin Mierla Date: 2025-09-24T10:50:50+02:00 dialog: fix sflags database

[sr-dev] Re: [kamailio/kamailio] erlang: failed build on Alpine linux (Issue #4372)

2025-09-24 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4372) I haven't seen @seudin active lately, but maybe he is still around to comment on this issue. Apparently REG_STARTEND is a BSD extension (implemented by Linux libc as well), not POSIX, and musl which is used by Alpine does not seem to have it. If

[sr-dev] Re: [kamailio/kamailio] core: don't copy `SR_XTYPE_STR` data in `xav{i,p}_new_value()` if it's `NULL` (PR #4395)

2025-09-23 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4395) I think this makes it hard to follow code and be safe of unintended mistakes. Rather than making the existing functions accept null pointers with greater-than-zero length, add new functions like xavp_reserve_value() so it is explicitly known what

[sr-dev] Re: Backporting SHA1 introduction to 6.0?

2025-09-22 Thread Daniel-Constantin Mierla via sr-dev
re were already some backports to 6.0 branch, just wanted to > get a clarification on this. > Please share any feedback within the next few days. > Best regards, > Xenofon > > ___ > Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org > To unsubscribe

[sr-dev] git:6.0:ffa5d81d: pkg/kamailio: version set 6.0.3 for rpms and alpine

2025-09-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 6.0 Commit: ffa5d81dda8fd6a17e729697fd8a4101349e1a7d URL: https://github.com/kamailio/kamailio/commit/ffa5d81dda8fd6a17e729697fd8a4101349e1a7d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-10T09:47:19+02:00 pkg/kamailio: version

[sr-dev] git:master:205f1016: pv: added {s.sha1} transformation

2025-09-18 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 205f10161e2463ccecdaf4f3feddd21c896d4b06 URL: https://github.com/kamailio/kamailio/commit/205f10161e2463ccecdaf4f3feddd21c896d4b06 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-10T17:45:51+02:00 pv: added {s.sha1

[sr-dev] Re: [kamailio/kamailio] db_redis: use HSCAN in scan query when mapping_struct_type is hash (PR #4375)

2025-09-17 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4375) I guess it can be merged, being here long enough without new comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4375#issuecomment-3269996221 You are receiving this because you are subscribed to

[sr-dev] git:master:b322fd78: kamdbctl: removed test for mysql utf8 and ucs2 charsets

2025-09-17 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b322fd781b162d2adaef9f8292640a4df89796ba URL: https://github.com/kamailio/kamailio/commit/b322fd781b162d2adaef9f8292640a4df89796ba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-08T10:57:18+02:00 kamdbctl: removed

[sr-dev] Re: [kamailio/kamailio] Segfault when using kamailio 5.8.4 (and later) as a presence proxy (Issue #4102)

2025-09-13 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4102) > Getting a syntax error when adding this to kamailio.cfg: > `timer_sanity_check=1` > > This is with the latest master build. You have to use: `coreparam[timer_sanity_check] = 1` -- Reply to this email directly or view it on GitHub: https://git

[sr-dev] Re: [kamailio/kamailio] rtpengine: Replace sha1 generation (PR #4366)

2025-09-12 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4366) Fine for me to merge. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4366#issuecomment-326479 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: Releasing v6.0.3

2025-09-11 Thread Daniel-Constantin Mierla via sr-dev
, Daniel-Constantin Mierla wrote: > Hello, > > I am considering to release Kamailio v6.0.3 (out of branch 6.0) on > Wednesday, Sep 10, 2025. If anyone is aware of issues not yet on the bug > tracker, report them there asap in order to have a better chance to be > fixed. > > Chee

[sr-dev] git:6.0:37d5d89e: Makefile.defs: version set to 6.0.3

2025-09-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 6.0 Commit: 37d5d89e421e966d9f5c5df52bd0c1450006a57a URL: https://github.com/kamailio/kamailio/commit/37d5d89e421e966d9f5c5df52bd0c1450006a57a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-10T09:49:18+02:00 Makefile.defs: version

[sr-dev] git:6.0:2e35476b: CMakeLists.txt: version set to 6.0.3

2025-09-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 6.0 Commit: 2e35476b03e0a25838e16035e8be5e4f12f538ca URL: https://github.com/kamailio/kamailio/commit/2e35476b03e0a25838e16035e8be5e4f12f538ca Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-10T09:49:00+02:00 CMakeLists.txt: version

[sr-dev] git:6.0:5095b7b2: ChangeLog: content updated for v6.0.3

2025-09-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 6.0 Commit: 5095b7b21eaca218d696df2ee0da8f53e5fec585 URL: https://github.com/kamailio/kamailio/commit/5095b7b21eaca218d696df2ee0da8f53e5fec585 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-10T09:52:01+02:00 ChangeLog: content

[sr-dev] Kamailio v6.0.3 Released

2025-09-10 Thread Daniel-Constantin Mierla via sr-dev
, Debian/Ubuntu packages will be available soon as well. Many thanks to all contributing and using Kamailio! Cheers, Daniel -- Daniel-Constantin Mierla (@ asipto.com) twitter.com/miconda -- linkedin.com/in/miconda Kamailio Consultancy, Training and Development Services -- asipto.com

[sr-dev] Re: [kamailio/kamailio] dispatcher: add link to algorithm definition to main section (0933cb3)

2025-09-10 Thread Daniel-Constantin Mierla via sr-dev
The URL has to be put instead of `here` in order to be visible in the README text file, using `at` instead of `for example`. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/0933cb319aa2e114b35cfac8383dd88855125b83#r165514200 You are receiving thi

[sr-dev] Re: [kamailio/kamailio] Crash (seg fault): Dialog module (Issue #4386)

2025-09-10 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4386) Looking at the code, 5.7.x has an older way to access dlg variables by reference. Newer version does it with cloning values for safer access. Try with latest 5.8.x or 6.0.x, which are now the maintained series. -- Reply to this email directly or

[sr-dev] Re: [kamailio/kamailio] dispatcher: fix ds_latency_estimator_alpha meaning (PR #4358)

2025-09-09 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4358) Not using latency, I can't assert it properly, but given the long time being without comments and being a small change, I am going to merge it, thanks! If someone has amendments, can push new commits. -- Reply to this email directly or view it on

[sr-dev] Re: [kamailio/kamailio] dispatcher: fix ds_latency_estimator_alpha meaning (PR #4358)

2025-09-09 Thread Daniel-Constantin Mierla via sr-dev
Merged #4358 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4358#event-19585639251 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:d789b6c1: dispatcher: fix ds_latency_estimator_alpha meaning

2025-09-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d789b6c1fec4cd1743a51c87b8f01af7ddee03d7 URL: https://github.com/kamailio/kamailio/commit/d789b6c1fec4cd1743a51c87b8f01af7ddee03d7 Author: Michael Furmur Committer: Daniel-Constantin Mierla Date: 2025-09-09T12:24:00+02:00 dispatcher: fix

[sr-dev] Re: [kamailio/kamailio] db_redis: add sentinel support (PR #4373)

2025-09-09 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4373) I guess it can be merged, nobody having comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4373#issuecomment-3269991017 You are receiving this because you are subscribed to this thread. Messag

[sr-dev] git:master:058bc32a: kamctl: added options to kamctlrc to set db cli and params

2025-09-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 058bc32af940fc396c96dba1802a9d721677aeed URL: https://github.com/kamailio/kamailio/commit/058bc32af940fc396c96dba1802a9d721677aeed Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-08T17:00:27+02:00 kamctl: added options

[sr-dev] Re: [kamailio/kamailio] SSL/TLS issue for newer mysql connections in kamdbctl (Issue #4376)

2025-09-08 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4376) Added option to set db cli and extra params inside kamctl. Report back if not working. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4376#issuecomment-3266748526 You are receiving this because yo

[sr-dev] Re: [kamailio/kamailio] Crash (seg fault): Dialog module (Issue #4386)

2025-09-08 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4386) You have to provide the output of `bt full` from gdb with the core file to see what was the executing path that led to the crash. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4386#issuecomment-3

[sr-dev] Re: [kamailio/kamailio] SSL/TLS issue for newer mysql connections in kamdbctl (Issue #4376)

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

[sr-dev] Re: [kamailio/kamailio] SSL/TLS issue for newer mysql connections in kamdbctl (Issue #4376)

2025-09-08 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4376) I think you can set `skip-ssl` inside mysql cli config (e.g., `my.cnf` or `mysql.cnf`). I will also try to add options for db command via config. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/437

[sr-dev] Re: [kamailio/kamailio] Allow using utf8 for MySQL tables (Issue #4384)

2025-09-08 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4384) Thanks, I removed that check on git master branch, leaving it to the default character set if CHARSET is not set in kamctlrc or env variable. Test and report back if works fine. -- Reply to this email directly or view it on GitHub: https://github

[sr-dev] Re: [kamailio/kamailio] Allow using utf8 for MySQL tables (Issue #4384)

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

[sr-dev] Releasing v6.0.3

2025-09-02 Thread Daniel-Constantin Mierla via sr-dev
Hello, I am considering to release Kamailio v6.0.3 (out of branch 6.0) on Wednesday, Sep 10, 2025. If anyone is aware of issues not yet on the bug tracker, report them there asap in order to have a better chance to be fixed. Cheers, Daniel -- Daniel-Constantin Mierla (@ asipto.com) twitter.com

[sr-dev] git:master:c98c32b4: sqlops: small formatting of exported pvs

2025-09-02 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c98c32b48bcd2cdf4b883ff46cb939b80351fb20 URL: https://github.com/kamailio/kamailio/commit/c98c32b48bcd2cdf4b883ff46cb939b80351fb20 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-09-02T16:04:13+02:00 sqlops: small

[sr-dev] Re: [kamailio/kamailio] siptrace: core uac send request and $sel() used (Issue #4356)

2025-08-17 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4356) Can you attach the gdb backtrace to see what was the execution path when crashing? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4356#issuecomment-3195236907 You are receiving this because you ar

[sr-dev] Re: [kamailio/kamailio] Make the arbitrary DNS 100-records result limit configurable or non-breaking. (Issue #4359)

2025-08-17 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4359) For now I made it possible to define the value at compile time (see the commit referenced above). Adding it as an option for `coreparam[...]` can be a further enhancement. -- Reply to this email directly or view it on GitHub: https://github.com/k

[sr-dev] git:master:1301229c: dispatcher: more details about flags field

2025-08-17 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 1301229c36f65bae4e5d4f06b6831f5c023eab82 URL: https://github.com/kamailio/kamailio/commit/1301229c36f65bae4e5d4f06b6831f5c023eab82 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-17T22:16:34+02:00 dispatcher: more

[sr-dev] git:master:1525b613: core: resolve - SR_DNS_MAX_QNO and SR_DNS_MAX_ANO can be defined via compiler options

2025-08-17 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 1525b613357cbd1bcd5dbc3555603c57fa5dddcb URL: https://github.com/kamailio/kamailio/commit/1525b613357cbd1bcd5dbc3555603c57fa5dddcb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-18T07:39:15+02:00 core: resolve

[sr-dev] git:master:18bd1723: microhttpd: clone header name for search

2025-08-15 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 18bd172382f927a771b3b6ef05d614a3562c0202 URL: https://github.com/kamailio/kamailio/commit/18bd172382f927a771b3b6ef05d614a3562c0202 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-16T08:01:50+02:00 microhttpd: clone

[sr-dev] Re: [kamailio/kamailio] Can't get header in MicroHTTPd module, by using $mhttpd(h:header-name) (Issue #4369)

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

[sr-dev] Re: [kamailio/kamailio] Can't get header in MicroHTTPd module, by using $mhttpd(h:header-name) (Issue #4369)

2025-08-15 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4369) I pushed updates to the master branch that should fix it. If not, reopen. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4369#issuecomment-3193428193 You are receiving this because you are subscrib

[sr-dev] Re: [kamailio/kamailio] test: Add contention benchmark tests (PR #4368)

2025-08-15 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4368) I guess that the commit message prefix should be `misc:` instead of `test:`. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4368#issuecomment-3193427644 You are receiving this because you are subscri

[sr-dev] git:master:e1fda602: microhttps: detect header name variables before the rest

2025-08-15 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e1fda6025e058ea44203541f70b48d800019609d URL: https://github.com/kamailio/kamailio/commit/e1fda6025e058ea44203541f70b48d800019609d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-16T08:01:50+02:00 microhttps: detect

[sr-dev] git:master:0baeb4cc: core: fixup helpers for numbers support hexadecimal format

2025-08-14 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 0baeb4ccad37df13544f475b729975834267e6eb URL: https://github.com/kamailio/kamailio/commit/0baeb4ccad37df13544f475b729975834267e6eb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-14T15:22:01+02:00 core: fixup helpers

[sr-dev] git:master:634c2ab9: dispatcher: support for hexadecimal flags format in the list file

2025-08-14 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 634c2ab9f9abcd9d12cca7fa7deeea04e2fe9705 URL: https://github.com/kamailio/kamailio/commit/634c2ab9f9abcd9d12cca7fa7deeea04e2fe9705 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-13T08:55:47+02:00 dispatcher: support

[sr-dev] Re: [kamailio/kamailio] tm: allow pending forked REGISTER auths being handled the same way as… (PR #4304)

2025-08-12 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4304) I want to look more at this PR because it is not clear yet for me and touches important components, but I got into a series of trips (e.g., ClueCon, ...), so it can still take some time. -- Reply to this email directly or view it on GitHub: https

[sr-dev] git:6.0:2a28715a: dispatcher: load tm api earlier than records loading not to reset the probing flag

2025-08-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 6.0 Commit: 2a28715a32a9b2ca0fc29b43b772576a57938b0c URL: https://github.com/kamailio/kamailio/commit/2a28715a32a9b2ca0fc29b43b772576a57938b0c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-12T08:57:44+02:00 dispatcher: load tm api

[sr-dev] git:6.0:65073906: dispatcher: print the flags and priority in the debug message

2025-08-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 6.0 Commit: 650739064d27f10bb19b4d811d1c5545e1a49690 URL: https://github.com/kamailio/kamailio/commit/650739064d27f10bb19b4d811d1c5545e1a49690 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-12T08:57:37+02:00 dispatcher: print the

[sr-dev] git:master:533324e2: dispatcher: print the flags and priority in the debug message

2025-08-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 533324e21ee48c680ebf7505ce37b2503810d874 URL: https://github.com/kamailio/kamailio/commit/533324e21ee48c680ebf7505ce37b2503810d874 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-12T08:49:19+02:00 dispatcher: print the

[sr-dev] git:master:fc366962: dispatcher: load tm api earlier than records loading not to reset the probing flag

2025-08-11 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: fc366962cf6142fd7614baee9ace854ac661d698 URL: https://github.com/kamailio/kamailio/commit/fc366962cf6142fd7614baee9ace854ac661d698 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-12T08:54:04+02:00 dispatcher: load tm

[sr-dev] Re: [kamailio/kamailio] pua_reginfo: use expires from contact for publish request (PR #4355)

2025-08-08 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4355) Fine for me to merge. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4355#issuecomment-3167489728 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] tm: add NULL check for transaction uac (PR #4348)

2025-08-08 Thread Daniel-Constantin Mierla via sr-dev
Merged #4348 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4348#event-19052739478 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:26a2fe04: core: check and recover if broken circular list

2025-08-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 26a2fe046820be35d006f19a1571ee1532b7723e URL: https://github.com/kamailio/kamailio/commit/26a2fe046820be35d006f19a1571ee1532b7723e Author: Stefan Mititelu Committer: Daniel-Constantin Mierla Date: 2025-08-08T12:59:42+02:00 core: check and recover if

[sr-dev] git:master:4e2a9307: tm: add NULL check for transaction uac

2025-08-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4e2a93074476a3e1747eb46cb197cd8f492d5902 URL: https://github.com/kamailio/kamailio/commit/4e2a93074476a3e1747eb46cb197cd8f492d5902 Author: Stefan Mititelu Committer: Daniel-Constantin Mierla Date: 2025-08-08T12:59:59+02:00 tm: add NULL check for

[sr-dev] git:master:bb2c3653: core: add timer_sanity_check coreparam

2025-08-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: bb2c365340b9354eae85b375f116894192e65c22 URL: https://github.com/kamailio/kamailio/commit/bb2c365340b9354eae85b375f116894192e65c22 Author: Stefan Mititelu Committer: Daniel-Constantin Mierla Date: 2025-08-08T12:59:42+02:00 core: add timer_sanity_check

[sr-dev] Re: [kamailio/kamailio] core: check and recover if broken circular list (PR #4346)

2025-08-08 Thread Daniel-Constantin Mierla via sr-dev
Merged #4346 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4346#event-19052736051 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] Re: [kamailio/kamailio] Dispatcher: match keepalive responses also on socket attribute (Issue #4330)

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

[sr-dev] Re: [kamailio/kamailio] Dispatcher: match keepalive responses also on socket attribute (Issue #4330)

2025-08-08 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4330) The git master branch should now match keepalive on specific record only, by assigning internal unique ids at load time. Test and if any problem, create a new bug report. This is going to be part of the future 6.1.x series. -- Reply to this email

[sr-dev] git:master:6c74f600: pv: proper match of all whitespaces for {s.select,idx,\s}

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6c74f6007d1b5fc8c6654c18f1fe127941397392 URL: https://github.com/kamailio/kamailio/commit/6c74f6007d1b5fc8c6654c18f1fe127941397392 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-07T18:41:53+02:00 pv: proper match of

[sr-dev] git:master:d7e8cd04: pv: convenience {s.selectws,idx} - select with whitespaces delimiter

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d7e8cd04496842fe706bcefd00951b6cc49ac94b URL: https://github.com/kamailio/kamailio/commit/d7e8cd04496842fe706bcefd00951b6cc49ac94b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-07T18:32:38+02:00 pv: convenience

[sr-dev] Re: [kamailio/kamailio] tm: add NULL check for transaction uac (PR #4348)

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4348) Fine for me to merge. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4348#issuecomment-3164478490 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] core: check and recover if broken circular list (PR #4346)

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4346) I am fine to merge it. One more comment, just to plug in an idea here, since this is good for safety/troubleshooting, it might be the case the the item with the prev/next broken was supposed to be already consumed, so maybe as a new `timer_sanity

[sr-dev] Re: [kamailio/kamailio] TM Event local-request for local ACKs (PR #4343)

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
@miconda commented on this pull request. > @@ -88,8 +88,14 @@ #define CANCEL_DONE "ok -- no more pending branches" #define CANCELED "Request canceled" -/* execute event_route[tm:local-request] for hop-by-hop CANCEL */ -#define TM_EVLREQ_CANCEL_HBH 1 +/* execute event_route[tm:local-request]

[sr-dev] Re: [kamailio/kamailio] TM Event local-request for local ACKs (PR #4343)

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4343) I guess this can be merged. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4343#issuecomment-3164433909 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] switch rtpengine to use internal SHA1 hash implementation from the core (Issue #4353)

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4353) That would be good indeed. First added version of the sha1 was incomplete, I pushed one more commit with an alternative and validated with the cli tool, so now it should be good if someone wants to make a PR. -- Reply to this email directly or vi

[sr-dev] git:master:32711a2a: core: crypto - replace the sha1 impmlementation

2025-08-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 32711a2ac8bcb37127e8d5fd59f1e9f738a8979d URL: https://github.com/kamailio/kamailio/commit/32711a2ac8bcb37127e8d5fd59f1e9f738a8979d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-07T14:06:49+02:00 core: crypto

[sr-dev] git:master:e0c04615: websocket: use core sha1 instead of libssl for the handshake key

2025-08-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e0c04615bb6a9f4a2077012481d4cbb5c669ecf0 URL: https://github.com/kamailio/kamailio/commit/e0c04615bb6a9f4a2077012481d4cbb5c669ecf0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-07T06:01:05+02:00 websocket: use core

[sr-dev] git:master:2f036088: core: crypto - added support for sha1 hashing

2025-08-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 2f0360888bcb0c576feffa944239007fac91936e URL: https://github.com/kamailio/kamailio/commit/2f0360888bcb0c576feffa944239007fac91936e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-07T05:58:04+02:00 core: crypto - added

[sr-dev] git:master:c48ba194: dispatcher: extract intern uid from transaction from_hdr field

2025-08-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c48ba19438b96912264a0e9fa859aee079461c0d URL: https://github.com/kamailio/kamailio/commit/c48ba19438b96912264a0e9fa859aee079461c0d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-06T18:39:54+02:00 dispatcher: extract

[sr-dev] git:master:8d849ab6: dispatcher: option to manage destination states via internal uid

2025-08-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8d849ab69fa4a54ac4cd200e8a6333d1ff02bbe2 URL: https://github.com/kamailio/kamailio/commit/8d849ab69fa4a54ac4cd200e8a6333d1ff02bbe2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-06T16:23:20+02:00 dispatcher: option to

[sr-dev] git:master:019a3f3e: dispatcher: set from-tag for keepalives

2025-08-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 019a3f3e6857255c00b6fcf4abdcdd48218f2ae7 URL: https://github.com/kamailio/kamailio/commit/019a3f3e6857255c00b6fcf4abdcdd48218f2ae7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-05T20:22:27+02:00 dispatcher: set from

[sr-dev] Re: [kamailio/kamailio] core: check and recover if broken circular list (PR #4346)

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4346) Since the macro is called twice, I would add another parameter to provide the first direction parameter also as a string to make the log messages easier to show the direction of the check, like: ``` #define timer_sanity_check(h, tl1, tl2, last_tl1

[sr-dev] git:master:1b8a1861: core: helper function to store long value for coreparam

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 1b8a1861412ca1457865d292e922f0a579e23b08 URL: https://github.com/kamailio/kamailio/commit/1b8a1861412ca1457865d292e922f0a579e23b08 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-04T22:50:57+02:00 core: helper function

[sr-dev] git:master:302acf81: tm: uac_req_t field to provide fromtag

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 302acf81a4813230bb6847117c77ddc1f58ebc30 URL: https://github.com/kamailio/kamailio/commit/302acf81a4813230bb6847117c77ddc1f58ebc30 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-04T22:17:48+02:00 tm: uac_req_t field

[sr-dev] Info: new option for a module parameter - PARAM_USE_SHM

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
to be kept like they are, some of they might have custom processing behind the rpc command. Cheers, Daniel -- Daniel-Constantin Mierla - https://www.asipto.com - Kamailio Consultancy And Training Services - https://twitter.com/miconda - https://www.linkedin.com/in/miconda

[sr-dev] Re: Dispatcher coherence: marking destinations and running event routes

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
configuration functions changes would be more consistent. In the end the > destination becomes available or gets disabled, and the consumer in the cfg > don't care why. > > Cheers, > > Henning > > -Original Message- > From: Daniel-Constantin Mierla via sr-dev &

[sr-dev] git:master:56950be0: dispatcher: generate internal uid per destination and print it over rpc

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 56950be0a0170ba307e59015d1117309d6bf7a86 URL: https://github.com/kamailio/kamailio/commit/56950be0a0170ba307e59015d1117309d6bf7a86 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-04T14:58:22+02:00 dispatcher: generate

[sr-dev] git:master:4176a53b: dispatcher: added internal uid filed for destination structure

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4176a53b5e24e15cb5d2a0b64e839c684266b379 URL: https://github.com/kamailio/kamailio/commit/4176a53b5e24e15cb5d2a0b64e839c684266b379 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-04T14:58:22+02:00 dispatcher: added

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

2025-08-03 Thread Daniel-Constantin Mierla via sr-dev
- URL: https://github.com/kamailio/kamailio/commit/483d7190cdd193b56570cb6b8bfef9235351f663 Author: Daniel-Constantin Mierla Date: 2025-08-03T15:16:59+02:00 dispatcher: docs - more details about using algorithm 12 (cherry picked from commit 1b62f165d541cf88fe37778f0e23232e45e86b3d) - URL

[sr-dev] git:master:00b52cd4: core: sruid - functions to get unique id with a number suffix

2025-08-02 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 00b52cd4efe1417f3171f39d266a3bc5cb15f6ba URL: https://github.com/kamailio/kamailio/commit/00b52cd4efe1417f3171f39d266a3bc5cb15f6ba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-02T12:31:59+02:00 core: sruid

[sr-dev] Re: [kamailio/kamailio] stuck of processing messages on UDP localhost:5060 to TLS target on ARM arch (Issue #4325)

2025-08-01 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4325) Upon investigation and testing, it seems to be work fine with development version and tcp_main_threads=1., so likely it is again some conflict of the libssl version and locking Closing it. -- Reply to this email directly or view it on GitHub: htt

[sr-dev] Re: [kamailio/kamailio] stuck of processing messages on UDP localhost:5060 to TLS target on ARM arch (Issue #4325)

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

[sr-dev] git:master:1d61bfa5: tls: print process description in log messages

2025-08-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 1d61bfa5c15b6d30ec0210d80f128e71af5e70dc URL: https://github.com/kamailio/kamailio/commit/1d61bfa5c15b6d30ec0210d80f128e71af5e70dc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-08-01T11:32:00+02:00 tls: print process

[sr-dev] git:master:8fa17455: kex: docs for rpc command modparam.gets

2025-07-31 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8fa17455e9b64d1e48d984f1093209a7eff29065 URL: https://github.com/kamailio/kamailio/commit/8fa17455e9b64d1e48d984f1093209a7eff29065 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-07-31T10:32:55+02:00 kex: docs for rpc

[sr-dev] git:master:2ff43e95: presence: dmq - safety check for duplicated presentity or subscription

2025-07-31 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 2ff43e95985b9a964d884281ddb159959e6c6992 URL: https://github.com/kamailio/kamailio/commit/2ff43e95985b9a964d884281ddb159959e6c6992 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-07-31T14:43:35+02:00 presence: dmq

[sr-dev] git:master:17ff36a2: presence: dmq - check body string value field

2025-07-31 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 17ff36a211fb2b9eebaadcc4ca13b941faced8bf URL: https://github.com/kamailio/kamailio/commit/17ff36a211fb2b9eebaadcc4ca13b941faced8bf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-07-31T15:00:19+02:00 presence: dmq - check

[sr-dev] Re: [kamailio/kamailio] core/cmake: Allow definitions to be visible in kamailio flags (PR #4310)

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4310) Fine for me to merge. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4310#issuecomment-3138751516 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] ims_ipsec_pcscf: fill_contact() build AOR from VIA as fallback on SIP_REPLY (PR #4335)

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4335) Fine for me to merge if no other comments. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4335#issuecomment-3138744982 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] rtpengine: timer ping nodes outside locks (PR #4305)

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Merged #4305 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4305#event-18912779245 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:3c0d17fa: rtpengine: timer ping nodes outside locks

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 3c0d17fa6ddb456e43d8b295e4112fe5b05853ad URL: https://github.com/kamailio/kamailio/commit/3c0d17fa6ddb456e43d8b295e4112fe5b05853ad Author: Stefan Mititelu Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:42:57+02:00 rtpengine: timer ping nodes

[sr-dev] Re: [kamailio/kamailio] Parse urn fix (PR #4336)

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Merged #4336 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4336#event-18912608036 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio - Development Ma

[sr-dev] git:master:5f3244c5: core: Fix urn parsing failing if @ is present

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 5f3244c52987038f9b891c9464034fc5e8c3e310 URL: https://github.com/kamailio/kamailio/commit/5f3244c52987038f9b891c9464034fc5e8c3e310 Author: Xenofon Karamanos Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:29:18+02:00 core: Fix urn parsing

  1   2   3   4   5   6   7   8   9   10   >