[sr-dev] git:master:657d2699: core: kemi - is_method_in() support for kdmq, get, post, put, delete

2018-06-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 657d2699784d9fc35f66382f9f137f0b80301018 URL: https://github.com/kamailio/kamailio/commit/657d2699784d9fc35f66382f9f137f0b80301018 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-06T09:02:15+02:00 core: kemi - is_method

[sr-dev] git:master:226a6aa0: examples: remove execute mode from text file

2018-06-06 Thread Victor Seva
Module: kamailio Branch: master Commit: 226a6aa06fc46ead24e262afd382af64452ae080 URL: https://github.com/kamailio/kamailio/commit/226a6aa06fc46ead24e262afd382af64452ae080 Author: Victor Seva Committer: Victor Seva Date: 2018-06-06T09:45:54+02:00 examples: remove execute mode from text file --

[sr-dev] git:master:f9477084: tm: free new tm cell in case of error if it was not referenced

2018-06-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f94770840029c1c73ab129f4b71fcb0cf146d808 URL: https://github.com/kamailio/kamailio/commit/f94770840029c1c73ab129f4b71fcb0cf146d808 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-06T10:25:27+02:00 tm: free new tm cell i

Re: [sr-dev] [kamailio/kamailio] Memory leak after SIP message fails to be sent due to no socket found (#1554)

2018-06-06 Thread Daniel-Constantin Mierla
Thanks for the report and guidelines to reproduce it. I pushed a patch for it in master branch. Can you try it? If all ok, then I will backport. Was this case how you discovered it? Or was another scenario? I want to see if we should look at other parts of code. -- You are receiving this beca

Re: [sr-dev] [SR-Users] RFC: dispatcher refactoring to use xavp and options for attributes

2018-06-06 Thread Luis Azedo
Hi Daniel, love the idea! just to be sure i understand..., current params declaration modparam("dispatcher", "dst_avp", "$avp(ds_dst)") modparam("dispatcher", "attrs_avp", "$avp(ds_attrs)") new params declaration modparam("dispatcher", "dst_xavp", "$xavp(ds_dst)") ##modparam("dispatcher", "at

[sr-dev] git:master:f3f14c6d: dispatcher: safety check for null value of attrs field in database

2018-06-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f3f14c6d85a7055c3a729ec46b83ff2a179ac397 URL: https://github.com/kamailio/kamailio/commit/f3f14c6d85a7055c3a729ec46b83ff2a179ac397 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-06T14:34:56+02:00 dispatcher: safety che

[sr-dev] git:master:d1cb2644: dispatcher: new param ds_attrs_none

2018-06-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d1cb26446742d1734eb8aac1b970e8128a1db041 URL: https://github.com/kamailio/kamailio/commit/d1cb26446742d1734eb8aac1b970e8128a1db041 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-06T17:56:46+02:00 dispatcher: new param

[sr-dev] git:master:a9c89c4b: dispatcher: docs for ds_attrs_none param

2018-06-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a9c89c4b437cf9a7bda2233f050bde702704c82e URL: https://github.com/kamailio/kamailio/commit/a9c89c4b437cf9a7bda2233f050bde702704c82e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-06T18:01:56+02:00 dispatcher: docs for d

[sr-dev] git:master:d7469674: modules: readme files regenerated - dispatcher ... [skip ci]

2018-06-06 Thread Kamailio Dev
Module: kamailio Branch: master Commit: d746967485b17d2530418e059da0cd31f10d9396 URL: https://github.com/kamailio/kamailio/commit/d746967485b17d2530418e059da0cd31f10d9396 Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-06-06T18:16:40+02:00 modules: readme files regenerated - dispatcher

Re: [sr-dev] [SR-Users] RFC: dispatcher refactoring to use xavp and options for attributes

2018-06-06 Thread Daniel-Constantin Mierla
Hello, something like that, maybe the parameter value will be only the name of the xavp, similar to xavp_cfg for registrar. For attrs and extra columns, I was thinking of concatenating all of them in 'attrs' field and have also separate those with a specific meaning (like socket, weight, ...) -

Re: [sr-dev] [kamailio/kamailio] Memory leak after SIP message fails to be sent due to no socket found (#1554)

2018-06-06 Thread pwakano
Hi Daniel, Thanks for the prompt reply! I will try to test your patch by today! This is the case I detected the problem. During investigation, I also saw same problem with the SIP ping from the LCR module, but I guessed they had the same root cause in the TM module. -- You are receiving this b

Re: [sr-dev] [kamailio/kamailio] Memory leak after SIP message fails to be sent due to no socket found (#1554)

2018-06-06 Thread pwakano
Hi Daniel, I am using the RPM packages for CentOS so I was not able to make my environment work with head from Master so easily. nonetheless I applied the change to the head of 5.0 branch and it did work fine! No more increase in the "delayed_free", instead it counted on the "freed" stat. Al