[SR-Users] Re: SHM Memory leak?

2024-07-18 Thread Daniel-Constantin Mierla via sr-users
Hello, set memlog value lower or equal with the one for debug, and memdbg to a higher value than debug. Cheers, Daniel On 12.07.24 21:23, Ihor Olkhovskyi wrote: > > Daniel, > > Thanks for an answer, > > Just a question, what should be options for > > debug=2 > log_stderror=no > > memdbg=5 > meml

[SR-Users] Re: Possible Kamailio memmory leak - version 5.8.2

2024-07-18 Thread Daniel-Constantin Mierla via sr-users
Hello, indeed the previous commit was destroying a single avp, I pushed a new one to destroy all of them with that name. I am wondering if all avps, no matter the name should be destroyed. Anyhow, could you fetch the latest git master version and try your scenario again? Cheers, Daniel On 1

[SR-Users] Re: Difference betwwen TM functions in KEMI

2024-07-18 Thread Duarte Rocha via sr-users
Hello Alex, You're totally right, that was the issue. Thank you so much for the help. Helpful as always. Cheers, Duarte Rocha __ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-le...@list

[SR-Users] Re: Drouting using TLS and domain names

2024-07-18 Thread Samuel Moya Tinoco via sr-users
Hi again, I'm still trying to solve this. Any help will be appreciated Thank you again in advance De: SAMUEL MOYA TINOCO via sr-users Enviado el: lunes, 8 de julio de 2024 16:52 Para: Kamailio (SER) - Users Mailing List CC: SAMUEL MOYA TINOCO Asunto: [SR-Users] Drouting using TLS and domain

[SR-Users] Not responding to OPTIONS if existing tcp connection

2024-07-18 Thread Jon Bonilla (Manwe) via sr-users
Hi all version 5.7.6 Debian 12 I'm having issues with a kamailio server not sending 200 to some OPTIONS requests. It does send 200 to some subscribers but not 100% of the time to 100% of subs. I have enabled debug=3 in that server and this is what I found: If the log says that it found existing

[SR-Users] Re: Drouting using TLS and domain names

2024-07-18 Thread Sergiu Pojoga via sr-users
Have you tried adding the TLS transport suffix to the domain name in the *address *column? Like so: *mysipgateway.com ;transport=tls* On Thu, Jul 18, 2024 at 6:59 AM Samuel Moya Tinoco via sr-users < sr-users@lists.kamailio.org> wrote: > Hi again, > > > > I’m still tryin

[SR-Users] Re: SHM Memory leak?

2024-07-18 Thread Ihor Olkhovskyi via sr-users
Daniel, thanks, so shm_status is returning A LOT of data, not sure how to analyze it, regarding shm_summary, I'm getting the same, so will just citate part of my previous message: corex.shm_summary returns the following: https://pastebin.com/tFYwygjU I see a lot of memory allocated to core/tcp

[SR-Users] Re: Possible Kamailio memmory leak - version 5.8.2

2024-07-18 Thread Vanderlei Torres Batistela via sr-users
Hello Daniel, Regarding your question, I think only the avp(msg) should be destroyed as other avp's can be used elsewhere in the script. I tried the lastest git master and when restarting kamailio I got a segmentation fault: Jul 18 21:17:16 labcom070 systemd[1]: Started Kamailio - the Open Sou

[SR-Users] Re: Drouting using TLS and domain names

2024-07-18 Thread Samuel Moya Tinoco via sr-users
Works perfect with that Thank you for your help De: Sergiu Pojoga Enviado el: jueves, 18 de julio de 2024 15:06 Para: Kamailio (SER) - Users Mailing List CC: Samuel Moya Tinoco Asunto: Re: [SR-Users] Re: Drouting using TLS and domain names Have you tried adding the TLS transport suffix to th