Re: [sr-dev] [kamailio/kamailio] json_pua: new module (#1408)

2018-01-24 Thread Daniel-Constantin Mierla
Thanks, sounds interesting, but I have couple of observations: * the module should be named **pua_json** -- being related to presence services, we put first the services group token (see how are the other modules are named, like: presence_*, pua_*, db_*, ndb_*) * there are a lot of

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

2018-01-24 Thread Dmitri Savolainen
It woks just according to: "i can dump the same big htable via jsonrpcs/tcp with this patch, and can't without it". In my mind we have to check already "queued" length, not "queued+size", but as mensioned before my understanding of these parameters is superficial -- You are receiving this

Re: [sr-dev] [kamailio/kamailio] presence: dmq integration (#1402)

2018-01-24 Thread Charles Chance
@charlesrchance pushed 2 commits. 125759a Revert "kamctl: regenerated db scripts to include presentity ruid column" 125fcf5 kamctl: regenerated db scripts to include presentity ruid column -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] [kamailio/kamailio] json_pua: new module (#1408)

2018-01-24 Thread Emmanuel Schmidbauer
this module adds a new function `json_pua_publish()` which allows json data objects to be parsed and inserted into the presentity table. the function is borrowed from the nsq and kazoo modules. it allows presence to be controlled without loading the nsq or kazoo modules. this can be quite

[sr-dev] Errored: kamailio/kamailio#5422 (master - 64303a9)

2018-01-24 Thread Travis CI
Build Update for kamailio/kamailio - Build: #5422 Status: Errored Duration: 10 minutes and 50 seconds Commit: 64303a9 (master) Author: Daniel-Constantin Mierla Message: nathelper: add_rcv_param() - do not enclose to double quotes if URI param - restrict

Re: [sr-dev] [kamailio/kamailio] nathelper: correct Contact received param (#1203)

2018-01-24 Thread Daniel-Constantin Mierla
I pushed a patch to make it compliant with SIP specs by not having the value enclosed in quotes when adding it to Contact URI, but that introduced a restriction to be used only for UDP traffic, otherwise there will be two contact parameters. I added notes in the docs for it. -- You are

Re: [sr-dev] [kamailio/kamailio] nathelper: correct Contact received param (#1203)

2018-01-24 Thread Daniel-Constantin Mierla
Closed #1203. -- 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/1203#event-1439250342___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:44dc6caa: modules: readme files regenerated - nathelper ... [skip ci]

2018-01-24 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 44dc6caa2b0ff5ac17d5ae14830feae6d8f9ebd7 URL: https://github.com/kamailio/kamailio/commit/44dc6caa2b0ff5ac17d5ae14830feae6d8f9ebd7 Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:64303a93: nathelper: add_rcv_param() - do not enclose to double quotes if URI param

2018-01-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 64303a9398afe65d65cf35489c04e725689a5da2 URL: https://github.com/kamailio/kamailio/commit/64303a9398afe65d65cf35489c04e725689a5da2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:08df9d1b: nathelper: fixed interpretation of flags param for add_rcv_param()

2018-01-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 08df9d1b11ff3fcfe241ce179560431145be8216 URL: https://github.com/kamailio/kamailio/commit/08df9d1b11ff3fcfe241ce179560431145be8216 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] http_async_client: memory mismanagement (#1407)

2018-01-24 Thread Dragos Oancea
is it possible is being set to NULL before headers.t being freed in some case ? I noticed there are checks inside set_query_params() for other already allocated memory buffers . It's crashing randomly at startup, in this scenario, I dont have backtraces anymore. -- You are receiving this

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

2018-01-24 Thread Daniel-Constantin Mierla
After first review, the patch is not correct, because the size of the data to be added in the connection queue results in going over the limit of `tcpconn_wq_max` (corresponding to config parameter `tcp_conn_wq_max`). If you have a different opinion, can you provide more details about how you

[sr-dev] git:master:f540ff43: modules: readme files regenerated - json ... [skip ci]

2018-01-24 Thread Kamailio Dev
Module: kamailio Branch: master Commit: f540ff43e52696ad3f21edc8188cf2ddc62686bc URL: https://github.com/kamailio/kamailio/commit/f540ff43e52696ad3f21edc8188cf2ddc62686bc Author: Kamailio Dev Committer: Kamailio Dev Date:

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

2018-01-24 Thread Daniel-Constantin Mierla
Closed #1038. -- 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/1038#event-1439006772___ Kamailio (SER) - Development Mailing List

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

2018-01-24 Thread Daniel-Constantin Mierla
Closing - topos got a lot of fixes and new code, if there is still an issue, open a new one and attach the logs using current master branch. -- 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] topos and dialog timeout conflict (#1216)

2018-01-24 Thread Daniel-Constantin Mierla
Closed #1216. -- 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/1216#event-1439003703___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] carrierroute: cr.dump_routes prints error or hangs after over 100 prefixes (#1304)

2018-01-24 Thread Daniel-Constantin Mierla
Reopen if still an issue after playing with debug=3 and larger buffers (no follow up after quite some time). -- 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] carrierroute: cr.dump_routes prints error or hangs after over 100 prefixes (#1304)

2018-01-24 Thread Daniel-Constantin Mierla
Closed #1304. -- 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/1304#event-143928___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] http_async_client crash in 5.0.5 (does not crash in 5.0.4) (#1400)

2018-01-24 Thread Daniel-Constantin Mierla
Closed #1400. -- 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/1400#event-1438995614___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] json: add transformation (#1404)

2018-01-24 Thread Daniel-Constantin Mierla
Merged #1404. -- 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/1404#event-1438994162___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] http_async_client crash in 5.0.5 (does not crash in 5.0.4) (#1400)

2018-01-24 Thread Daniel-Constantin Mierla
Reopen if not fixed as pointed by previous comment. -- 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/1400#issuecomment-360058376___

[sr-dev] git:master:12f6992b: json: add transformation

2018-01-24 Thread Emmanuel Schmidbauer
Module: kamailio Branch: master Commit: 12f6992bfaf833179f826033102054ad984f22e1 URL: https://github.com/kamailio/kamailio/commit/12f6992bfaf833179f826033102054ad984f22e1 Author: Emmanuel Schmidbauer Committer: Emmanuel Schmidbauer Date:

[sr-dev] git:master:9d8e9574: Merge pull request #1404 from kamailio/json-transformation

2018-01-24 Thread GitHub
Module: kamailio Branch: master Commit: 9d8e957419f36b5ca11144b6f52f005a2b04ef43 URL: https://github.com/kamailio/kamailio/commit/9d8e957419f36b5ca11144b6f52f005a2b04ef43 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-01-24T09:35:59+01:00

[sr-dev] Errored: kamailio/kamailio#5420 (master - e62fa8f)

2018-01-24 Thread Travis CI
Build Update for kamailio/kamailio - Build: #5420 Status: Errored Duration: 11 minutes and 17 seconds Commit: e62fa8f (master) Author: Daniel-Constantin Mierla Message: sipt: Makefile - define KAMAILIO_MOD_INTERFACE View the changeset:

[sr-dev] git:master:e62fa8f7: sipt: Makefile - define KAMAILIO_MOD_INTERFACE

2018-01-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e62fa8f7813a0d22f4db30a99bcee541103f21b3 URL: https://github.com/kamailio/kamailio/commit/e62fa8f7813a0d22f4db30a99bcee541103f21b3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:22421845: cnxcc: Makefile - define KAMAILIO_MOD_INTERFACE

2018-01-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 22421845cfcc0eab194ac510bfc378f72765a059 URL: https://github.com/kamailio/kamailio/commit/22421845cfcc0eab194ac510bfc378f72765a059 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:cd0e1bd2: janssonrpcc: Makefile - define KAMAILIO_MOD_INTERFACE

2018-01-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cd0e1bd26cc31c001707ce98d084310979071fb0 URL: https://github.com/kamailio/kamailio/commit/cd0e1bd26cc31c001707ce98d084310979071fb0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:86589cdd: jansson: Makefile - define KAMAILIO_MOD_INTERFACE

2018-01-24 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 86589cdda4f5390099165670d68d49f5c8b44af1 URL: https://github.com/kamailio/kamailio/commit/86589cdda4f5390099165670d68d49f5c8b44af1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: