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

2017-03-28 Thread Tom Beard
@charlesrchance ignoring my second comment, I think that probably is safe. Either way, there's a pull request for testing / fixing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] dmq: remove worker lock (#1046)

2017-03-28 Thread Tom Beard
- fixes a high cpu condition waiting for lock yield on FreeBSD reported by GH #822 You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1046 -- Commit Summary -- * dmq: remove worker lock -- File Changes -- M

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

2017-03-28 Thread Charles Chance
Ok, I'll refine and push for testing tomorrow. Thanks for the input @tombeard. -- 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] Enabling DMQ cause high CPU usage (#822)

2017-03-28 Thread Charles Chance
@tombeard thanks - I guess not! Pull request? -- 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-289914479___ sr-dev

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

2017-03-28 Thread Tom Beard
@charlesrchance okay, after pressing send I see the obvious flaw in that, but it solves the problem in my specific situation with a single worker thread. -- 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] Enabling DMQ cause high CPU usage (#822)

2017-03-28 Thread Tom Beard
@charlesrchance do you need a lock at all? https://github.com/tombeard/kamailio/commit/310c0f91858a6baf4b17a00798689f7f1f6acaa1 No idea how this performs on other platforms or in other situations, but for my specific requirement it solves the high cpu condition on FreeBSD waiting for lock

[sr-dev] git:master:666ebb63: dmq: attempt to re-initialize if node becomes detatched from cluster

2017-03-28 Thread Charles Chance
Module: kamailio Branch: master Commit: 666ebb63aecf2254b8efeae261452fc75c6d3aed URL: https://github.com/kamailio/kamailio/commit/666ebb63aecf2254b8efeae261452fc75c6d3aed Author: Charles Chance Committer: Charles Chance Date:

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

2017-03-28 Thread Charles Chance
Revisiting this now after a busy few months. @miconda - is it better in your opinion to introduce new locking method completely, or only in the presence of a compile-time flag? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:52471366: pkg/kamailio/deb: version set to 5.1.0-dev2

2017-03-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 52471366d34419fbd4a70eff93420157a532bf09 URL: https://github.com/kamailio/kamailio/commit/52471366d34419fbd4a70eff93420157a532bf09 Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] tr_lookup(): error parsing [{param.count, , }] (#1041)

2017-03-28 Thread Daniel-Constantin Mierla
Can you try with latest 4.4 branch? I pushed some commits to fix the use of variable for separator. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:406dc903: modules/sipt.c: fix compiler warnings

2017-03-28 Thread Torrey Searle
Module: kamailio Branch: master Commit: 406dc9039035dd238ab4f3a3fd04148da8b588a1 URL: https://github.com/kamailio/kamailio/commit/406dc9039035dd238ab4f3a3fd04148da8b588a1 Author: Torrey Searle Committer: Torrey Searle Date: 2017-03-28T16:02:36+02:00

[sr-dev] git:5.0:26080154: pv: proper evaluation of pv param for param.count transformation

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 26080154471b41198b1bd1df40fe5f1a0f461c8c URL: https://github.com/kamailio/kamailio/commit/26080154471b41198b1bd1df40fe5f1a0f461c8c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:96455755: pv: proper evaluation of pv param for param.count transformation

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 964557553fd39fca1de35cf7d2f9e64134da7495 URL: https://github.com/kamailio/kamailio/commit/964557553fd39fca1de35cf7d2f9e64134da7495 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:e4ee924b: modules/sipt: make the digit terminator optional on set_destination

2017-03-28 Thread Torrey Searle
Module: kamailio Branch: master Commit: e4ee924b4919b3efd853c38506a3d2934797eaaa URL: https://github.com/kamailio/kamailio/commit/e4ee924b4919b3efd853c38506a3d2934797eaaa Author: Torrey Searle Committer: Torrey Searle Date: 2017-03-28T15:53:14+02:00

[sr-dev] git:4.4:eede8862: pv: fix for param.count transformation with pv parameter

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: eede8862900030f195ef31f476cea50ab1b56230 URL: https://github.com/kamailio/kamailio/commit/eede8862900030f195ef31f476cea50ab1b56230 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:a032c4c6: pv: fix for param.count transformation with pv parameter

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: a032c4c630ea8eae8fc717bc8d2f5aec956e69e3 URL: https://github.com/kamailio/kamailio/commit/a032c4c630ea8eae8fc717bc8d2f5aec956e69e3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:f151c26b: pv: fix for param.count transformation with pv parameter

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f151c26b49d483efbbb27acbb72950d79b8c563d URL: https://github.com/kamailio/kamailio/commit/f151c26b49d483efbbb27acbb72950d79b8c563d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-28 Thread lamSteven
Sure, no problem! I have a installation to test this on. Here i tested kamailio 5.0.0 with the same result. If you want i can also give you ssh access so you can see what happens for yourself... -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-28 Thread Daniel-Constantin Mierla
I think I found a lead to the issue, need a bit of time to push the fix. Would you be able to test with master branch or version 5.0? There were more changes to topos and backporting them to 4.4 might not be straightforward. -- You are receiving this because you are subscribed to this thread.

[sr-dev] git:4.4:e20b38e0: core: safety check for retrying dns cache find

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: e20b38e0084c1f89c43a921a8a2affbea060aaa5 URL: https://github.com/kamailio/kamailio/commit/e20b38e0084c1f89c43a921a8a2affbea060aaa5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:3883a317: core: safety check for retrying dns cache find

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 3883a3174707bbaa3ce836faca035bae9c90c456 URL: https://github.com/kamailio/kamailio/commit/3883a3174707bbaa3ce836faca035bae9c90c456 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] Planning Kamailio v5.0.1

2017-03-28 Thread Daniel-Constantin Mierla
On 28/03/2017 09:43, Olle E. Johansson wrote: >> On 28 Mar 2017, at 09:40, Daniel-Constantin Mierla wrote: >> >> Hello, >> >> I am considering to release Kamailio v5.0.1 sometime next week, likely >> on Wednesday, April 5, 2017. Should anyone be aware of issues not listed >>

[sr-dev] git:master:bcb11726: ims_diameter_server: added readme file

2017-03-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bcb11726c01ab720e7d89482711701509327a14b URL: https://github.com/kamailio/kamailio/commit/bcb11726c01ab720e7d89482711701509327a14b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:629a3b01: ims_diameter_server: Generic Diameter Server module [New]

2017-03-28 Thread Carsten Bock
Module: kamailio Branch: master Commit: 629a3b015166e7c54cd780f89c860ccb7cba URL: https://github.com/kamailio/kamailio/commit/629a3b015166e7c54cd780f89c860ccb7cba Author: Carsten Bock Committer: Carsten Bock Date: 2017-03-28T10:50:20+02:00

[sr-dev] git:master:72fe8111: modules: readme files regenerated - ims_usrloc_pcscf ... [skip ci]

2017-03-28 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 72fe8111687df3dce8b2a6f6814d5aec5d0ee9e1 URL: https://github.com/kamailio/kamailio/commit/72fe8111687df3dce8b2a6f6814d5aec5d0ee9e1 Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:a466c7bf: ims_usrloc_pcscf: Remove unused parameter from docs and module

2017-03-28 Thread Carsten Bock
Module: kamailio Branch: master Commit: a466c7bf1f1908461b8ab9dbf10ab4c90b65e52a URL: https://github.com/kamailio/kamailio/commit/a466c7bf1f1908461b8ab9dbf10ab4c90b65e52a Author: Carsten Bock Committer: Carsten Bock Date: 2017-03-28T10:44:21+02:00

Re: [sr-dev] Planning Kamailio v5.0.1

2017-03-28 Thread Olle E. Johansson
> On 28 Mar 2017, at 09:40, Daniel-Constantin Mierla wrote: > > Hello, > > I am considering to release Kamailio v5.0.1 sometime next week, likely > on Wednesday, April 5, 2017. Should anyone be aware of issues not listed > yet on bug tracker, report them there as soon as

[sr-dev] Planning Kamailio v5.0.1

2017-03-28 Thread Daniel-Constantin Mierla
Hello, I am considering to release Kamailio v5.0.1 sometime next week, likely on Wednesday, April 5, 2017. Should anyone be aware of issues not listed yet on bug tracker, report them there as soon as possible to try to fix. Soon after, we should release a new version from branch 4.4 and the last

[sr-dev] git:master:3793e043: ims_usrloc_(p/s)cscf: Remove temporary file

2017-03-28 Thread Carsten Bock
Module: kamailio Branch: master Commit: 3793e04348c1959047fa3974673c95bea18a44e9 URL: https://github.com/kamailio/kamailio/commit/3793e04348c1959047fa3974673c95bea18a44e9 Author: Carsten Bock Committer: Carsten Bock Date: 2017-03-28T09:01:13+02:00

[sr-dev] git:master:90904d5b: ims_registrar_pcscf: Remove temporary file

2017-03-28 Thread Carsten Bock
Module: kamailio Branch: master Commit: 90904d5b7de6c67c6eeea550170d739d505151b9 URL: https://github.com/kamailio/kamailio/commit/90904d5b7de6c67c6eeea550170d739d505151b9 Author: Carsten Bock Committer: Carsten Bock Date: 2017-03-28T09:00:08+02:00