Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-12 Thread Surendra Tiwari
this can be reporduced by following lua config kamailio.cfg ``` #!KAMAILIO ### Defined Values # #!substdef "!MY_IP_ADDR!!g" #!substdef "!MY_EXTERNAL_IP!!g" #!substdef "!MY_UDP_PORT!5060!g" #!substdef "!MY_UDP_ADDR!udp:MY_IP_ADDR:MY_UDP_PORT!g" # Dispatcher File #!define

Re: [sr-dev] [kamailio/kamailio] RPC command stats.get_statistics randomly reporting 9223372036854776000 for current active/early dialogs (#1591)

2018-07-12 Thread Joel Serrano
@jchavanton: I will try to have a look @miconda: it reports 9223372036854776000 and after X time it goes back to good values. (where X can be sometimes on the very next request, sometimes after couple minutes, but haven't seen above that). But to your point: yes, it goes back to good values

[sr-dev] git:master:b1535317: textops: docs for replace_body_str(...)

2018-07-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b15353177f9acb8a52941f073c360753f0138145 URL: https://github.com/kamailio/kamailio/commit/b15353177f9acb8a52941f073c360753f0138145 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-12T16:27:24+02:00 textops: docs for

[sr-dev] git:master:6c1ec5fd: textops: new function replace_body_str(mkey, rval, rmode)

2018-07-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6c1ec5fd0bb9abcfefd14a46ad3801cfb2ba36a3 URL: https://github.com/kamailio/kamailio/commit/6c1ec5fd0bb9abcfefd14a46ad3801cfb2ba36a3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-12T16:24:30+02:00 textops: new function

Re: [sr-dev] [kamailio/kamailio] RPC command stats.get_statistics randomly reporting 9223372036854776000 for current active/early dialogs (#1591)

2018-07-12 Thread Daniel-Constantin Mierla
To clarify: some wrong value is returned, but afterwards it comes back to good values? Is it always the same wrong value? -- 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] RPC command stats.get_statistics randomly reporting 9223372036854776000 for current active/early dialogs (#1591)

2018-07-12 Thread Julien Chavanton
Hi Joel, There was recently a little fix on initializing the counter from database. But this fix it is not in 5.1.4 anyway since the release was create June 5 and the fix was merged Could you try to isolate where the regression was introduced by building different version doing a checkout

Re: [sr-dev] [kamailio/kamailio] RPC command stats.get_statistics randomly reporting 9223372036854776000 for current active/early dialogs (#1591)

2018-07-12 Thread Joel Serrano
I updated the issue as I think this might not be related to KEX module and more with DIALOG module. As I'm not sure, I'm not specifying in the topic. -- 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:48524f0c: permissions: exported allow_address_group() to kemi framework

2018-07-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 48524f0ce8934c4f6a46b38a1af1fff92078eb3d URL: https://github.com/kamailio/kamailio/commit/48524f0ce8934c4f6a46b38a1af1fff92078eb3d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-12T15:58:13+02:00 permissions: exported

Re: [sr-dev] [kamailio/kamailio] app_lua : fixing bug for setting set SR lib version for lua 52 (#1590)

2018-07-12 Thread Daniel-Constantin Mierla
Merged #1590. -- 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/pull/1590#event-1730353713___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:e7734e60: Merge pull request #1590 from surendratiwari3/app_lua_child_fix

2018-07-12 Thread GitHub
Module: kamailio Branch: master Commit: e7734e604fc7b0e6cc24454b53c9670c91ce5c05 URL: https://github.com/kamailio/kamailio/commit/e7734e604fc7b0e6cc24454b53c9670c91ce5c05 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-07-12T15:47:09+02:00 Merge pull request #1590 from

[sr-dev] git:master:ea390d69: app_lua: fixing bug for setting global table lua

2018-07-12 Thread surendratiwari3
Module: kamailio Branch: master Commit: ea390d69d946314f93bfeeef77b4421f0c04cba3 URL: https://github.com/kamailio/kamailio/commit/ea390d69d946314f93bfeeef77b4421f0c04cba3 Author: surendratiwari3 Committer: surendratiwari3 Date: 2018-07-12T13:07:09Z app_lua: fixing bug for setting global table

Re: [sr-dev] [kamailio/kamailio] app_lua : fixing bug for setting set SR lib version for lua 52 (#1590)

2018-07-12 Thread Daniel-Constantin Mierla
Thanks, merging! -- 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/pull/1590#issuecomment-404517769___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] app_lua : fixing bug for setting set SR lib version for lua 52 (#1590)

2018-07-12 Thread Surendra Tiwari
Thanks miconda. for next commit i will keep this in mind. i have changed the commit message as you requested. -- 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] app_lua : fixing bug for setting set SR lib version for lua 52 (#1590)

2018-07-12 Thread Daniel-Constantin Mierla
The commit message is not prefixed with the module name -- that is the important one, not the PR title. Redo the commit message and then it can be merged. -- 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] nathelper always sends SIP pings when ping_nated_only is set to 0 (#1587)

2018-07-12 Thread Sebastian Damm
Closed #1587. -- 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/1587#event-1729668881___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] nathelper always sends SIP pings when ping_nated_only is set to 0 (#1587)

2018-07-12 Thread Sebastian Damm
Hi Daniel, thanks for the quick fix. I just backported those two patches from yesterday and the affected loadbalancers immediately stopped sending out OPTIONS and started sending out 4 bytes packets instead. From my point of view everything is working again as expected. I agree, that the

[sr-dev] git:master:caaef045: permissions: Improve From pattern matching in kamailio permissions module

2018-07-12 Thread Roman Romanchenko
Module: kamailio Branch: master Commit: caaef0457e3c5e061ee961588394a1105e0c5850 URL: https://github.com/kamailio/kamailio/commit/caaef0457e3c5e061ee961588394a1105e0c5850 Author: Roman Romanchenko Committer: Roman Romanchenko Date: 2018-07-11T11:17:49+03:00 permissions: Improve From pattern