[sr-dev] git:master:da07cc8c: pv: coherent whitespacing and indentation for pv time code

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: da07cc8c724724d89dfe02bbe8a980f241afc582 URL: https://github.com/kamailio/kamailio/commit/da07cc8c724724d89dfe02bbe8a980f241afc582 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-24T08:18:18+02:00 pv: coherent whitespac

[sr-dev] git:master:13f34f0e: htable: removed useless mode param from ht_cell_value_add()

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 13f34f0effc936030baf82bbdd10285b98d6d790 URL: https://github.com/kamailio/kamailio/commit/13f34f0effc936030baf82bbdd10285b98d6d790 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-24T08:18:18+02:00 htable: removed useles

[sr-dev] git:master:8ce1bcd5: htable: map $shtrecord() inner names over integer ids

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8ce1bcd52cd5117f920acce5f78683e974d4a3a4 URL: https://github.com/kamailio/kamailio/commit/8ce1bcd52cd5117f920acce5f78683e974d4a3a4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-24T08:18:18+02:00 htable: map $shtrecord

Re: [sr-dev] list of listeners with ports and advertisements

2017-06-23 Thread Daniel-Constantin Mierla
Hello, if you use jsonrpcs, there is a functions that you can use to execute RPC commands from kamailio.cfg and you will get the result as a json document that you can parse using jansson (or json) module. There is a rpc command to get listen sockets. If you prefer to add some pv, I would not i

[sr-dev] list of listeners with ports and advertisements

2017-06-23 Thread Luis Azedo
Hi, i don't think we can access this info at runtime from the script and i was thinking of implementing it. we have a timer proc that runs a script block and we need to access this info from that script. i'm think in adding a (maybe configurable name?) xavp with that info that would be avai

[sr-dev] git:master:f18da4c9: kazoo: use hardcoded max size of routing key

2017-06-23 Thread lazedo
Module: kamailio Branch: master Commit: f18da4c9d6cc8d1ab061d68cbd8e9d988ebf2be6 URL: https://github.com/kamailio/kamailio/commit/f18da4c9d6cc8d1ab061d68cbd8e9d988ebf2be6 Author: lazedo Committer: lazedo Date: 2017-06-23T21:18:13+01:00 kazoo: use hardcoded max size of routing key --- Modifie

[sr-dev] git:master:56e07cf2: kazoo: max size of routing key

2017-06-23 Thread lazedo
Module: kamailio Branch: master Commit: 56e07cf2bb281d0aa78517e919055de640468020 URL: https://github.com/kamailio/kamailio/commit/56e07cf2bb281d0aa78517e919055de640468020 Author: lazedo Committer: lazedo Date: 2017-06-23T21:09:54+01:00 kazoo: max size of routing key --- Modified: src/modules

Re: [sr-dev] [kamailio/kamailio] Segfault when calling $sel(cfg_get...) (#1159)

2017-06-23 Thread Daniel-Constantin Mierla
Is it crashing only for `config.foo` or any name for such variable? Can you try to add ` desc "..."` after the value of the variable and see if same issue? Such variables were used for very long time, should be some specific case that reveals such issue. -- You are receiving this because you a

Re: [sr-dev] [kamailio/kamailio] Dispatcher destination attribute "socket" does not always work (#1161)

2017-06-23 Thread Daniel-Constantin Mierla
Indeed, it seems to be an issue using strtol() there. It has to be changed to str2int() from ut.h. If no one is faster, I will push a patch soon. -- 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/ka

Re: [sr-dev] [kamailio/kamailio] presence: subsription double delete fix (#1163)

2017-06-23 Thread Daniel-Constantin Mierla
Thanks! -- 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/1163#issuecomment-310722401___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] presence: subsription double delete fix (#1163)

2017-06-23 Thread Daniel-Constantin Mierla
Merged #1163. -- 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/1163#event-1136823422___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:8e185ddf: presence: subsription double delete fix

2017-06-23 Thread Dmitri Savolainen
Module: kamailio Branch: master Commit: 8e185ddf8e81af8d6283a87ec95116965235752a URL: https://github.com/kamailio/kamailio/commit/8e185ddf8e81af8d6283a87ec95116965235752a Author: Dmitri Savolainen Committer: Dmitri Savolainen Date: 2017-06-23T18:57:00+03:00 presence: subsription double delete

[sr-dev] git:master:1b56c964: Merge pull request #1163 from snen/presence_subcribe_delete_error

2017-06-23 Thread GitHub
Module: kamailio Branch: master Commit: 1b56c96487d0788a0cbb21da71589f7d8314e7f8 URL: https://github.com/kamailio/kamailio/commit/1b56c96487d0788a0cbb21da71589f7d8314e7f8 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-06-23T19:12:38+02:00 Merge pull request #1163 from snen/prese

Re: [sr-dev] [kamailio/kamailio] htable race condition on expired keys (#1152)

2017-06-23 Thread Daniel-Constantin Mierla
Digging further I found that the handling of expired records on get/add operations was resulting in accessing the item again, after it was freed, in the case the item was accessed from event route. In your case it was exposed by: * https://github.com/2600hz/kazoo-configs-kamailio/blob/master/

[sr-dev] [kamailio/kamailio] to tags generation (#1164)

2017-06-23 Thread Dmitri Savolainen
### Description Not shure is this relevant issue. according to rfc3261: > When a tag is generated by a UA for insertion into a request or >response, it MUST be globally unique and cryptographically random >with at least 32 bits of randomness. Kamailio has 16 instead and distribution is no

[sr-dev] git:master:4514c918: htable: do not call expired event route on get/add operations

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4514c91883d67ee062582aed7b414633609cf6ac URL: https://github.com/kamailio/kamailio/commit/4514c91883d67ee062582aed7b414633609cf6ac Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-23T18:25:32+02:00 htable: do not call ex

[sr-dev] [kamailio/kamailio] presence: subsription double delete fix (#1163)

2017-06-23 Thread Dmitri Savolainen
i have timeout_rm_subs=1 (as default) and It was a lot of messages in kamailio.log like this `Jun 23 12:08:56 kamailio[8366] ERROR: presence [subscribe.c:487]: delete_subs(): Failed to delete subscription from memory [slot: 255 ev: sip:2579*109@host pu: presence ci: 08f29987584a4e47b12110ff09e

[sr-dev] Kamailio v4.3.7 Released

2017-06-23 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.3.7 stable release is out. This is a maintenance release of an old stable branch, 4.3, that includes fixes since release of v4.3.6. There is no change to database schema or configuration language structure that you have to do on installations of v4.3.x. Important no

[sr-dev] git:master:fec6764a: modules: readme files regenerated - xhttp ... [skip ci]

2017-06-23 Thread Kamailio Dev
Module: kamailio Branch: master Commit: fec6764a6fae602b80b114235e8b5426fac81abc URL: https://github.com/kamailio/kamailio/commit/fec6764a6fae602b80b114235e8b5426fac81abc Author: Kamailio Dev Committer: Kamailio Dev Date: 2017-06-23T13:16:24+02:00 modules: readme files regenerated - xhttp ...

[sr-dev] git:master:1abb2fb0: xhttp: fixed the docbook format

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1abb2fb0e05b90128a4be4314d5845ce3c1dee66 URL: https://github.com/kamailio/kamailio/commit/1abb2fb0e05b90128a4be4314d5845ce3c1dee66 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-23T13:11:25+02:00 xhttp: fixed the docbo

[sr-dev] git:4.3:78868488: ChangeLog: content updated for v4.3.7

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 78868488f8c6f16b62beb5633d903e685e54c37a URL: https://github.com/kamailio/kamailio/commit/78868488f8c6f16b62beb5633d903e685e54c37a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-23T12:54:19+02:00 ChangeLog: content update

[sr-dev] git:4.3:4301d7fb: Makefile.defs: version set to 4.3.7

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 4301d7fb6d6045d9588cd5f1026813ba7b14d06c URL: https://github.com/kamailio/kamailio/commit/4301d7fb6d6045d9588cd5f1026813ba7b14d06c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-23T12:43:11+02:00 Makefile.defs: version se

[sr-dev] git:4.3:019bb934: pkg/kamailio/deb: update version to 4.3.7

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 019bb93431778395f6f000353fb2eaa29827c6d4 URL: https://github.com/kamailio/kamailio/commit/019bb93431778395f6f000353fb2eaa29827c6d4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-23T12:42:16+02:00 pkg/kamailio/deb: update

Re: [sr-dev] [kamailio/kamailio] app_lua: add "NOTICE" loglevel to sr.log (#1162)

2017-06-23 Thread Sebastian Damm
Okay, then I'll leave it there. I added a comment providing the information about a replacement in the future by KEMI. -- 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/1162#issuecomme

[sr-dev] git:4.3:32a82b78: pkg/rpm: version set to 4.3.7 in spec files

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 32a82b7849f35375fb89595f7a6c1c987b3e613f URL: https://github.com/kamailio/kamailio/commit/32a82b7849f35375fb89595f7a6c1c987b3e613f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-06-23T11:24:36+02:00 pkg/rpm: version set to 4

Re: [sr-dev] [kamailio/kamailio] app_lua: add "NOTICE" loglevel to sr.log (#1162)

2017-06-23 Thread Daniel-Constantin Mierla
Just backported it to 5.0. Feel free to add wiki pages for 5.0.x version -- just take the ones from devel and make a copy. I haven't spent much on it, as the plan is to have the kemi alternative replacing it sometime in the future (once proved to be better option) and no new features should be

[sr-dev] git:5.0:7f477020: app_lua: add "NOTICE" loglevel to sr.log

2017-06-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 7f477020368b0f42bfd053f8eb02441b323a610f URL: https://github.com/kamailio/kamailio/commit/7f477020368b0f42bfd053f8eb02441b323a610f Author: Sebastian Damm Committer: Daniel-Constantin Mierla Date: 2017-06-23T11:08:37+02:00 app_lua: add "NOTICE" loglevel to s

Re: [sr-dev] Releasing Kamailio v4.3.7

2017-06-23 Thread Daniel-Constantin Mierla
Hello, going to start packaging 4.3.7 very soon, if anyone needs to push anything to branch 4.3, write to sr-dev first. Cheers, Daniel On 22.06.17 08:26, Daniel-Constantin Mierla wrote: > Hello, > > I am planning to release Kamailio v4.3.7 very soon, likely tomorrow, > based on the last version

Re: [sr-dev] [kamailio/kamailio] app_lua: add "NOTICE" loglevel to sr.log (#1162)

2017-06-23 Thread Sebastian Damm
@miconda Can you backport that to 5.0, too? And is there a 5.0 equivalent to this page? https://www.kamailio.org/wiki/embeddedapi/4.0.x/lua I would add the new log level here: https://www.kamailio.org/wiki/embeddedapi/devel/lua -- You are receiving this because you are subscribed to this threa

[sr-dev] git:master:c2a27bc0: app_lua: add "NOTICE" loglevel to sr.log

2017-06-23 Thread Sebastian Damm
Module: kamailio Branch: master Commit: c2a27bc0875aaaec877c75e9b50fbf41011918b1 URL: https://github.com/kamailio/kamailio/commit/c2a27bc0875aaaec877c75e9b50fbf41011918b1 Author: Sebastian Damm Committer: Sebastian Damm Date: 2017-06-22T16:22:49+02:00 app_lua: add "NOTICE" loglevel to sr.log