Re: [sr-dev] [kamailio] mem: TLSF memory summary and sums implementation (#164)

2015-05-20 Thread Daniel-Constantin Mierla
It can be merged. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/164#issuecomment-104008492___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:7afe7619: usrloc: use domain for testing db if use_domain parameter is set

2015-05-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7afe76191e9757770d2933e8c26f305c6ed388a3 URL: https://github.com/kamailio/kamailio/commit/7afe76191e9757770d2933e8c26f305c6ed388a3 Author: Daniel-Constantin Mierla mico...@gmail.com Committer: Daniel-Constantin Mierla mico...@gmail.com Date:

[sr-dev] git:master:fbbadfde: Merge pull request #164 from kamailio/tmp/tlsf_debug

2015-05-20 Thread Camille Oudot
Module: kamailio Branch: master Commit: fbbadfde175ac1e414b10fc6a01abd09b4539fef URL: https://github.com/kamailio/kamailio/commit/fbbadfde175ac1e414b10fc6a01abd09b4539fef Author: Camille Oudot camille.ou...@orange.com Committer: Camille Oudot camille.ou...@orange.com Date:

[sr-dev] Creating branch 4.3

2015-05-20 Thread Daniel-Constantin Mierla
Hello, I am planning to branch the code for upcoming major release on next Monday, May 25. Testing went fine so far in my side and I don't expect new consistent changes. Any fixes afterwards will be backported as usual to a stable branch. From that moment, master branch will be open again for new

[sr-dev] [kamailio] Add option to disable delete queries in usrloc module. (#165)

2015-05-20 Thread Erik Davidson
This adds a parameter to allow users to disable the delete queries in the usrloc module. This is mainly for problems due to the differences between how a relational DB and Cassandra work. If the schema for Cassandra is created in certain ways a delete query isn't required to keep the data

Re: [sr-dev] [kamailio] Add option to disable delete queries in usrloc module. (#165)

2015-05-20 Thread Charles Chance
Hi, The timer to delete records only runs if modparam timer_interval is greater than 0, so the new parameter is not required in this case. Admittedly this is not documented, so the readme does need updating :) Cheers, Charles --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] Add option to disable delete queries in usrloc module. (#165)

2015-05-20 Thread Erik Davidson
Oh, I thought I tried that and it just ran without halting instead of not running at all. I'll need to double check that. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/165#issuecomment-104032962___

Re: [sr-dev] [kamailio] Add option to disable delete queries in usrloc module. (#165)

2015-05-20 Thread Erik Davidson
Ah, I looked through the code for usrloc and found where it registers the timer. It looks like if you have timer_interval set to 0 but timer_procs set to something 0 (which I did due to cruft) it will spawn a new process and use timer_interval multiplied by 1000 (resulting in 0) for the

Re: [sr-dev] [kamailio] Add option to disable delete queries in usrloc module. (#165)

2015-05-20 Thread Erik Davidson
Closed #165. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/165#event-309989763___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] Add option to disable delete queries in usrloc module. (#165)

2015-05-20 Thread Charles Chance
According to the module code, you should also ensure timer_procs modparam is set to 0 (default): /* Register cache timer */ if(ul_timer_procs=0) { if (timer_interval 0) register_timer(ul_core_timer, 0, timer_interval); } else

Re: [sr-dev] [kamailio] mem: TLSF memory summary and sums implementation (#164)

2015-05-20 Thread Camille Oudot
Merged #164. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/164#event-309984329___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:8810c00f: mem: TLSF memory summary and sums implementation

2015-05-20 Thread Camille Oudot
Module: kamailio Branch: master Commit: 8810c00f837a585d4dc6079640abc3251f0e70ca URL: https://github.com/kamailio/kamailio/commit/8810c00f837a585d4dc6079640abc3251f0e70ca Author: Camille Oudot camille.ou...@orange.com Committer: Camille Oudot camille.ou...@orange.com Date:

Re: [sr-dev] [kamailio] Add domain to connection test query so it works with Cassandra (#161)

2015-05-20 Thread Daniel-Constantin Mierla
Closed #161. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/161#event-309920886___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:40877806: tm: restore to the disabled async mutex by define

2015-05-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 408778069d24a31885df9ecd9f86bc3f9fce0af9 URL: https://github.com/kamailio/kamailio/commit/408778069d24a31885df9ecd9f86bc3f9fce0af9 Author: Daniel-Constantin Mierla mico...@gmail.com Committer: Daniel-Constantin Mierla mico...@gmail.com Date: