Re: [sr-dev] [kamailio/kamailio] Kamailio memory leak - versions 5.1.4 and 5.1.7 (#1895)

2019-07-01 Thread Jay J
(gdb) bt n #0 0x7fab34880860 in __errno_location@plt () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.20 #1 0x7fab348bb589 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.20 #2 0x7fab348bb849 in ?? () from /usr/lib/x86_64-linux-gnu/libmysqlclient.so.20 #3

Re: [sr-dev] [kamailio/kamailio] Kamailio memory leak - versions 5.1.4 and 5.1.7 (#1895)

2019-07-01 Thread Jay J
strings /usr/lib/x86_64-linux-gnu/libcrypto.so | grep "^OpenSSL" OpenSSLDie OpenSSL_add_all_ciphers OpenSSL_add_all_digests OpenSSL 1.0.2n 7 Dec 2017 OpenSSL HMAC method OpenSSL EC algorithm OpenSSL RSA method OpenSSL DSA method OpenSSL ECDSA method OpenSSL DH Method OpenSSL X9.42 DH method

Re: [sr-dev] [kamailio/kamailio] db_redis: add support for native redis cluster (#1997)

2019-07-01 Thread Andreas Granig
Hey, unfortunately it doesn’t support it yet, and it’s not clear yet when I can address this, as I don’t have immediate needs for it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] uac module documentation should be honor s: prefix for kamcmd (#1988)

2019-07-01 Thread Daniel-Constantin Mierla
Added such examples in docs. -- 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/1988#issuecomment-507314688___ Kamailio (SER) - Development

Re: [sr-dev] [kamailio/kamailio] uac module documentation should be honor s: prefix for kamcmd (#1988)

2019-07-01 Thread Daniel-Constantin Mierla
Closed #1988. -- 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/1988#event-2451632538___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:ec42a0b3: uac: docs - examples with rpc commands having params numbers converted to string

2019-07-01 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ec42a0b36a10dec0852bd1ef2bf3ad7ab9ad8dbc URL: https://github.com/kamailio/kamailio/commit/ec42a0b36a10dec0852bd1ef2bf3ad7ab9ad8dbc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-01T17:31:09+02:00 uac: docs - examples

Re: [sr-dev] [kamailio/kamailio] uri.param and param.value error when last character is delimiter (#1991)

2019-07-01 Thread Daniel-Constantin Mierla
Closed #1991. -- 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/1991#event-2451613284___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] uri.param and param.value error when last character is delimiter (#1991)

2019-07-01 Thread Daniel-Constantin Mierla
I pushed a commit to relax the behaviour of the transformation not to be SIP spec strict in such cases - 1c4af823c39d28b694c1dec607d8d72c5b726456 , hoping to help by being more flexible with values loaded from various sources. -- You are receiving this because you are subscribed to this

Re: [sr-dev] [kamailio/kamailio] db_redis: add support for native redis cluster (#1997)

2019-07-01 Thread Daniel-Constantin Mierla
The two modules were developed independently. Maybe @agranig can comment if `db_redis` already supports or not processing MOVED replies. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] After commit ce8d36f latency_limit_db requires us instead of ms (#1956)

2019-07-01 Thread Marco Capetta
Just tested the upgrade to kamailio 5.2.3 and in fact now both the parameters (latency_limit_db and latency_limit_action) expect a micro-seconds value. I suggest to leave the code as is and instead fix the documentation, currently it suggesting to use milli-seconds. Thanks -- You are

[sr-dev] [kamailio/kamailio] db_redis: add support for native redis cluster (#1997)

2019-07-01 Thread George Diamantopoulos
The db_redis module seems to only support connecting with a single redis instance. It is not evident from the documentation if it implements support for native redis cluster by honouring 'MOVED' replies. ndb_redis seems to have support for native redis clusters, and supports both automatic