Re: [sr-dev] [kamailio/kamailio] presence: add parameter `fix_startup` to disable 1dceaa24ded727aba5870f28fb63e26ed98464f3 (#854)

2016-11-08 Thread Daniel-Constantin Mierla
I would propose to rename the new parameter, because the chosen on is misleading, given that it doesn't fix a clear issue (like a leak in a specific version of an external library), but it selects in doing or not some sort of operation at startup. I would go for **startup_mode**, if there is no

[sr-dev] [kamailio/kamailio] presence: add parameter `fix_startup` to disable 1dceaa24ded727aba5870f28fb63e26ed98464f3 (#854)

2016-11-08 Thread Emmanuel Schmidbauer
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/854 -- Commit Summary -- * presence: cleanup whitespace in notify.c * presence: add parameter fix_startup -- File Changes -- M modules/presence/doc/presence_admin.xml (22) M

Re: [sr-dev] Next Kamailio IRC Devel Meeting - Changed to Nov 08, 2016

2016-11-08 Thread Daniel-Constantin Mierla
And the last notification -- we will start in a minute ... Cheers, Daniel On 08/11/16 15:01, Daniel-Constantin Mierla wrote: > Hello, > > to sync a bit across the time zones -- the IRC devel meeting will start > in about one hour. See you on irc #kamailio channel on irc.freenode.net . > > - ht

Re: [sr-dev] [kamailio/kamailio] Enabling DMQ cause high CPU usage (#822)

2016-11-08 Thread Charles Chance
Thanks, @miconda, will take a look. -- 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/822#issuecomment-259144332___ sr-dev mailing list sr-

Re: [sr-dev] Next Kamailio IRC Devel Meeting - Changed to Nov 08, 2016

2016-11-08 Thread Daniel-Constantin Mierla
Hello, to sync a bit across the time zones -- the IRC devel meeting will start in about one hour. See you on irc #kamailio channel on irc.freenode.net . - https://www.kamailio.org/wiki/devel/irc-meetings/2016b Cheers, Daniel On 07/11/16 18:10, Daniel-Constantin Mierla wrote: > Hello, > > upd

Re: [sr-dev] [kamailio/kamailio] ds_is_from_list() in kamailio 5 (devel) (#848)

2016-11-08 Thread Daniel-Constantin Mierla
Can you try with latest master? I just pushed a patch that hopefully fixes it. There was a regression introduced by the new avl indexing of the dispatcher groups. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gith

[sr-dev] git:master:b3f6392d: dispatcher: do recursive avl search for ds_is_from_list()

2016-11-08 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b3f6392d122145a5fd81b1b5c5bf71feb108203e URL: https://github.com/kamailio/kamailio/commit/b3f6392d122145a5fd81b1b5c5bf71feb108203e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2016-11-08T12:19:59+01:00 dispatcher: do recursi

[sr-dev] git:master:f0f6269a: dispatcher: compacted code and declare variables at beginning of functions

2016-11-08 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f0f6269ad0769b006029d8add058642f99e244f0 URL: https://github.com/kamailio/kamailio/commit/f0f6269ad0769b006029d8add058642f99e244f0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2016-11-08T12:15:00+01:00 dispatcher: compacted

[sr-dev] [kamailio/kamailio] Updated documentation of modules which are impacted by memory leak in… (#853)

2016-11-08 Thread Jurijs Ivolga
Updated documentation for modules who uses libcurl, regarding memory leak in Centos 6 libcurl library. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/853 -- Commit Summary -- * Updated documentation of modules which are impacted by