[SR-Users] Releasing v5.7.2

2023-09-25 Thread Daniel-Constantin Mierla via sr-users
Hello, I am considering to release Kamailio v5.7.2 (out of branch 5.7) this week (likely on Wednesday or Thursday, Sep 27/28, 2023). 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-Users] Re: periodic could not resolve hostname

2023-09-28 Thread Daniel-Constantin Mierla via sr-users
Hello, when this happens, can you look at the cache content and see if the corresponding record has negative_entry set to yes? If that's the case, the record was marked as bad (unresolvable due to a failed dns query or maybe blocklisting activated on 503). Cheers, Daniel On 28.09.23 14:48,

[SR-Users] Re: Software bill of materials (SBOM)

2023-09-28 Thread Daniel-Constantin Mierla via sr-users
On 28.09.23 13:13, Olle E. Johansson via sr-users wrote: > > >> On 28 Sep 2023, at 12:36, Ivan Ribakov via sr-users >> wrote: >> >> Hi Olle, >> >> Yes, I realised by now that taking enabled Kamailio modules into >> account when generating SBOM is too much to ask. I'd be ok with >> obtaining full

[SR-Users] Re: Planning Kamailio Developers Meeting 2023

2023-09-26 Thread Daniel-Constantin Mierla via sr-users
Hello, bumping this one at the top just in case someone missed it -- as we plan to nail down the dates of the event in a matter of days, should anyone consider to participate, let me know so we can choose the best time frame for most of us. Cheers, Daniel On 21.09.23 14:07, Daniel-Constantin

[SR-Users] Re: What is the expected behavior for dispatcher's ds_next_dst?

2023-09-27 Thread Daniel-Constantin Mierla via sr-users
Hello, normally ds_select_dst() should be used inside request_route and ds_next_dst() in the failure_route. As you do the former also in the failure_route, you keep selecting the destination from the group and add them to the list of possible next hops. Look at the readme of dispatcher module,

[SR-Users] Re: CANCEL first, then INVITE.

2023-09-27 Thread Daniel-Constantin Mierla via sr-users
Hello, default kamailio.cfg has a skeleton for doing serial forking to a voicemail server. Follow the token WITH_VOICEMAIL to discover the related snippets -- this can be a starting point to implement it in your config. Cheers, Daniel On 27.09.23 04:12, Alex Balashov via sr-users wrote: > Hi

[SR-Users] Re: Releasing v5.7.2

2023-09-27 Thread Daniel-Constantin Mierla via sr-users
Hello, the v5.7.2 is going to be released today, therefore any commits to branch 5.7 have to be announced to sr-dev and wait for ack before pushing to github repository in order to avoid conflicts during release. Once the announcement is out, commits can go to branch 5.7 as usual. Cheers, Daniel

[SR-Users] Kamailio v5.7.2 Released

2023-09-27 Thread Daniel-Constantin Mierla via sr-users
Hello, Kamailio SIP Server v5.7.2 stable release is out. This is a maintenance release of the latest stable branch, 5.7, that includes fixes since the release of v5.7.1. There is no change to database schema or configuration language structure that you have to do on previous installations of

[SR-Users] Re: ERROR: run_top_route

2023-09-27 Thread Daniel-Constantin Mierla via sr-users
Hello, On 27.09.23 07:45, satyaprakash ch via sr-users wrote: > Hi, > > We are having an error in the Kamailio logs which we need to resolve > this issue,  > > ERROR is ::*  /usr/local/sbin/kamailio[10149]: ERROR: tm > [t_reply.c:1081]: run_failure_handlers(): error running run_top_route > for

[SR-Users] Re: Serial Forking with differing next hop for each branch?

2023-10-10 Thread Daniel-Constantin Mierla via sr-users
On 10.10.23 12:15, Barry Flanagan via sr-users wrote: > On Fri, 6 Oct 2023, at 18:55, Alex Balashov via sr-users wrote: >>> On 6 Oct 2023, at 10:39, Barry Flanagan via sr-users >>> wrote: >>> >>> On 06/10/2023 15:23, Alex Balashov via sr-users wrote: Hello, If you can't key by

[SR-Users] Re: uac_req_send + evroute + crash

2023-10-05 Thread Daniel-Constantin Mierla via sr-users
Hello, On 05.10.23 16:34, Dr. Barabás Péter via sr-users wrote: > > Hi All, > >   > > I use kamailio In front of Asterisk and kamailio needs to refresh > registrations periodically towards Asterisk to ensure the availability > of users from Asterisk side. > > I use uac module and call

[SR-Users] Kamailio Developers Meeting, Nov 7-8, 2023, in Dusseldorf

2023-10-11 Thread Daniel-Constantin Mierla via sr-users
Hello, Kamailio SIP Server project is organizing another meeting of its developers and community members during November 7-8, 2023, hosted again by sipgate.de in Dusseldorf, Germany. The event is intended to facilitate the interaction between Kamailio developers and contributors in order to

[SR-Users] Re: 503(service unavailable)

2023-10-11 Thread Daniel-Constantin Mierla via sr-users
Hello, Kamailio 5.5.x series are no longer maintained, you should upgrade to a supported version, for example 5.7.x series. Then, it seems there is a problem with transmission, either the targets of tcp/tls connections do not accept them, or the corresponding connections get stuck. If you look

[SR-Users] Re: 0.0.0.0 in VIA header

2023-10-10 Thread Daniel-Constantin Mierla via sr-users
Hello, On 10.10.23 08:42, Ali Taher via sr-users wrote: > > Hello, > >   > > I’m using Kamailio as SIP proxy to receive INVITE packets, randomize > A-number and then relay it to a certain gateway. > >   > > I noticed that a Via header is added to the INVITE sent by Kamailio to > the gateway with

[SR-Users] Re: uac_req_send + evroute + crash

2023-10-06 Thread Daniel-Constantin Mierla via sr-users
Hello, do you also get error log messages that include "failed to send request with authentication"? Which CRITICAL log appears when you call uac_req_send()? You pasted a couple of them in the initial email? Cheers, Daniel On 05.10.23 17:32, Dr. Barabás Péter wrote: > > Hello, > >   > > I used

[SR-Users] Info: qm and fm memory managers aligning addresses to 16 bytes

2023-11-10 Thread Daniel-Constantin Mierla via sr-users
Hello, following the Kamailio Developers Meeting discussions and provided that GNU/Linux malloc() aligns allocated memory to 16 bytes on x86_64 (64b CPUs), I just updated the native Kamailio qm (quick malloc - the default one) and fm (fast malloc) memory managers to also align to 16 bytes:   -

[SR-Users] Re: Sharing load between rtpengine servers

2023-11-09 Thread Daniel-Constantin Mierla via sr-users
Hello, not sure why that remark is there, because contradicts with the first paragraph that has: "Sets the ID of the RTP proxy set to be used for the next rtpengine_delete(), rtpengine_offer(), rtpengine_answer() or rtpengine_manage() command."   -

[SR-Users] Development environment for the pre-commit hooks and clang-format

2023-11-10 Thread Daniel-Constantin Mierla via sr-users
Hello, during the Kamailio Developers Meeting 2023 in Dusseldorf early this week, Victor Seva shared how one can setup own development environment for facilitating the automatic checks for clang-format and few other useful bits (e.g., training white spaces) using pre-commit tool. So I thought it

[SR-Users] Re: Info: Kamailio World 2024 - Call for presentations

2024-01-22 Thread Daniel-Constantin Mierla via sr-users
just in case something > went wrong ... > > Cheers ! > > On Mon, Jan 8, 2024 at 7:30 AM Daniel-Constantin Mierla via sr-users > wrote: > > Hello, > > a short note to inform that the Call For Presentations is now open for > Kamailio World

[SR-Users] Re: Roadmap to next major Kamailio release series v5.8.x

2024-01-24 Thread Daniel-Constantin Mierla via sr-users
Hello, would it be possible to get the skeleton in the git repo or as PR for the new module by end of the month? It is still a week and completing missing parts can be done during the testing phase. Cheers, Daniel On 23.01.24 10:13, Henning Westerholt wrote: > Hello Daniel, > > we are working

[SR-Users] Re: Get the amount of open TCP connection from routing logic

2024-02-06 Thread Daniel-Constantin Mierla via sr-users
Hello, there is a statistic value giving the active tcp connections (which include the tls connections) and then you can get the value via $stat(...) variable:   - https://www.kamailio.org/wikidocs/cookbooks/5.7.x/pseudovariables/#statname-statistics I don't recall right now if the name of

[SR-Users] Re: Roadmap to next major Kamailio release series v5.8.x

2024-02-15 Thread Daniel-Constantin Mierla via sr-users
Hello, hopefully the devel version is now more stabilized after the freezing, the new components being adjusted enough not to need many more changes. Therefore I consider to branch 5.8 out of devel version next week on Friday, February 23, 2024, sometime around noon UTC. After that the master

[SR-Users] Re: htable write access state

2024-02-21 Thread Daniel-Constantin Mierla via sr-users
Hello, On 21.02.24 10:30, Patrick Karton via sr-users wrote: > Hello are htable protected for  multiple write access?  > > can i safely update htable from one process and be sure another > process will access it for write operation ? if yes is the lock on all > the htable or only on the bucket

[SR-Users] Info: Next Kamailio World Conference - April 18-19, 2024, Berlin, Germany

2023-12-18 Thread Daniel-Constantin Mierla via sr-users
Hello, a short announcement to inform that the dates for next Kamailio World Conference have been set to April 18-19, 2024, the event to take place again in Berlin, Germany. It will be a different venue than the past editions, that one not being available. A pre-conference day is considered on

[SR-Users] Merry Christmas and Happy Holidays 2023-2024!

2023-12-25 Thread Daniel-Constantin Mierla via sr-users
Kamailio project continued to evolve steadily, a new major release was out during this year, next one planned in a few months, relying on an amazing community of developers and users. We hope it kept helping people and companies world wide to connect with the dear ones and build a better way of

[SR-Users] Re: {uri.duri} not working

2023-12-12 Thread Daniel-Constantin Mierla via sr-users
Hello, what is printed by the line: xinfo("duri = $var(duri)\n"); Cheers, Daniel On 12.12.23 08:01, hanxiaofang--- via sr-users wrote: > Hi Kamailio experts, > > OS: Debian11 > Kamailio ver: 5.7.3 > > {uri.duri} doesn't seem to work > > The following script can be reproduced: > > ``` >

[SR-Users] Re: usrloc ka_mode - Flooding OPTIONS at same time?

2023-12-12 Thread Daniel-Constantin Mierla via sr-users
Hello, On 11.12.23 18:56, Benoit Panizzon via sr-users wrote: > Hi > > We have reached 2 registered CPE and start facing issues. > > Am I observing correctly that when ka_mode 4 is enabled, OPTIONS are > send simultaneously to all registered CPE and not spread over the > interval? > > They

[SR-Users] Re: {uri.duri} not working

2023-12-12 Thread Daniel-Constantin Mierla via sr-users
I pushed a commit to git master and 5.7 branches, can you test and see if it fixes? On 12.12.23 13:00, hanxiaofang--- via sr-users wrote: > `sip:` -- Daniel-Constantin Mierla (@ asipto.com) twitter.com/miconda -- linkedin.com/in/miconda Kamailio Consultancy and Development Services Kamailio

[SR-Users] Re: Encoded Call-ID - Topoh module

2023-12-15 Thread Daniel-Constantin Mierla via sr-users
Hello, On 14.12.23 00:23, Vanderlei Torres Batistela via sr-users wrote: > Hello all, > > How can I get the encoded Call-Id generated by TOPOH module to store > in the CDR ? I don't recall any option offered by topoh itself, maybe you can get something via event routes executed by sipdump

[SR-Users] Roadmap to next major Kamailio release series v5.8.x

2024-01-10 Thread Daniel-Constantin Mierla via sr-users
Hello, discussed a bit during the online Kamailio devel meeting, it is time to set the milestones towards the next major Kamailio release series v5.8.x. If no other suggestions that suit more developers, I would propose to freeze by end of this month or early February, then test for about 4

[SR-Users] Re: Internal DNS resolver

2024-01-11 Thread Daniel-Constantin Mierla via sr-users
Hello, On 11.01.24 19:07, Igor Potjevlesch via sr-users wrote: > > Hello! > >   > > I have a quick question about the internal DNS resolver and cache > embedded in Kamailio. > > Is the ability to add an entry with dns.add_a bypass the "real" DNS > lookup? So, let's say that sip.example.com is

[SR-Users] Re: registrar questions

2024-01-12 Thread Daniel-Constantin Mierla via sr-users
On 12.01.24 09:48, mm e via sr-users wrote: > In addition to the RPC command "kamctl add username password", is there a > module with a method to operate the "subscriber" database table? You can "operate" any sql database table with sqlops module. Cheers, Daniel -- Daniel-Constantin Mierla (@

[SR-Users] Re: Internal DNS resolver

2024-01-12 Thread Daniel-Constantin Mierla via sr-users
Hello, the core rpc lack proper documentation, not like the case of modules. In this case, the code should be suggestive of what parameters have to be provided:   - https://github.com/kamailio/kamailio/blob/master/src/core/dns_cache.c#L4744 For each of those values, the corex docs for dns_cache

[SR-Users] Re: xavp_params_explode broken comma in value?

2024-01-12 Thread Daniel-Constantin Mierla via sr-users
Hello, On 12.01.24 11:01, Benoît Panizzon via sr-users wrote: > Hey! > > I'm hunting down an issue with xavp_params_explode, maybe somebody has > already come adross it and could confirm it exists and maybe know a > solution? > > xavp_params_explode("a=foo;c=hello,world;e=baar", "x"); > >

[SR-Users] Re: xavp_params_explode broken comma in value?

2024-01-12 Thread Daniel-Constantin Mierla via sr-users
Hello, On 12.01.24 11:56, Benoît Panizzon wrote: > Hi Daniel > >> comma is not allowed in an unquoted value for SIP parameters because >> it is separator for header bodies that are set on the same header >> name. Practically the comma is the end of parameters list. > Thank you for your

[SR-Users] Releasing v5.7.4

2024-01-15 Thread Daniel-Constantin Mierla via sr-users
Hello, I am considering to release Kamailio v5.7.4 (out of branch 5.7) on Thursday, Jan 18, 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 Mierla (@ asipto.com)

[SR-Users] Re: [Kamailio-Business] Roadmap to next major Kamailio release series v5.8.x

2024-01-15 Thread Daniel-Constantin Mierla via sr-users
Hello, first week of February is a semester school break in many regions, if someone announces that he has ongoing work to a new module/feature, then freezing can be postponed. But if not, I would rather do it earlier than waiting for nothing, because starting later could end up in getting

[SR-Users] Re: Releasing v5.7.4

2024-01-17 Thread Daniel-Constantin Mierla via sr-users
Hello, here is the usual reminder that v5.7.4 is planned to be released today, therefore any commit to branch 5.7 has to be announced to sr-dev and wait for ack to avoid conflicts with the building of the new release. Once the announcement is out, commits can go in this branch as usual. Cheers,

[SR-Users] Kamailio v5.7.4 Released

2024-01-18 Thread Daniel-Constantin Mierla via sr-users
Hello, Kamailio SIP Server v5.7.4 stable release is out. This is a maintenance release of the latest stable branch, 5.7, that includes fixes since the release of v5.7.3. There is no change to database schema or configuration language structure that you have to do on previous installations of

[SR-Users] Re: DB invalid connection parameter

2024-01-04 Thread Daniel-Constantin Mierla via sr-users
Hello, a bit strange as I haven't seen a similar report and 5.6.x series is out for quite some time. It seems to be from the timer routine, what is the db_mode parameter for usrloc module? Have you set also time_procs param? Cheers, Daniel On 03.01.24 21:28, Sergiu Pojoga via sr-users wrote: >

[SR-Users] Info: Kamailio World 2024 - Call for presentations

2024-01-08 Thread Daniel-Constantin Mierla via sr-users
Hello, a short note to inform that the Call For Presentations is now open for Kamailio World 2024. Everyone is welcome to submit proposal for presentations to share the knowledge about Kamailio or Real Time Communication services, security, high availability, scalability, etc. Submission form

[SR-Users] Kamailio v5.6.5 Released

2023-11-23 Thread Daniel-Constantin Mierla via sr-users
Hello, Kamailio SIP Server v5.6.5 stable release is out. This is a maintenance release of the latest stable branch, 5.6, that includes fixes since the release of v5.6.4. There is no change to database schema or configuration language structure that you have to do on previous installations of

[SR-Users] Re: tps_storage_fill_contact(): no r-uri user

2023-11-28 Thread Daniel-Constantin Mierla via sr-users
I guess you face such case because of the contact mode parameter:   - https://www.kamailio.org/docs/modules/stable/modules/topos.html#topos.p.contact_mode Likely you set that modparam to 1, which needs to take user part from r-uri and contact. I haven't implemented that functionality, but

[SR-Users] Re: How to remove record-route and via from a forwarded call?

2023-11-27 Thread Daniel-Constantin Mierla via sr-users
Hello, On 27.11.23 14:04, Benoit Panizzon via sr-users wrote: > Hi List > > Two Kamailio Nodes situation. > > Node A: Routing Instance. > Node B: Registrar Instance. > > An invite is sent from Node A to B. > > Customer registered on B is 'busy' as example. > > B initiates Call Forwarding by

[SR-Users] Re: Releasing v5.6.5

2023-11-22 Thread Daniel-Constantin Mierla via sr-users
Hello, short note that the v5.6.5 is going to be prepared soon and released today, therefore any commits to branch 5.6 must be announced to sr-dev and wait for ack before pushing to avoid conflicts with release building process. Once the release announcement is out, commits can go into this

[SR-Users] Re: Kemi questions

2023-12-05 Thread Daniel-Constantin Mierla via sr-users
Hello, On 05.12.23 14:50, Stefan-Cristian Mititelu via sr-users wrote: > > Hello, > > When writing kemi cfg (python in my case), is there any way to get rid > of standard cfg shared variables and use kemi cfg variables instead? > > > E.g. Instead of $shv(blabla) (in standard config) can I use

[SR-Users] Re: Updated: Online devel meeting on matrix - 15:00 UTC, Dec 5, 2023

2023-12-05 Thread Daniel-Constantin Mierla via sr-users
Hello, to sync on time world wide, the meeting should start in about 55 minutes from now. Cheers, Daniel On 04.12.23 16:27, Daniel-Constantin Mierla wrote: > > Hello, > > sort note to refresh about tomorrow's online devel meeting, more > details at: > >   - >

[SR-Users] Re: Updated: Online devel meeting on matrix - 15:00 UTC, Dec 5, 2023

2023-12-05 Thread Daniel-Constantin Mierla via sr-users
Hello, last notification: with a little bit of the delay, the meeting just started! Cheers, Daniel On 05.12.23 15:05, Daniel-Constantin Mierla wrote: > > Hello, > > to sync on time world wide, the meeting should start in about 55 > minutes from now. > > Cheers, > Daniel > > On 04.12.23 16:27,

[SR-Users] Info: RTC Devroom at FOSDEM 2024

2023-12-01 Thread Daniel-Constantin Mierla via sr-users
Hello, another edition of FOSDEM is approaching and it will include again a Real Time Communications devroom. If anyone wants to share their interesting applications or experiences in the field, consider to submit a presentation proposal. The CfP is available at:   -

[SR-Users] Re: RADIUS - Can't use extra attributes

2023-11-24 Thread Daniel-Constantin Mierla via sr-users
Hello, On 23.11.23 19:33, Duarte Rocha via sr-users wrote: > Hello all, > > I'm currently implementing a Kamailio with RADIUS. > > I want to send an Access-Request to my RADIUS server and in order to do that > i'm using misc_radius module and radius_does_uri_exist() function without any >

[SR-Users] Re: Kamailio ver 5.7.3 - source installation warnings

2023-11-24 Thread Daniel-Constantin Mierla via sr-users
Hello, what OS and gcc version do you have? Some old gcc version "mistakenly" reported such warnings:   - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 Cheers, Daniel On 24.11.23 07:00, Muhammad Danish Moosa via sr-users wrote: > Hi, > > I am planning to upgrade Kamailio to version 5.7.3

[SR-Users] Online devel meeting on matrix - 14:30 UTC, Dec 5, 2023

2023-11-24 Thread Daniel-Constantin Mierla via sr-users
Hello, we should consider an online devel meeting sometime soon to summarize what was done at (and still needs to be done after) devel meeting in Dusseldorf and plan a bit the targets for next major release (5.8 or 6.0)? If considered useful, I propose Dec 5 at 14:30UTC (15:30

[SR-Users] Info: Issue and PR automatic management

2023-11-27 Thread Daniel-Constantin Mierla via sr-users
Hello, during the Kamailio Development Meeting that took place in Dusseldorf earlier this month, one topic was related to administrative tasks related to project development and management, how to simplify/automatize such tasks. To reduce the work load on volunteering contributors, GitHub

[SR-Users] Updated: Online devel meeting on matrix - 15:00 UTC, Dec 5, 2023

2023-11-27 Thread Daniel-Constantin Mierla via sr-users
Hello, we should consider an online devel meeting sometime soon to summarize what was done at (and still needs to be done after) devel meeting in Dusseldorf and plan a bit the targets for next major release (5.8 or 6.0)? If considered useful, I propose Dec 5 at 15:00UTC (16:00

[SR-Users] Re: Incompatibility of the DMQ htable protocol with older Kamailio versions

2023-11-29 Thread Daniel-Constantin Mierla via sr-users
Hello, dmq is designed to work only between kamailio nodes that have the same major version (e.g., only between kamailio 5.7.x nodes). That's because even on the network the data may look the same, the internal structures, types of fields, sizes and meaning of values can be different. This is

[SR-Users] Re: Evapi Async - suspend transaction for a limited time

2023-11-29 Thread Daniel-Constantin Mierla via sr-users
Hello, a suspended transaction is kept silently for the duration of the timeout (see t_set_fr()), then it fails and jumps to a failure route (if you set one) -- maybe you can leverage this mechanism somehow. Cheers, Daniel On 29.11.23 12:53, Ilie Soltanici via sr-users wrote: > Hello, > > |I'm

[SR-Users] Re: Updated: Online devel meeting on matrix - 15:00 UTC, Dec 5, 2023

2023-12-04 Thread Daniel-Constantin Mierla via sr-users
Hello, sort note to refresh about tomorrow's online devel meeting, more details at:   - https://github.com/kamailio/kamailio-wiki/blob/main/docs/devel/irc-meetings/2023a.md Cheers, Daniel On 27.11.23 11:04, Daniel-Constantin Mierla wrote: > Hello, > > we should consider an online devel meeting

[SR-Users] Re: Freezing development for 5.8.x series

2024-02-01 Thread Daniel-Constantin Mierla via sr-users
Hello, short reply to refresh on freezing plan and bump the message at the top for everyone. Cheers, Daniel On 30.01.24 08:16, Daniel-Constantin Mierla wrote: > Hello, > > I propose to aim freezing the development for 5.8.x series at the end of > the 1st of February 2024 (Thursday). > > New

[SR-Users] Development for v5.8.x is frozen

2024-02-02 Thread Daniel-Constantin Mierla via sr-users
Hello, the formal notification that the development for the next major version 5.8.0 is now frozen. The focus has to be on testing the master branch. Also, the master branch should not get commits with new features till the branch 5.8 is created, expected to happen in 2-4 weeks, a matter of how

[SR-Users] Re: rr, loose_route and corex alias_subdomains

2024-01-19 Thread Daniel-Constantin Mierla via sr-users
Hello, the log message in your first email is about not finding the socket. The record route matches the domain, it is just that the socket to be used cannot matched by the second Route URI. You can name the sockets and set them in record-route to handle it. Cheers Daniel On 19.01.24 09:20, Jon

[SR-Users] Freezing development for 5.8.x series

2024-01-29 Thread Daniel-Constantin Mierla via sr-users
Hello, I propose to aim freezing the development for 5.8.x series at the end of the 1st of February 2024 (Thursday). New features that one wants to get in this release series have to be pushed to git repository or pull requests made for them. Afterwards usually follows a 4-6 weeks of testing

[SR-Users] Re: How to get media IP

2024-01-26 Thread Daniel-Constantin Mierla via sr-users
On 24.01.24 10:33, mm e via sr-users wrote: > When receiving a call I get the following message: > > INVITE sip:123456789@192.168.1.118:29363 SIP/2.0 > Via: SIP/2.0/UDP > 192.168.1.118:65178;branch=z9hG4bK-d87543-4a4a6b6c49541b2c-1--d87543-;rport > Max-Forwards: 70 > Contact: > To: "123456789"

[SR-Users] Re: Obsoleting unmaintained modules

2023-11-16 Thread Daniel-Constantin Mierla via sr-users
f people still use ratelimit, can be kept as well. The scope is to remove what is not used, sometime activity around modules is low because nothing needs to be done for them, the proposed list might not reflect the reality, the discussion here aims to discover that. Cheers, Daniel > > > O

[SR-Users] Re: pv cache limit is going to be exceeded

2023-11-17 Thread Daniel-Constantin Mierla via sr-users
Hello, the way the pseudo-variables were designed makes different definitions for $redis(r=>value[i] and $redis(r=>value[j], practically, if you have the index going on a large range, then you define a lot of variables. The solution is to leverage another pseduo-variable that you set with the

[SR-Users] Re: Releasing v5.7.3

2023-11-16 Thread Daniel-Constantin Mierla via sr-users
Hello, short note that the v5.7.3 is going to be prepared soon and released today, therefore any commits to branch 5.7 must be announced to sr-dev and wait for ack before pushing to avoid conflicts with release building process. Once the release announcement is out, commits can go into this

[SR-Users] Kamailio v5.7.3 Released

2023-11-17 Thread Daniel-Constantin Mierla via sr-users
Hello, Kamailio SIP Server v5.7.3 stable release is out. This is a maintenance release of the latest stable branch, 5.7, that includes fixes since the release of v5.7.2. There is no change to database schema or configuration language structure that you have to do on previous installations of

[SR-Users] Releasing v5.7.3

2023-11-14 Thread Daniel-Constantin Mierla via sr-users
Hello, I am considering to release Kamailio v5.7.3 (out of branch 5.7) soon (likely on Friday 17 or during the beginning of next week). 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 --

[SR-Users] Obsoleting unmaintained modules

2023-11-14 Thread Daniel-Constantin Mierla via sr-users
Hello, during the Kamailio Developers Meeting 2023 in Dusseldorf that took place last week, it was proposed to obsolete modules that seem to be unmaintained and no activity about them was noticed during the past years. It is quite some overhead in packaging them and trying to keep them compiling

[SR-Users] Re: Obsoleting unmaintained modules

2023-11-14 Thread Daniel-Constantin Mierla via sr-users
r function I can use with the same task > > Regards > > --- > I'm SoCIaL, MayBe > > El 14/11/2023 a las 7:30 a. m., Daniel-Constantin Mierla via sr-users > escribió: >> Hello, >> >> during the Kamailio Developers Meeting 2023 in Dusseldorf that took &

[SR-Users] Re: pseudo variable in include_file not possible

2023-11-13 Thread Daniel-Constantin Mierla via sr-users
Hello, On 13.11.23 12:14, Bernd Krueger-Knauber via sr-users wrote: > Hi, > > since we use git also for our kamailio stuff, we need to check in also > host specific stuff. > (same kamailio.cfg but different addresses and ... ) > For this I thought an include_file for different hosts would be

[SR-Users] Re: Dispatcher list reloading itself from file?!?

2023-11-13 Thread Daniel-Constantin Mierla via sr-users
Hello, On 10.11.23 15:25, Benoît Panizzon via sr-users wrote: > Hi List > > I wanted to take one of our cores down gracefully by not destroy > running dialogues to be able to implement a config change on Kamailio > 5.5 > > For this I did: > > kamctl dispatcher.remove ID SIP-URI, for every IC > >

[SR-Users] Re: dlg_req_within kamailio 5.7 CSeq values

2023-11-13 Thread Daniel-Constantin Mierla via sr-users
Hello, On 10.11.23 15:57, Jonathan Hunter via sr-users wrote: > >   > > Hi All, > >   > > I am playing around with the dlg_req_within to send  a REINVITE to > toggle some rtpengine parameters and this works fine. > >   > > The first time I use the command after tracking the dialog, it sends a >

[SR-Users] Re: How to check for presence of a file from a route? (Or any other way to tell kamailio not to accept new calls)

2023-11-13 Thread Daniel-Constantin Mierla via sr-users
On 13.11.23 11:17, Benoit Panizzon via sr-users wrote: > Hi > > I'm still looking for a better way to tell Kamailio that we want to > enter 'maintenance' and STAY in maintenance after a restart. > > Maintenance is: Reject all messages without totag with 503 to prevent > creating new dialogues. > >

[SR-Users] Releasing v5.6.5

2023-11-21 Thread Daniel-Constantin Mierla via sr-users
Hello, I am considering to release Kamailio v5.6.5 (out of branch 5.6) later this week (likely on Thursday or Friday, Nov 23/24, 2023). 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 --

[SR-Users] Re: Sharing load between rtpengine servers

2023-11-09 Thread Daniel-Constantin Mierla via sr-users
set of RTP proxies that the > callee must use. This is supported by all rtpengine commands except > rtpengine_manage(). > > --- > >   > >   > >   > > *From:* Daniel-Constantin Mierla via sr-users > > *Sent:* Thursday, November 9, 2023 2:25 AM > *To:* Kamaili

[SR-Users] Re: Crash on core/mem/q_malloc.c

2023-11-22 Thread Daniel-Constantin Mierla via sr-users
Hello, looks like a buffer overflow by 1 byte. Are you using any custom module/additional patches, or is it stock kamailio? Cheers, Daniel On 22.11.23 00:46, Igor Potjevlesch via sr-users wrote: > > Hello! > >   > > I'm facing an issue 2/3 times a day with the following errors in the logs: > >

[SR-Users] Development is open for future release of v5.9.x series

2024-02-23 Thread Daniel-Constantin Mierla via sr-users
Hello, the branch 5.8 was created, therefore the master branch is open for adding new features, to be part of future release series v5.9.x (or whatever version is decided for next series). Any bug fix committed to master that applies to 5.8.x or older stable branches should be backported as

[SR-Users] Branch 5.8 has been created

2024-02-23 Thread Daniel-Constantin Mierla via sr-users
Hello, the branch 5.8 has been created, to be used for releasing v5.8.x series. To check out this branch, the following commands can be used:    git clone https://github.com/kamailio/kamailio kamailio-5.8    cd kamailio-5.8    git checkout -b 5.8 origin/5.8 Pushing commits in this branch:  

[SR-Users] Maintenance work overnight on kamailio.org server

2024-04-15 Thread Daniel-Constantin Mierla via sr-users
Hello, there is some planned work on the data center infrastructure hosting kamailio.org server that is going to affect briefly the web server (web site, wiki) and the mailing lists. The downtime is expected to be 10-15 minutes around 1:00am Western Europe time (CEST / GMT+2), but if it takes

[SR-Users] Re: ERROR: [core/ppcfg.c:275]: pp_ifdef_level_error(): different number of preprocessor directives: 1 more #!if[n]def as #!endif

2024-04-26 Thread Daniel-Constantin Mierla via sr-users
Hello, can you add an extra EoL at the end of the file and try again? iirc, at some point there was an issue counting the #!endif at the end of the file if it was not followed by a new line. I think that was fixed. Also, kamailio has a cli parameter to print the config after evaluating

[SR-Users] Re: dynamic selection of authentication algorithm

2024-04-28 Thread Daniel-Constantin Mierla via sr-users
Hello, it is an acceptable variant, you can go ahead and push the commit and docs for the new function. Later over the time, I might look at adding also a parameter option to the existing functions. Cheers, Daniel On 20.04.24 19:57, Juha Heinanen via sr-users wrote: > How about this new

[SR-Users] Re: Releasing v5.7.5

2024-05-08 Thread Daniel-Constantin Mierla via sr-users
Hello, short reminder that today is planned to release v5.7.5. As usual, until the announcement is out, any commit that should go to branch 5.7 has to be announced to sr-dev mailing list and wait for ack before pushing to git repository in order to avoid conflicts with release building process.

[SR-Users] Kamailio v5.7.5 Released

2024-05-08 Thread Daniel-Constantin Mierla via sr-users
Hello, Kamailio SIP Server v5.7.5 stable release is out. This is a maintenance release of the latest stable branch, 5.7, that includes fixes since the release of v5.7.4. There is no change to database schema or configuration language structure that you have to do on previous installations of

[SR-Users] Re: dynamic selection of authentication algorithm

2024-05-14 Thread Daniel-Constantin Mierla via sr-users
On 14.05.24 13:01, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> are you still planning to add this patch to the repo? > Based on non-existing comments, looks like I'm the only one interested. > So it is not worth to create a PR. I actually replied on you initial email at that

[SR-Users] Re: dynamic selection of authentication algorithm

2024-05-14 Thread Daniel-Constantin Mierla via sr-users
Hello, are you still planning to add this patch to the repo? Cheers, Daniel On 28.04.24 23:10, Daniel-Constantin Mierla wrote: > Hello, > > it is an acceptable variant, you can go ahead and push the commit and > docs for the new function. > > Later over the time, I might look at adding also a

[SR-Users] Re: TLS module crashes with FIPS OpenSSL

2024-05-14 Thread Daniel-Constantin Mierla via sr-users
The backtrace is from shutdown cleanup as pointed before, so it is not the one that caused the crash. To get more than one core file, so it is not going to have core file overwritten, you have to enable one core file per pid/process (or set core file name pattern), some hints at:  -

[SR-Users] Re: Kamailio IPSec module

2024-05-16 Thread Daniel-Constantin Mierla via sr-users
Hello, On 15.05.24 22:09, H Yavari via sr-users wrote: > Hi all, > > I was reviewing the `ims_ipsec_pcscf` code and noticed that this > module creates a pool of sockets using different ports > (ipsec_max_connections). I'm unclear on the necessity of this > approach. Can't we simply create one

[SR-Users] Releasing v5.7.5

2024-05-03 Thread Daniel-Constantin Mierla via sr-users
Hello, I am considering to release Kamailio v5.7.5 (out of branch 5.7) on Wednesday, May 8, 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 Mierla (@ asipto.com)

[SR-Users] Re: sql_query fails from event_route

2024-05-07 Thread Daniel-Constantin Mierla via sr-users
On 07.05.24 11:15, Juha Heinanen via sr-users wrote: > Juha Heinanen via sr-users writes: > >> I noticed that sql_query does not (anymore) work when called from >> event route: > I created bug issue https://github.com/kamailio/kamailio/issues/3843 > about this to GitHub, since it really looks

[SR-Users] Re: sql_query fails from event_route

2024-05-07 Thread Daniel-Constantin Mierla via sr-users
correction, see inline ... On 07.05.24 12:34, Daniel-Constantin Mierla wrote: > > > On 07.05.24 11:15, Juha Heinanen via sr-users wrote: >> Juha Heinanen via sr-users writes: >> >>> I noticed that sql_query does not (anymore) work when called from >>> event route: >> I created bug issue

[SR-Users] Re: from TCP to UDP and Kamailio doing it wrong

2024-03-08 Thread Daniel-Constantin Mierla via sr-users
Hello, check your config if the mtu-related parameters are set:   - https://www.kamailio.org/wikidocs/cookbooks/5.7.x/core/#udp_mtu Be sure you grep all the files if the config is split in many. There is also a function that could result in switching protocols:     -

[SR-Users] Re: 5.8 acc module failed_filter error

2024-03-11 Thread Daniel-Constantin Mierla via sr-users
Hello, what are the operating system and the compiler used? Cheers, Daniel On 11.03.24 07:45, Juha Heinanen via sr-users wrote: > My SIP proxy didn't start with Kamailio 5.8 using the same config that > starts OK with 5.7. The error is: > > 2024-03-11T06:56:06.457107+02:00 lohi

[SR-Users] Re: 5.8 acc module failed_filter error

2024-03-11 Thread Daniel-Constantin Mierla via sr-users
On 11.03.24 20:45, Juha Heinanen via sr-users wrote: > Daniel-Constantin Mierla writes: > >> what are the operating system and the compiler used? > Sorry, Debian 12 using gcc version 12.2.0. It might be a regression by commit 675f6c02248, can you try with latest master or with the patch of the

[SR-Users] Re: 5.8 acc module failed_filter error

2024-03-12 Thread Daniel-Constantin Mierla via sr-users
On 12.03.24 03:13, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> It might be a regression by commit 675f6c02248, can you try with latest >> master or with the patch of the commit: >> >>   - >> https://github.com/kamailio/kamailio/commit/4dc37aee853bbcf9d7fdb96245b76aaa8dfa2930 > I

[SR-Users] Re: Bug in htable in 5.8.0

2024-03-18 Thread Daniel-Constantin Mierla via sr-users
Hello, I pushed a commit to ctl module in master branch trying to address this issue. Can you test and report if works ok now? If yes, then I will backport. Cheers, Daniel On 16.03.24 12:22, Patrick Karton via sr-users wrote: > Same bug in 5.7. versions > > Le 15 mars 2024 15:08, Brooks Bridges

[SR-Users] Re: append_hf not working

2024-03-13 Thread Daniel-Constantin Mierla via sr-users
Hello, append_to_reply() adds the header to the replies generated by Kamailio. A request that is generated by UA after a 3xx does not have to preserve any header received in 3xx, it is a completely new request, the previous one failed. If you handle the 3xx in Kamailio, you can get the headers of

[SR-Users] Re: RFC5626 Keep-Alive with CRLF

2024-03-21 Thread Daniel-Constantin Mierla via sr-users
Hello, there is the core option:   - https://www.kamailio.org/wikidocs/cookbooks/5.8.x/core/#tcp_crlf_ping But I guess is the client that sends crlfcrlf and the server sends back crlf. Cheers, Daniel On 21.03.24 16:26, Ihor Olkhovskyi via sr-users wrote: > Just to add a bit for an issue: > >

[SR-Users] Re: Bug in htable in 5.8.0

2024-03-15 Thread Daniel-Constantin Mierla via sr-users
Hello, On 15.03.24 00:15, Brooks Bridges via sr-users wrote: > > We have some scripts that are setting values in an htable for various > things, one of which is to disable options replies to take a system > “out of service”.  We discovered today upon deploying 5.8.0 that the > “htable.seti”

[SR-Users] Re: Wrong documentation for module 'Userblacklist'

2024-03-20 Thread Daniel-Constantin Mierla via sr-users
Hello, the module userblacklist has been renamed to userblocklist a while ago, but the html index for modules' documentation was forgotten to be updated. I just did it. Look at the documentation for userblocklist module and if something is not working, report an issue on the tracker.   -

[SR-Users] Kamailio v5.8.0 Released - new major version is out

2024-03-07 Thread Daniel-Constantin Mierla via sr-users
Kamailio v5.8.0 is out – it comes with 4 new modules and a large set of improvements touching again more than 50 existing modules. You can read a bit more detailed release notes at:    * https://www.kamailio.org/w/kamailio-v5-8-0-release-notes/ Many thanks to all developers and community

  1   2   >