Re: [sr-dev] [kamailio/kamailio] cfg_rpc updates changing variable values to large random numbers (#1583)

2018-07-06 Thread vinesinha
enclosing the structure in pragma block set the sizeof(cfg_block_t) to 5. After this, the bug also stopped occurring but that could just be co-incidental. Could you explain why sizeof(cfg_block_t) = 8 fails and sizeof(cfg_block_t) = 5 works ? -- You are receiving this because you are

[sr-dev] git:master:4c52bd84: pv: new class of variables - $ksr(attr)

2018-07-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4c52bd84068ca48a09bc971f32fdf028a889ee96 URL: https://github.com/kamailio/kamailio/commit/4c52bd84068ca48a09bc971f32fdf028a889ee96 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-06T16:01:18+02:00 pv: new class of

[sr-dev] git:master:7c1b33cf: mohqueue: replaced SER_VER with VERSIONVAL

2018-07-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7c1b33cfdc8f2c613644d561dc3738c697217efb URL: https://github.com/kamailio/kamailio/commit/7c1b33cfdc8f2c613644d561dc3738c697217efb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-06T15:18:00+02:00 mohqueue: replaced

[sr-dev] git:master:df947964: Makefile.defs: renamed define name SER_VER to VERSIONVAL

2018-07-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: df9479643d43adf7a657a6b39371142d1d8a702e URL: https://github.com/kamailio/kamailio/commit/df9479643d43adf7a657a6b39371142d1d8a702e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-06T15:15:05+02:00 Makefile.defs:

Re: [sr-dev] [kamailio/kamailio] tcp: correct queued length checking (#1376)

2018-07-06 Thread Dmitri Savolainen
here is minimal config for current master [kamailio.txt](https://github.com/kamailio/kamailio/files/2170252/kamailio.txt) here is sql script for load data [big_htable_create.txt](https://github.com/kamailio/kamailio/files/2170253/big_htable_create.txt) how to reproduce ``` [snen@sw5 kamailio]#

Re: [sr-dev] [kamailio/kamailio] tcp: correct queued length checking (#1376)

2018-07-06 Thread Daniel-Constantin Mierla
Resuming on this one: maybe you can describe here how this can be reproduced, eventually provide a minimal kamailio.cfg as well as some scripts to do it and we can analyse if it is expected behaviour or not. -- You are receiving this because you are subscribed to this thread. Reply to this

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

2018-07-06 Thread Daniel-Constantin Mierla
I do not see any new relevant information attached here, have you run with valgrind as I metioned in my previous comment? It should give the report if there are leaks for system memory. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [sr-dev] [kamailio/kamailio] core/parser:parse_headers error. (#1582)

2018-07-06 Thread Daniel-Constantin Mierla
Can you provide a pcap file with such a message? Without seeing the input, it is hard to guess what happened there. -- 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] cfg_rpc updates changing variable values to large random numbers (#1583)

2018-07-06 Thread Daniel-Constantin Mierla
Can you enclose the structure between: ``` #pragma pack(push, 1) ... #pragma pack(pop) ``` and try again? -- 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:b1cfec77: modules: readme files regenerated - uac ... [skip ci]

2018-07-06 Thread Kamailio Dev
Module: kamailio Branch: master Commit: b1cfec77e66cb0221dca4c6acea4d3fbb26e0f97 URL: https://github.com/kamailio/kamailio/commit/b1cfec77e66cb0221dca4c6acea4d3fbb26e0f97 Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-07-06T10:32:09+02:00 modules: readme files regenerated - uac ...

[sr-dev] git:master:d369e0dc: uac: documentation for uac_reg_refresh()

2018-07-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d369e0dc61148937a7f565e5b9fbb3d93d6397ac URL: https://github.com/kamailio/kamailio/commit/d369e0dc61148937a7f565e5b9fbb3d93d6397ac Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-06T10:25:55+02:00 uac: documentation

[sr-dev] git:master:f5628c8c: uac: exported cfg function uac_reg_refresh(luuid)

2018-07-06 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f5628c8cb2d0d0603d56487ce47350914869ec1e URL: https://github.com/kamailio/kamailio/commit/f5628c8cb2d0d0603d56487ce47350914869ec1e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-07-06T10:21:27+02:00 uac: exported cfg