[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 set

[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} tra

[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 test

[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
Hello, short reminder that v6.0.3 is being released today. Till the announcement is out, any commits to branch 6.0 should be announced to sr-dev mailing list and wait for the ack before pushing to the repository. After that, the commits can go in as usual. Cheers, Daniel On 02.09.25 16:45, Danie

[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 se

[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 s

[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 update

[sr-dev] Kamailio v6.0.3 Released

2025-09-10 Thread Daniel-Constantin Mierla via sr-dev
Hello, Kamailio SIP Server v6.0.3 stable release is out! This is a maintenance release of the latest stable branch, 6.0, that includes fixes since the release of v6.0.3. There is no change to database schema or configuration language structure that you have to do on previous installations of v6.0

[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 ds_latency_estim

[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 formatti

[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 detai

[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_DNS

[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 head

[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 hea

[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 fo

[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 fo

[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 e

[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 fla

[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 ap

[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 brok

[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 transact

[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 co

[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 al

[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 {s.sel

[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 - replace

[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 sh

[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 s

[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 in

[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-t

[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 to

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

2025-08-04 Thread Daniel-Constantin Mierla via sr-dev
Hello, recently I added a new option that can be set for an integer modparam: PARAM_USE_SHM (i.e., PARAM_INT | PARAM_USE_SHM). The pointer given in the exports structure has to be the address of a pointer to an int. The result is that the modparam will allocated an integer in shared memory and sto

[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 i

[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 inte

[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 - function

[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 des

[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 comm

[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 - safety

[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 out

[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 failing

[sr-dev] git:master:6189257b: core: add some comment on the hardcoded numbers

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6189257bb8c5ba4b5a807a2a765cdcfbf0eaea75 URL: https://github.com/kamailio/kamailio/commit/6189257bb8c5ba4b5a807a2a765cdcfbf0eaea75 Author: Xenofon Karamanos Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:29:18+02:00 core: add some comment on the

[sr-dev] Re: [kamailio/kamailio] pv_headers: Add remove all headers function (PR #4276)

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4276) @linuxmaniac: is this ok to merge? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4276#issuecomment-3138711773 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] topos: Allow contact a/b host like user part (PR #4246)

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

[sr-dev] Re: [kamailio/kamailio] topos: Allow contact a/b host like user part (PR #4246)

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4246) Merging. @xadhoom : further enhancements can be done with another PR. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/4246#issuecomment-3138704646 You are receiving this because you are subscribed t

[sr-dev] git:master:faa060b5: topos: Append port and protocol param

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: faa060b598f84b382913d0f8f37c58e9a4c45c1e URL: https://github.com/kamailio/kamailio/commit/faa060b598f84b382913d0f8f37c58e9a4c45c1e Author: Xenofon Karamanos Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:24:38+02:00 topos: Append port and protoc

[sr-dev] git:master:ade001c8: topos: Add new contact_mode docs.

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ade001c89bda5f9f7a6b2802110c8a1ce4a96968 URL: https://github.com/kamailio/kamailio/commit/ade001c89bda5f9f7a6b2802110c8a1ce4a96968 Author: Xenofon Karamanos Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:24:38+02:00 topos: Add new contact_mode d

[sr-dev] git:master:8fed4c27: topos: Add new contact_mode=3 and 2 new modparam for contact host domains

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8fed4c27a323e3b7fdc61381e06ac265d21fa5b9 URL: https://github.com/kamailio/kamailio/commit/8fed4c27a323e3b7fdc61381e06ac265d21fa5b9 Author: Xenofon Karamanos Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:24:38+02:00 topos: Add new contact_mode=3

[sr-dev] git:master:527c44fe: topos: Refactor contact_mode handling

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 527c44fe08ab2c43a4e83a4372daf6ff2b7ab221 URL: https://github.com/kamailio/kamailio/commit/527c44fe08ab2c43a4e83a4372daf6ff2b7ab221 Author: Xenofon Karamanos Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:24:38+02:00 topos: Refactor contact_mode

[sr-dev] Re: [kamailio/kamailio] Subscriptions replication and presence sync via dmq (PR #4239)

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

[sr-dev] git:master:c9f120f7: presence: subcsriptions replication and presence sync via dmq

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c9f120f707ccc1692c5b142a51548d0c502fec43 URL: https://github.com/kamailio/kamailio/commit/c9f120f707ccc1692c5b142a51548d0c502fec43 Author: Viktor Litvinov Committer: Daniel-Constantin Mierla Date: 2025-07-31T08:19:32+02:00 presence: subcsriptions replica

[sr-dev] Re: [kamailio/kamailio] dispatcher: ds_is_from_list() check all records when doing DNS lookup (Issue #4338)

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4338) The check with FQDN was added later and the behaviour is based on what the developer needed at that time. Further enhancements can be added, of course. Should anyone wants to add more checking variants, PRs can be made. -- Reply to this email dir

[sr-dev] git:master:bdfd31a7: kex: docs for rpc command modparam.list

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: bdfd31a73aa20417562d628954c48e803de62550 URL: https://github.com/kamailio/kamailio/commit/bdfd31a73aa20417562d628954c48e803de62550 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-07-30T16:16:37+02:00 kex: docs for rpc comm

[sr-dev] git:master:ad7cc41c: core: rpc command to get the string value of a module parameter

2025-07-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ad7cc41c1c37f1c5dd2be20377fba0209796fe83 URL: https://github.com/kamailio/kamailio/commit/ad7cc41c1c37f1c5dd2be20377fba0209796fe83 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-07-30T16:16:37+02:00 core: rpc command to g

[sr-dev] git:master:23d9cb09: core: rpc command modparam.list - list all modules parameters

2025-07-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 23d9cb097ef040314736989e67484401b88ede30 URL: https://github.com/kamailio/kamailio/commit/23d9cb097ef040314736989e67484401b88ede30 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-07-29T10:48:10+02:00 core: rpc command modp

[sr-dev] git:master:01a9655b: kex: docs for rpc commands modparam.getn and modparam.setn

2025-07-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 01a9655bc8c877bfcd6bee748b2eca09437bb392 URL: https://github.com/kamailio/kamailio/commit/01a9655bc8c877bfcd6bee748b2eca09437bb392 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2025-07-29T09:19:52+02:00 kex: docs for rpc comm

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

2025-07-28 Thread Daniel-Constantin Mierla via sr-dev
miconda left a comment (kamailio/kamailio#4102) Can you enable dumping core file and getting also the gdb backtrace? The logs show core file was not generated: ``` ERROR 2025-07-28T06:48:30.059928419Z [resource.labels.containerName: kamailio] 0(1) ALERT: [main.c:820]: handle_sigs(): child proc

  1   2   3   4   5   6   7   8   9   10   >