Re: [sr-dev] [kamailio/kamailio] kemi python3: exception occur when import logging module (#2885)

2021-10-18 Thread Anthony Messina
@hnimminh unfortunately I am not using app_python3 any longer but it looks like @miconda may be pointing in the right direction. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/288

Re: [sr-dev] [kamailio/kamailio] Memory leak in tcpconn_new() kamailio 5.5.2 (#2880)

2021-10-18 Thread Nacho G.
@miconda this is happening for us with latest stable version. Can you point the sources files that could be involved in this memory leak, or any hint? I wonder why this memory seems to be cleaned if the client closes the TCP socket, but not cleaned if it's closed due to timeout. -- You are re

Re: [sr-dev] [kamailio/kamailio] rtpengine: Don't recheck node if disabled permanently (PR #2886)

2021-10-18 Thread Stefan Mititelu
Yes, is needed for the manually disabled nodes, under maintenance, to give them as much time as necessary, until a manual enable. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2886

Re: [sr-dev] Proxy protocol issue

2021-10-18 Thread Daniel-Constantin Mierla
Hello, if it is needed/useful, then new fields can be added in the internal structures (e.g., tcp connection, received info)  to keep the haproxy address/port. Otherwise, I haven't needed to haproxy so far to become familiar with, so cannot comment much, but adding an alias seems to be the right

Re: [sr-dev] [kamailio/kamailio] rtpengine: Don't recheck node if disabled permanently (PR #2886)

2021-10-18 Thread Richard Fuchs
LGTM. I guess this is for the allow_op=1 use case? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2886#issuecomment-945724564___ Kamailio

[sr-dev] [kamailio/kamailio] carrierroute: Update cr dump structure (PR #2887)

2021-10-18 Thread Stefan Mititelu