[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: SSL key logger for Diffie-Hellman cipher

2024-01-29 Thread Calvin E. via sr-users
It turns out the system I was on really uses /lib/systemd/system/kamailio.service, despite /etc/init.d/kamailio also existing. I was able to make it work by following the Systemd process: mkdir /etc/default/kamailio.d/ edit /etc/default/kamailio.d/voipmonitor add lines:

[SR-Users] Re: apt-key deprecation

2024-01-29 Thread Tom Lynn via sr-users
Yes! Item 2 looks like the missing secret sauce. Thank you! On Mon, Jan 29, 2024 at 8:54 AM Moshe Katz wrote: > Hello, > > There is actually a new more-preferred way of doing this. It is slightly > more work, but it directly connects the GPG key to the repository with > which it is being

[SR-Users] Re: Kamailio 5.6 (and 5.7) core dumping.

2024-01-29 Thread Dr . Barabás Péter via sr-users
Hi Mattis, We tried v5.6 and v5.7.2 also, in both of them the crash occurs. Peter From: Mattis Lind Date: Monday, 2024. January 29. 13:52 To: Dr. Barabás Péter Cc: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio 5.6 (and 5.7) core dumping. Hello Péter, Den ons 24 jan.

[SR-Users] Re: apt-key deprecation

2024-01-29 Thread Moshe Katz via sr-users
Hello, There is actually a new more-preferred way of doing this. It is slightly more work, but it directly connects the GPG key to the repository with which it is being used. 1. Download the key and de-armor it (i.e. convert from ASCII to binary): ``` wget -O-

[SR-Users] Re: Kamailio 5.6 (and 5.7) core dumping.

2024-01-29 Thread Mattis Lind via sr-users
Hello Péter, Den ons 24 jan. 2024 kl 09:58 skrev Dr. Barabás Péter < dr.peter.bara...@gmail.com>: > Hi Mattis, > > > > I have similar cases: > > https://github.com/kamailio/kamailio/issues/3522 > Indeed it looks very similar. One of the core dumps we have seen is identical to one of those that

[SR-Users] Re: apt-key deprecation

2024-01-29 Thread Tom Lynn via sr-users
Thanks, I'll check it out! On Mon, Jan 29, 2024, 1:39 AM Who AmI wrote: > Hi TL, > > I use the below which may help: > > wget -O- https://deb.kamailio.org/kamailiodebkey.gpg | sudo tee > /etc/apt/trusted.gpg.d/kamailio.asc > > This adds the key but not via apt-key, then just add your repo to >

[SR-Users] Re: How to achieve conversion from 180 to 183sdp

2024-01-29 Thread Alex Balashov via sr-users
Hi, I don't think what you are wanting to do here is possible with a SIP proxy. :-) — Sent from mobile, apologies for brevity and errors. > On Jan 29, 2024, at 1:08 AM, mm e via sr-users > wrote: > > When receiving to-tag and returning 180 ring without SDP body, how can it be > converted

[SR-Users] Re: apt-key deprecation

2024-01-29 Thread Who AmI via sr-users
Hi TL, I use the below which may help: wget -O- https://deb.kamailio.org/kamailiodebkey.gpg | sudo tee /etc/apt/trusted.gpg.d/kamailio.asc This adds the key but not via apt-key, then just add your repo to sources.list.d like previously. Thanks, John. On Mon, 29 Jan 2024 at 05:05, tom--- via

[SR-Users] Re: usrloc database duplicate keys issue

2024-01-29 Thread Benoit Panizzon via sr-users
Hi Henning > somehow the usrloc internal record id got duplicated. Are you seeing this > error frequently or just on some occasions, like the restart you mentioned? > You can try to activate this parameter: > https://kamailio.org/docs/modules/5.7.x/modules/usrloc.html#usrloc.p.db_insert_update