[sr-dev] git:master:8a13a1d8: utils/kamctl: regenerate db table definitions

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8a13a1d8301aa22baa9b3a52b891fd04a04c3768 URL: https://github.com/kamailio/kamailio/commit/8a13a1d8301aa22baa9b3a52b891fd04a04c3768 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-06T10:16:50+02:00 utils/kamctl

[sr-dev] Re: [kamailio/kamailio] [htable] db_sql "key_value" length = 128 too small, what if change to 2048 ? (Issue #3944)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
The database table structure can be change, the limit is only in the definition of the table. Otherwise htable can handle any values in memory. For further questions, use sr-us...@lists.kamailio.org mailing list. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/

[sr-dev] Re: [kamailio/kamailio] [htable] db_sql "key_value" length = 128 too small, what if change to 2048 ? (Issue #3944)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
Closed #3944 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3944#event-14158201783 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] Kamailio hangs on get_profile_size method. (Issue #3947)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
The 5.5.x is long time out of maintenance, you should upgrade to maintained version and see if the same happens again, might be something already fixed. Otherwise, get trap again for that version. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/

[sr-dev] Re: [kamailio/kamailio] Segmentation fault when sending ACK for 487 to duplicate URI using siptrace module (Issue #3970)

2024-09-06 Thread Daniel-Constantin Mierla via sr-dev
You can try to look at it, get with gdb the outpout for next commands: ``` frame 0 list p *dst p *dst->send_sock ``` However, 5.6.x is out of maintenance, the best is to upgrade to a supported version and see if the same happens. Or at least try the latest version in 5.6.x series. -- Reply to

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-05 Thread Daniel-Constantin Mierla via sr-dev
The crash is because another (unrelated) commit I did. I just pushed a fix for that one. Can you try again with the very last git master branch and see how it goes this time? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3969#issuecomment-2331

[sr-dev] git:master:60165196: registrar: safety check for uri and remove duplicated aor extract

2024-09-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 60165196ad3144597c24eb9f7bb7fb0cd56f8c25 URL: https://github.com/kamailio/kamailio/commit/60165196ad3144597c24eb9f7bb7fb0cd56f8c25 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-05T11:28:08+02:00 registrar: safety

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-05 Thread Daniel-Constantin Mierla via sr-dev
Can you run kamailio as root user for testing and before set also: ``` ulimit -c unlimited ``` In order to get the corefile of the crash. Depending on your OS, the core file can be dumped in different location. If it is not in the `/` or the working directory set for Kamailio, you have to sear

[sr-dev] git:5.8:be1fe948: nathelper: add_contact_alias() with parameters to enclose ipv6 in square brackets

2024-09-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: be1fe948b188ba84ec542e5622377d3772463e5b URL: https://github.com/kamailio/kamailio/commit/be1fe948b188ba84ec542e5622377d3772463e5b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-05T09:44:37+02:00 nathelper

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8.3 breaks IPv6 endpoints (Issue #3968)

2024-09-05 Thread Daniel-Constantin Mierla via sr-dev
The result is the same in terms of the SIP message sent out, but internally there are different approaches. If you need other modules like presence and dialog to know about the alias parameter in the Contact URI, then set_contact_alias() has to be used. add_contact_alias() is only about header

[sr-dev] Re: [kamailio/kamailio] 5.8.2++: TCP/TLS connection for WebSocket could not be found (Issue #3969)

2024-09-05 Thread Daniel-Constantin Mierla via sr-dev
I pushed a commit for it, can you test and see if works fine now? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3969#issuecomment-2330763777 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] git:master:aa794581: core: try to lookup connection for WSS when TCPCONN_MATCH_STRICT is set

2024-09-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: aa794581ecf105b5313d2f5b8bcfe516ab337936 URL: https://github.com/kamailio/kamailio/commit/aa794581ecf105b5313d2f5b8bcfe516ab337936 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-05T09:01:52+02:00 core: try to lookup

[sr-dev] git:master:744e5ac9: nathelper: add_contact_alias() with parameters to enclose ipv6 in square brackets

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 744e5ac9678c0c9ef07bfb0de44c7c478a2debdc URL: https://github.com/kamailio/kamailio/commit/744e5ac9678c0c9ef07bfb0de44c7c478a2debdc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T19:36:34+02:00 nathelper

[sr-dev] Re: [kamailio/kamailio] Kamailio 5.8.3 breaks IPv6 endpoints (Issue #3968)

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Want's IPv6 supposed to get rid of NAT, so nathelper shouldn't be needed anymore :-) ?!? I pushed a fix for it, backported to 5.8 as well. As an alternative fix with 5.8.3, you can replace set_contact_alias() with add_contact_alias() which should add the alias only if different than the contac

[sr-dev] git:master:6e01172a: nathelper: check if alias ipv6 has already square brackets

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6e01172a138d395fa3f7c3f25238647934137dba URL: https://github.com/kamailio/kamailio/commit/6e01172a138d395fa3f7c3f25238647934137dba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T18:54:22+02:00 nathelper: check if

[sr-dev] git:5.8:3c89405e: nathelper: check if alias ipv6 has already square brackets

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 3c89405ed74152fd59365ad7dacb144092f5516a URL: https://github.com/kamailio/kamailio/commit/3c89405ed74152fd59365ad7dacb144092f5516a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T18:58:00+02:00 nathelper: check if

[sr-dev] git:master:21e2d966: registrar: use parsed uri parameter when provided for save()

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 21e2d96672ccbe65eebdf64f839a1ce465a11b7c URL: https://github.com/kamailio/kamailio/commit/21e2d96672ccbe65eebdf64f839a1ce465a11b7c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T13:02:19+02:00 registrar: use parsed

[sr-dev] git:master:29686758: auth_xkey: use memcpy() instead of strncpy()

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 29686758e1ce51abb8d8dd5bebb0d7fa1a019dc6 URL: https://github.com/kamailio/kamailio/commit/29686758e1ce51abb8d8dd5bebb0d7fa1a019dc6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T12:43:59+02:00 auth_xkey: use memcpy

[sr-dev] Kamailio v5.8.3 Released

2024-09-04 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 Kamailio

[sr-dev] git:5.8:6f8a04e8: ChangeLog: content updated for v5.8.3

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 6f8a04e8b05cf014ac2ac6b54103420f5da051eb URL: https://github.com/kamailio/kamailio/commit/6f8a04e8b05cf014ac2ac6b54103420f5da051eb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T10:51:34+02:00 ChangeLog: content

[sr-dev] git:5.8:6b0e0e0d: Makefile.defs: version set to 5.8.3

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 6b0e0e0dd0415077371a45a63dc00b13f9611d7e URL: https://github.com/kamailio/kamailio/commit/6b0e0e0dd0415077371a45a63dc00b13f9611d7e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T09:49:20+02:00 Makefile.defs: version

[sr-dev] git:5.8:38b407b3: pkg/kamailio: version set 5.8.3 for rpms and alpine

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 38b407b353131b74032892e6eb0269731d00145f URL: https://github.com/kamailio/kamailio/commit/38b407b353131b74032892e6eb0269731d00145f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T09:49:20+02:00 pkg/kamailio: version

[sr-dev] git:5.8:6ee9bc2f: sca: remove function name from log message

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 6ee9bc2f34f9b20b576510e2e81a96bbfcc5a3be URL: https://github.com/kamailio/kamailio/commit/6ee9bc2f34f9b20b576510e2e81a96bbfcc5a3be Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T09:38:48+02:00 sca: remove function

[sr-dev] git:5.8:60423dbe: http_client: clang-format

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 60423dbe90d3603fa98e0aaf161b7bef7f8b2a23 URL: https://github.com/kamailio/kamailio/commit/60423dbe90d3603fa98e0aaf161b7bef7f8b2a23 Author: Victor Seva Committer: Daniel-Constantin Mierla Date: 2024-09-04T09:38:48+02:00 http_client: clang-format (cherry

[sr-dev] git:5.8:4f891e53: secsipid: docs update about libsecsipid installation

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 4f891e5343ba74b4ca459285438c2a064a363a60 URL: https://github.com/kamailio/kamailio/commit/4f891e5343ba74b4ca459285438c2a064a363a60 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-04T09:38:48+02:00 secsipid: docs update

[sr-dev] Re: [kamailio/kamailio] tls: extend startup information for OpenSSL library (0420809)

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
A modparam would be useful in the context of people willing to get more and more details (e.g., available providers, cyphers, ... or whatever else can be extracted from the lib). Otherwise, fine for me. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/c

[sr-dev] Re: [kamailio/kamailio] tls: extend startup information for OpenSSL library (0420809)

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
I would prefer to keep logging the OPENSSL_VERSION_NUMBER even for OPENSSL_VERSION_NUMBER >= 0x03000L, it is something easy to extract by regex/grepping. In addition, the detailed version info can be printed. I am not sure if FIPS logging is commonly used and relevant to be INFO, there will

[sr-dev] Re: [kamailio/kamailio] tls: replace em dash with hyphen (reported from Bastian Triller, GH #3966) (228c598)

2024-09-04 Thread Daniel-Constantin Mierla via sr-dev
Credits and reference to issues or PRs have to be done in the description content of the commit message, not in the first line, as per contributing guidelines. Also, as I could see if I haven't missed something, in this case the PR was proposing exactly the same change, with proper commit messa

[sr-dev] Re: Releasing v5.8.3

2024-09-03 Thread Daniel-Constantin Mierla via sr-dev
be pushed to branch 5.8 as usual. Cheers, Daniel On 27.08.24 15:33, Daniel-Constantin Mierla wrote: > Hello, > > I am considering to release Kamailio v5.8.3 (out of branch 5.8) sometime > next week, most likely on Wednesday, Sep 4, 2024. If anyone is aware of > issues not yet on

[sr-dev] git:master:1c2cb998: registrar: when provided, use host part from uri parameter

2024-09-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 1c2cb9980082a6a1a8e3986330d9b80c49ef7801 URL: https://github.com/kamailio/kamailio/commit/1c2cb9980082a6a1a8e3986330d9b80c49ef7801 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-03T23:24:49+02:00 registrar: when

[sr-dev] git:master:7abbc93d: secsipid: docs update about libsecsipid installation

2024-09-03 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 7abbc93d8db807077ca2afc10b026be0835f4b65 URL: https://github.com/kamailio/kamailio/commit/7abbc93d8db807077ca2afc10b026be0835f4b65 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-03T18:08:44+02:00 secsipid: docs update

[sr-dev] git:5.8:9e0f6acc: app_python3: Fixes Kemi TypeError thrown when latency_limit_action is exceeded.

2024-09-02 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 9e0f6acc23313f5b25300660b6a4b75aab5bd168 URL: https://github.com/kamailio/kamailio/commit/9e0f6acc23313f5b25300660b6a4b75aab5bd168 Author: Michel Pelletier Committer: Daniel-Constantin Mierla Date: 2024-09-02T09:37:27+02:00 app_python3: Fixes Kemi

[sr-dev] git:5.8:661b2670: usrloc: mark contacts with keepalive sent

2024-09-02 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: 5.8 Commit: 661b2670168530c21ee4dd23fcb29abf8b5bc3ba URL: https://github.com/kamailio/kamailio/commit/661b2670168530c21ee4dd23fcb29abf8b5bc3ba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-02T09:37:04+02:00 usrloc: mark contacts

[sr-dev] git:master:c3c75bf2: secfilter: cfg functions execute the kemi functions

2024-09-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c3c75bf23fd07db1b5a2b83fa06eddc86ae2ed0f URL: https://github.com/kamailio/kamailio/commit/c3c75bf23fd07db1b5a2b83fa06eddc86ae2ed0f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-09-02T08:44:30+02:00 secfilter: cfg

[sr-dev] git:master:5c5bf3a7: secfilter: export all functions to KEMI

2024-09-01 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 5c5bf3a7c974d0378aba0ce07730e54377d69f41 URL: https://github.com/kamailio/kamailio/commit/5c5bf3a7c974d0378aba0ce07730e54377d69f41 Author: Moheb Committer: Daniel-Constantin Mierla Date: 2024-09-02T08:22:40+02:00 secfilter: export all functions to KEMI

[sr-dev] Re: [kamailio/kamailio] secfilter: export all functions to KEMI (PR #3946)

2024-09-01 Thread Daniel-Constantin Mierla via sr-dev
Merged #3946 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3946#event-1409850 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] Re: [kamailio/kamailio] secfilter: export all functions to KEMI (PR #3946)

2024-09-01 Thread Daniel-Constantin Mierla via sr-dev
Merging it, but then going to change some of the function so that kamailio.cfg function executes the kemi function. Right now the kemi function passes the str->s to cfg function and the cfg function computes again the length, that should be already available in str->len. Thanks! -- Reply to th

[sr-dev] git:master:927acf4c: sca: new function that accepts to/from uri so the kemi exports are still valid

2024-08-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 927acf4c4e9bfaa97eb2b9d4f3163a26b97244aa URL: https://github.com/kamailio/kamailio/commit/927acf4c4e9bfaa97eb2b9d4f3163a26b97244aa Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-30T11:39:58+02:00 sca: new function

[sr-dev] git:master:bf138374: corex: removed unused parameter from ki_forward_uac()

2024-08-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: bf13837461d859887172bf879ab4918f50d12dc6 URL: https://github.com/kamailio/kamailio/commit/bf13837461d859887172bf879ab4918f50d12dc6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-30T11:44:03+02:00 corex: removed unused

[sr-dev] git:master:4a57efa0: sca: remove function name from log message

2024-08-30 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4a57efa0f7ed2560420e10d0fe70037a14a12c12 URL: https://github.com/kamailio/kamailio/commit/4a57efa0f7ed2560420e10d0fe70037a14a12c12 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-30T11:36:29+02:00 sca: remove function

[sr-dev] Re: [kamailio/kamailio] move app_mono to archive (PR #3964)

2024-08-30 Thread Daniel-Constantin Mierla via sr-dev
I am not using the module, so from my point of view it should be fine, but to be sure others are not affected (because a couple of years ago, there were discussions about this module), I would prefer to send an email to sr-users mailing lists informing about the intention to archive this module

[sr-dev] Re: [kamailio/kamailio] core: add support for custom log function (PR #3902)

2024-08-30 Thread Daniel-Constantin Mierla via sr-dev
I will look into it in more details soon, summer holidays kept me out of the office quite a lot. It would be good to find a way to have a single framework that works for all logging related modules, like `log_custom` or `log_systemd` (maybe these modules can be adapted to the way proposed by thi

[sr-dev] git:master:0a2517f6: siputils: export sip_parse_headers() to kemi

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 0a2517f6e1b6a49eafd1846c1d65b4420ed404f5 URL: https://github.com/kamailio/kamailio/commit/0a2517f6e1b6a49eafd1846c1d65b4420ed404f5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-29T11:46:23+02:00 siputils: export

[sr-dev] Re: [kamailio/kamailio] rtpengine: fix api using ki functions (PR #3956)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
I see that `delete` field was renamed to `_delete`. Any particular reason it was done now? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3956#issuecomment-2317151659 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] tm: Emit request event when tm.cancel is called (PR #3962)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
A couple of issues/suggestions: - I would not allocate msg, declaring it as a local sip_msg_t should enough - no matter if msg is pointer or sip_msg_t, free_sip_msg() has to be used to clean up allocated memory by parsing - I would not run the event route with a faked message, either the ca

[sr-dev] Re: [kamailio/kamailio] dialog: Remove deprecated dlg_flag (PR #3961)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Fine for me over all, I hope it does not impact other modules depending on dialog. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3961#issuecomment-2317106206 You are receiving this because you are subscribed to this thread. Message ID: _

[sr-dev] Re: [kamailio/kamailio] app_mono: maybe time to move it to archive repo? (Issue #3963)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Fine for me! Not sure if there are new versions of the mono libraries and if app_mono actually compiles with them, because the ones used when the module was developed should be rather old (more than 10 years, I guess) and the module didn't get much attention in between. -- Reply to this email

[sr-dev] Re: [kamailio/kamailio] app_python3: Fixes Kemi TypeError thrown when latency_limit_action is… (PR #3959)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3959#issuecomment-2316999546 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing

[sr-dev] Re: [kamailio/kamailio] Kemi app_python3 throws a TypeError (Issue #3915)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Merged. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3915#issuecomment-2317000684 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailin

[sr-dev] Re: [kamailio/kamailio] Kemi app_python3 throws a TypeError (Issue #3915)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Closed #3915 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3915#event-14057738675 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] git:master:6cae3661: app_python3: Fixes Kemi TypeError thrown when latency_limit_action is exceeded.

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6cae3661419d8d79fc8fb0463f6787b06911fa9d URL: https://github.com/kamailio/kamailio/commit/6cae3661419d8d79fc8fb0463f6787b06911fa9d Author: Michel Pelletier Committer: Daniel-Constantin Mierla Date: 2024-08-29T10:21:54+02:00 app_python3: Fixes Kemi

[sr-dev] Re: [kamailio/kamailio] app_python3: Fixes Kemi TypeError thrown when latency_limit_action is… (PR #3959)

2024-08-29 Thread Daniel-Constantin Mierla via sr-dev
Merged #3959 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3959#event-14057733984 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Developm

[sr-dev] git:master:6502872d: usrloc: mark contacts with keepalive sent

2024-08-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6502872d35d9bd7043bf54cd1d640dd64ae87115 URL: https://github.com/kamailio/kamailio/commit/6502872d35d9bd7043bf54cd1d640dd64ae87115 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-28T10:52:55+02:00 usrloc: mark contacts

[sr-dev] Releasing v5.8.3

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Hello, I am considering to release Kamailio v5.8.3 (out of branch 5.8) sometime next week, most likely on Wednesday, Sep 4, 2024. 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

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

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
- URL: https://github.com/kamailio/kamailio/commit/e11c132cbf57ea1ae6289e734f601104ba83fc25 Author: Daniel-Constantin Mierla Date: 2024-08-27T12:52:15+02:00 stun: check message len for response (cherry picked from commit 87e1a4a7f5d565a59a362f22e9372697f2f2f2af) - URL: https://github.com

[sr-dev] git:master:f409ffa0: corex: handle return code from core functions for uac forwarding

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f409ffa05fcefc11dbfaef0cfedcc7cee0911b2a URL: https://github.com/kamailio/kamailio/commit/f409ffa05fcefc11dbfaef0cfedcc7cee0911b2a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 corex: handle return

[sr-dev] git:master:b67bb7a1: tm: docs for header_mode flag 2

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b67bb7a1bc4c710d33e242cea94a192297660c75 URL: https://github.com/kamailio/kamailio/commit/b67bb7a1bc4c710d33e242cea94a192297660c75 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:42:13+02:00 tm: docs for

[sr-dev] git:master:69b43802: tm: new headers_mode flag 2

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 69b4380222121321412afc70dfafe39961551f41 URL: https://github.com/kamailio/kamailio/commit/69b4380222121321412afc70dfafe39961551f41 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 tm: new headers_mode

[sr-dev] git:master:bf9dec59: tm: implement headers_mode option for build_local()

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: bf9dec59480cb8bed1deaa7670454b57045b8b90 URL: https://github.com/kamailio/kamailio/commit/bf9dec59480cb8bed1deaa7670454b57045b8b90 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 tm: implement

[sr-dev] git:master:f58c1a0b: corex: updates to forward-uac functions after code relocation

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f58c1a0b74cce2f3abca540d0d6cb826d3d7b637 URL: https://github.com/kamailio/kamailio/commit/f58c1a0b74cce2f3abca540d0d6cb826d3d7b637 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 corex: updates to

[sr-dev] git:master:233dda7b: core: helper function to forward uac style with dst attributes

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 233dda7b9a1ca6954c35f2f0b271cb9bc4c813d9 URL: https://github.com/kamailio/kamailio/commit/233dda7b9a1ca6954c35f2f0b271cb9bc4c813d9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 core: helper function

[sr-dev] git:master:31c77b2f: core: propagate return code for forward uac helpers

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 31c77b2f81e23666fbd8d6d249d6b8ddce06483a URL: https://github.com/kamailio/kamailio/commit/31c77b2f81e23666fbd8d6d249d6b8ddce06483a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 core: propagate

[sr-dev] git:master:aba3c191: corex: backup and restor internal flags for forward uac mode

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: aba3c191e4d00666cb4a9e0c646057df4976d133 URL: https://github.com/kamailio/kamailio/commit/aba3c191e4d00666cb4a9e0c646057df4976d133 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 corex: backup and

[sr-dev] git:master:a8162b51: core: relocated function for stateless forwarding uac style

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: a8162b513443fd688ab66e470748cc948c811a6a URL: https://github.com/kamailio/kamailio/commit/a8162b513443fd688ab66e470748cc948c811a6a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 core: relocated

[sr-dev] git:master:efcb697e: corex: export to kemi the forward uac functions

2024-08-27 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: efcb697e34f767ccb243c181c9d557d136eada2e URL: https://github.com/kamailio/kamailio/commit/efcb697e34f767ccb243c181c9d557d136eada2e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-27T12:38:25+02:00 corex: export to kemi

[sr-dev] git:master:9743c122: corex: set internal flag FL_VIA_NORECEIVED for forward_uac() variants

2024-08-26 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9743c1226e95e9a9f890d6c22ad1da7b9f9cc543 URL: https://github.com/kamailio/kamailio/commit/9743c1226e95e9a9f890d6c22ad1da7b9f9cc543 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-26T18:07:47+02:00 corex: set internal

[sr-dev] git:master:c04e2367: siputils: added function to parse headers

2024-08-26 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c04e236721f9572a2655e39b8c5136bd23f95dd3 URL: https://github.com/kamailio/kamailio/commit/c04e236721f9572a2655e39b8c5136bd23f95dd3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-26T15:00:07+02:00 siputils: added

[sr-dev] git:master:52036e27: siputils: docs for sip_parse_headers() function

2024-08-26 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 52036e2772821459daea6d5ac98a3710d9daec13 URL: https://github.com/kamailio/kamailio/commit/52036e2772821459daea6d5ac98a3710d9daec13 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-26T15:39:20+02:00 siputils: docs for

[sr-dev] Re: [kamailio/kamailio] core: main - safety check for invalid syntax in listen parameter (9783c27)

2024-08-23 Thread Daniel-Constantin Mierla via sr-dev
Maybe a check should be added that there is no `/` is in the last field now/socket name, so in the future `/` can be used as separator for new fields. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/commit/9783c270eae580b22e73349ac72afd864b1de592#r14574

[sr-dev] git:master:e84ef549: tm: new parameter headers_mode

2024-08-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e84ef54979dd05e92c65f96c7b1336aefd28faa2 URL: https://github.com/kamailio/kamailio/commit/e84ef54979dd05e92c65f96c7b1336aefd28faa2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-23T12:18:13+02:00 tm: new parameter

[sr-dev] git:master:f2c31f59: tm: docs for headers_mode parameter

2024-08-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f2c31f5948cc8f6df652d193372973b1da748d51 URL: https://github.com/kamailio/kamailio/commit/f2c31f5948cc8f6df652d193372973b1da748d51 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-23T12:18:13+02:00 tm: docs for

[sr-dev] git:master:2d2daa0e: tm: docs for e2e_cancel_hop_by_hop parameter

2024-08-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 2d2daa0e69e57787d974dfae6826f03397109be2 URL: https://github.com/kamailio/kamailio/commit/2d2daa0e69e57787d974dfae6826f03397109be2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-22T13:22:56+02:00 tm: docs for

[sr-dev] git:master:c622429b: tm: align comments

2024-08-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c622429b1514f49d36519248f90b647f7b7b3144 URL: https://github.com/kamailio/kamailio/commit/c622429b1514f49d36519248f90b647f7b7b3144 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-22T13:22:56+02:00 tm: align comments

[sr-dev] git:master:13895810: tm: compile define E2E_CANCEL_HOP_BY_HOP turned into modparam

2024-08-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 138958103c4083c5273a6019169514a54623fb45 URL: https://github.com/kamailio/kamailio/commit/138958103c4083c5273a6019169514a54623fb45 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-22T13:22:56+02:00 tm: compile define

[sr-dev] git:master:a651349d: corex: added forward_uac_uri(vuri) function

2024-08-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: a651349dec416ba649fda4e0665e23c980dce42b URL: https://github.com/kamailio/kamailio/commit/a651349dec416ba649fda4e0665e23c980dce42b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-22T10:24:03+02:00 corex: added

[sr-dev] git:master:6c106dec: corex: docs for forward_uac_uri(...)

2024-08-22 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 6c106dec657a7f2a0a6f56ab24a7a715ec5d40b0 URL: https://github.com/kamailio/kamailio/commit/6c106dec657a7f2a0a6f56ab24a7a715ec5d40b0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-22T10:33:08+02:00 corex: docs for

[sr-dev] git:master:3debbb5a: corex: docs for forward_uac() function

2024-08-21 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 3debbb5a608c135c628799546ee95c96abe18824 URL: https://github.com/kamailio/kamailio/commit/3debbb5a608c135c628799546ee95c96abe18824 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-21T09:30:50+02:00 corex: docs for

[sr-dev] git:master:ed8486de: corex: new function forward_uac()

2024-08-21 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ed8486de52c29996f64496dcce0f44941cff49d3 URL: https://github.com/kamailio/kamailio/commit/ed8486de52c29996f64496dcce0f44941cff49d3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-21T09:23:14+02:00 corex: new function

[sr-dev] git:master:f41b8ee9: core: helper function to forward request specifying message build mode

2024-08-21 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f41b8ee9990aaee7423505b6216e46b574825c83 URL: https://github.com/kamailio/kamailio/commit/f41b8ee9990aaee7423505b6216e46b574825c83 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-20T14:22:56+02:00 core: helper function

[sr-dev] git:master:e0f10477: core: explicit unsigned long long for internal flag constants

2024-08-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e0f10477728922cefbbff9d23d846cd5912eb148 URL: https://github.com/kamailio/kamailio/commit/e0f10477728922cefbbff9d23d846cd5912eb148 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-20T13:05:42+02:00 core: explicit

[sr-dev] git:master:9ff1080c: core: new internal flags to skip adding received/rport in incoming via

2024-08-20 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9ff1080cc6452343e6bc2de00350b2f7bcecf6d2 URL: https://github.com/kamailio/kamailio/commit/9ff1080cc6452343e6bc2de00350b2f7bcecf6d2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-20T12:26:10+02:00 core: new internal

[sr-dev] Re: [kamailio/kamailio] pv: Ensure URI enclosed in <> when changing Display Name (PR #3935)

2024-08-20 Thread Daniel-Constantin Mierla via sr-dev
The check can be that if `uri` is inside `body`, then the before or after chars should be `<` and `>`. Maybe the SIP grammar should be checked to see if whitespaces are allowed after `<` or before `>`. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pu

[sr-dev] Re: [kamailio/kamailio] pv: Ensure URI enclosed in <> when changing Display Name (PR #3935)

2024-08-20 Thread Daniel-Constantin Mierla via sr-dev
The code introduced by this PR does not seem to deal properly with some valid cases. Detecting if the URI is enclosed in `<>` fails if there are header parameters. For example: ``` From: ;tag=abc\r\n ``` The `tag` is a header parameter, is not a URI parameter. I think it should check the `uri`

[sr-dev] Re: [kamailio/kamailio] rtpengine: export api (PR #3948)

2024-08-19 Thread Daniel-Constantin Mierla via sr-dev
I think this PR is completely wrong as it was done, because the API exports the functions for kamailio.cfg, which take pseudo-variables in parameters that are fixed-up at startup, thus at runtime the parameters are expected to be pv-string-parsed pointer, not pointer to a string value. I expect

[sr-dev] git:master:b712ddc4: msilo: removed duplicatred exported function

2024-08-17 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b712ddc4db9a9c1bb30b236a0a86082108b23f07 URL: https://github.com/kamailio/kamailio/commit/b712ddc4db9a9c1bb30b236a0a86082108b23f07 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-17T17:08:31+02:00 msilo: removed

[sr-dev] git:master:b6dea98a: msilo: added fixup free functions to exports structure

2024-08-17 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: b6dea98ada293a3bbad004aa1b194d4bf44a60ab URL: https://github.com/kamailio/kamailio/commit/b6dea98ada293a3bbad004aa1b194d4bf44a60ab Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-17T16:30:21+02:00 msilo: added fixup

[sr-dev] git:master:f5f7c913: uac: added fixup free functions to exports structure

2024-08-16 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: f5f7c913d4f008b9937677ae2c2d66baa01dcf0e URL: https://github.com/kamailio/kamailio/commit/f5f7c913d4f008b9937677ae2c2d66baa01dcf0e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-16T18:03:46+02:00 uac: added fixup free

[sr-dev] git:master:4a468936: tm: added cseq number field to uac_req structure

2024-08-15 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4a4689366aee9517ed90cf2df1a4e90018b9948d URL: https://github.com/kamailio/kamailio/commit/4a4689366aee9517ed90cf2df1a4e90018b9948d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-15T14:41:12+02:00 tm: added cseq number

[sr-dev] git:master:36ae41d5: uac: added field for cseq number for $uac_req(...)

2024-08-15 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 36ae41d5d3efce9c336cf2f675a0cb4fe01933a1 URL: https://github.com/kamailio/kamailio/commit/36ae41d5d3efce9c336cf2f675a0cb4fe01933a1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-15T14:46:39+02:00 uac: added field for

[sr-dev] git:master:7d2fd091: phonenum: add fixup free functions to exports structure

2024-08-14 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 7d2fd09103680454aaaba30f5e46f83b362513eb URL: https://github.com/kamailio/kamailio/commit/7d2fd09103680454aaaba30f5e46f83b362513eb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-14T18:37:06+02:00 phonenum: add fixup

[sr-dev] git:master:e9dd041c: phonenum: export match_cn() to kemi

2024-08-13 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e9dd041ce6af9ee4b9cc2e29b4417787a8056776 URL: https://github.com/kamailio/kamailio/commit/e9dd041ce6af9ee4b9cc2e29b4417787a8056776 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-13T21:01:51+02:00 phonenum: export

[sr-dev] git:master:8361471e: dispatcher: use char for oc distribution array

2024-08-09 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8361471e6ec49d3b92443e0ddd728bf665460c02 URL: https://github.com/kamailio/kamailio/commit/8361471e6ec49d3b92443e0ddd728bf665460c02 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-09T16:04:11+02:00 dispatcher: use char

[sr-dev] Re: [kamailio/kamailio] pv: Ensure URI enclosed in <> when changing Display Name (PR #3935)

2024-08-08 Thread Daniel-Constantin Mierla via sr-dev
This one needs more review and I can't do it immediately, initial version of commit had some issues. Few comments now : declare variables at the beginning of the block. Also, I think that the macro for pkg error doesn't take parameter, it's another one for additional parameters. -- Reply to

[sr-dev] git:master:ad312921: dispatcher: print priority in oclist rpc command

2024-08-08 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ad31292170f632a381c1f95cbf955ca71f046244 URL: https://github.com/kamailio/kamailio/commit/ad31292170f632a381c1f95cbf955ca71f046244 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-08T10:15:19+02:00 dispatcher: print

[sr-dev] git:master:645b34ce: dispatcher: group overload control attributes in a structure

2024-08-07 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 645b34cec9ee459ea33cb14d8f66e5c58a7ef975 URL: https://github.com/kamailio/kamailio/commit/645b34cec9ee459ea33cb14d8f66e5c58a7ef975 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-07T09:39:27+02:00 dispatcher: group

[sr-dev] git:master:1a56ff54: dispatcher: docs for dispatcher.oclist rpc command

2024-08-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 1a56ff54ec1898b8bbc2aae4ab5f4b19eff6ecf5 URL: https://github.com/kamailio/kamailio/commit/1a56ff54ec1898b8bbc2aae4ab5f4b19eff6ecf5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-06T11:03:41+02:00 dispatcher: docs for

[sr-dev] git:master:4c481dc9: dispatcher: new rpc command dispatcher.oclist

2024-08-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 4c481dc95338d9bb814730d3d4f84ce9670a0ed0 URL: https://github.com/kamailio/kamailio/commit/4c481dc95338d9bb814730d3d4f84ce9670a0ed0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-06T10:16:04+02:00 dispatcher: new rpc

[sr-dev] git:master:583ab9f2: dispatcher: variables declared at beginning of block

2024-08-06 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 583ab9f29cd7d5c472de2e12087a4c619bc1897f URL: https://github.com/kamailio/kamailio/commit/583ab9f29cd7d5c472de2e12087a4c619bc1897f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-06T10:23:27+02:00 dispatcher: variables

[sr-dev] git:master:14fb25a5: dispatcher: print no-probing flag in the rpc list

2024-08-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 14fb25a5d39748e52224225667bae4ab2b428c9b URL: https://github.com/kamailio/kamailio/commit/14fb25a5d39748e52224225667bae4ab2b428c9b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-05T10:21:08+02:00 dispatcher: print no

[sr-dev] git:master:40238581: textops: docs - fixed typo in subst_v() function name

2024-08-02 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 40238581af0eea0787547bdacc2ff0fccf19cbba URL: https://github.com/kamailio/kamailio/commit/40238581af0eea0787547bdacc2ff0fccf19cbba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-08-02T12:28:19+02:00 textops: docs - fixed

<    1   2   3   4   5   6   7   8   9   10   >