Re: [SR-Users] unknown error messages

2020-03-20 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > do you have an external application that keeps persistent connection for > rpc/jsonrpc commands? That was it. -- Juha ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi

Re: [SR-Users] Manipulating contacts header results in a malformed SIP packet

2020-03-20 Thread Bastian Triller
You're using set_contact_alias(), which already changes the Contact header. Try msg_apply_changes() before your 2nd Contact header change. On Thu, Mar 19, 2020 at 5:11 AM Sergey Safarov wrote: > Looks as not expected here > > sip:4.5.6.7:5060;alias=10.100.1.1~5060~1Content-Type: application/sdp

Re: [SR-Users] is_gflag Always Returns FALSE

2020-03-20 Thread Daniel-Constantin Mierla
Hello, ok, thanks for testing. I backported to 5.3 as well. There seemed to be an issue with the size of the variables used to match. Just for reference, I typically use $shv(x) variables these days if I need to set some value via rpc and test it in config, it is more or less like gflags, but you

[SR-Users] Kamailio 5.3.2 - Signal 11 on startup

2020-03-20 Thread José Seabra
Hello there, I'm facing an issue with kamailio 5.3.2 when it is starting up, it breaks with signal 11 and generates a coredump file: - https://pastebin.com/FSqyGFp8 This seems to be something related to dmq module, kamailio exits with signal 11 when it receives a DMQ notification_peer messag

Re: [SR-Users] Kamailio 5.3.2 - Signal 11 on startup

2020-03-20 Thread Daniel-Constantin Mierla
Hello, does it happen every time or only in some cases? Iirc, there was a similar report for an older version recently, so it might be some old bug not detected yet. Cheers, Daniel On 20.03.20 16:47, José Seabra wrote: > Hello there, > > I'm facing an issue with kamailio 5.3.2 when it is startin

Re: [SR-Users] Kamailio 5.3.2 - Signal 11 on startup

2020-03-20 Thread José Seabra
Hello Daniel, Not all the time, but it happens often, I can easily reproduce the issue. Best Regards José Daniel-Constantin Mierla escreveu no dia sexta, 20/03/2020 à(s) 16:02: > Hello, > > does it happen every time or only in some cases? Iirc, there was a similar > report for an older versio

Re: [SR-Users] is_gflag Always Returns FALSE

2020-03-20 Thread Yufei Tao
Yes that's a good idea that I'll pick up :) On Mar 20 2020, at 2:45 pm, Daniel-Constantin Mierla wrote: > > Hello, > ok, thanks for testing. I backported to 5.3 as well. > There seemed to be an issue with the size of the variables used to match. > Just for reference, I typically use $shv(x) vari

Re: [SR-Users] Kamailio 5.3.2 - Signal 11 on startup

2020-03-20 Thread Daniel-Constantin Mierla
Hello, can you try with the patch from the next commit?   * https://github.com/kamailio/kamailio/commit/21bdbff049571ca22f1205a041c8b1162005d319 Cheers, Daniel On 20.03.20 17:16, José Seabra wrote: > Hello Daniel, > > Not all the time, but it happens often, I can easily reproduce the issue. > >

Re: [SR-Users] pipelimit: inexistent pipe error logs

2020-03-20 Thread Bastian Triller
add -a option to journalctl On Mon, Feb 10, 2020 at 6:19 PM Nuno Ferreira wrote: > Hi Daniel, > > I noticed that you already moved the ERR log to DBG in the pipe limit > module. Did you have the opportunity to look at the other 2 errors? > Glad if I can help, but I will need some directions espe