[sr-dev] [kamailio/kamailio] Update jansson_path.c (#959)

2017-01-30 Thread Vasiliy Ganchev
Hi Daniel, community! in case of build on old debian (e.g. lenny) - statically linked libjansson has to be used, as a result build throw errors, cos libjansson has functions with the same names proposed changes - fixed issues that I have with build on lenny You can view, comment on, or merge

[sr-dev] Build failed in Jenkins: kamailio44-nightly-source » trusty,master #74

2017-01-30 Thread jenkins
https://kamailio.sipwise.com/job/kamailio44-nightly-source/distribution=trusty,label=master/74/-- Started by upstream project "kamailio44-nightly-source" build number 74 originally caused by: Started by an SCM change Building on master in workspace

Re: [sr-dev] [kamailio/kamailio] travis: use kamailio/pkg-kamailio-docker (#956)

2017-01-30 Thread Victor Seva
Merged #956. -- 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/956#event-942132030___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:6dd8bfac: travis: use kamailio/pkg-kamailio-docker

2017-01-30 Thread Victor Seva
Module: kamailio Branch: master Commit: 6dd8bface819b175db84728bfd4ceb9407d5e550 URL: https://github.com/kamailio/kamailio/commit/6dd8bface819b175db84728bfd4ceb9407d5e550 Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] kazoo: compiler warning: ‘json_obj’ may be used uninitialized in this function [-Wuninitialized] (#954)

2017-01-30 Thread Ovidiu Sas
Closed #954. -- 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/954#event-942011437___ sr-dev mailing list sr-dev@lists.sip-router.org

git:4.4:76765a2e: kazoo: fix compiler warning: ‘json_obj’ may be used uninitialized in this function [-Wuninitialized]

2017-01-30 Thread Ovidiu Sas
Module: kamailio Branch: 4.4 Commit: 76765a2e5ca9649d19c3b49a5122e4eaa68e8778 URL: https://github.com/kamailio/kamailio/commit/76765a2e5ca9649d19c3b49a5122e4eaa68e8778 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2017-01-30T15:26:30-05:00 kazoo:

git:master:96203c3a: ims_dialog: fix warning: ‘dlg_terminated_confirmed’ defined but not used [-Wunused-function]

2017-01-30 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 96203c3a6ae56987c2020c8d1c4d95f5f7959a43 URL: https://github.com/kamailio/kamailio/commit/96203c3a6ae56987c2020c8d1c4d95f5f7959a43 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2017-01-30T15:18:59-05:00

Re: [sr-dev] [kamailio/kamailio] openssl-1.1.0c: build errors on sid/stretch (#958)

2017-01-30 Thread Victor Seva
Closed #958. -- 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/958#event-941782839___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] openssl-1.1.0c: build errors on sid/stretch (#958)

2017-01-30 Thread Victor Seva
fixed by c293df833 -- 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/958#issuecomment-276139742___ sr-dev mailing list

[sr-dev] git:master:c293df83: pkg/kamailio/deb: fix missing new dependency for stretch/sid

2017-01-30 Thread Victor Seva
Module: kamailio Branch: master Commit: c293df8335f43780c6bb0dd22750a038f8daa4f8 URL: https://github.com/kamailio/kamailio/commit/c293df8335f43780c6bb0dd22750a038f8daa4f8 Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] openssl-1.1.0c: build errors on sid/stretch (#958)

2017-01-30 Thread Victor Seva
seems like libssl-dev now is missing from the list of dependencies, fixing. -- 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] openssl-1.1.0c: build errors on sid/stretch (#958)

2017-01-30 Thread Daniel-Constantin Mierla
Is libssl installed from source? I see /usr/local/ssl/include in the include path for gcc. Can you list the content of that folder? Maybe they changed the path and they don't have anymore the pattern like -- You are receiving this because you are subscribed to this thread. Reply to this

[sr-dev] [kamailio/kamailio] openssl-1.1.0c: build errors on sid/stretch (#958)

2017-01-30 Thread Victor Seva
``` apt-cache policy openssl openssl: Installed: 1.1.0c-2 Candidate: 1.1.0c-2 Version table: *** 1.1.0c-2 100 100 /var/lib/dpkg/status ``` ``` make every-module group_include="ktls" make[1]: Entering directory '/code' make -C src/ every-module make[2]: Entering directory

Re: [sr-dev] [kamailio/kamailio] openssl-1.1.0c: build errors on sid/stretch (#958)

2017-01-30 Thread Victor Seva
checking build dependencies -- 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/958#issuecomment-276131242___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] openssl-1.1.0c: build errors on sid/stretch (#958)

2017-01-30 Thread Victor Seva
this is trunk but this has been reported for 4.4 at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852905 ``` During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -fPIC -DPIC -funroll-loops -Wcast-align -m64 -minline-all-stringops

[sr-dev] git:master:cdf2976b: db_text: close file stream in case of error reading table file

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cdf2976b856d63b07ed80d64d37626e1c7031b30 URL: https://github.com/kamailio/kamailio/commit/cdf2976b856d63b07ed80d64d37626e1c7031b30 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:83b0afa5: speeddial: incremed nr_keys after strip operation

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 83b0afa5d43bf7c6e4f0c22adbb211bef8593062 URL: https://github.com/kamailio/kamailio/commit/83b0afa5d43bf7c6e4f0c22adbb211bef8593062 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:d41fa549: ims_dialog: init vars to avoid compile warnings

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d41fa549f56efb0674f4b35719a3c33d255a992c URL: https://github.com/kamailio/kamailio/commit/d41fa549f56efb0674f4b35719a3c33d255a992c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:5591d9c9: pipelimit: close file stream in case of error in get cpu

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5591d9c908d3f55898d4cc810663654f1f289806 URL: https://github.com/kamailio/kamailio/commit/5591d9c908d3f55898d4cc810663654f1f289806 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:c881ab1a: drouting: check return of get_node_index() to avoid negative index

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c881ab1aaa51b2040b7479da57eba33d0ee7d8e3 URL: https://github.com/kamailio/kamailio/commit/c881ab1aaa51b2040b7479da57eba33d0ee7d8e3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:35037a00: jsonrpcs: close file for nice cleanup if fifo server fails to be initialized

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 35037a00457c80d61b136510a362b36c7a5f90c0 URL: https://github.com/kamailio/kamailio/commit/35037a00457c80d61b136510a362b36c7a5f90c0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:a473811c: ipops: avoid out of range index when sorting srv pv

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a473811c163071fbce5b0eb4b25ee77248234ad1 URL: https://github.com/kamailio/kamailio/commit/a473811c163071fbce5b0eb4b25ee77248234ad1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:f6da027c: cfgt: check first out of range index

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f6da027c4701fa1de02cf49bb1c4528849d052a9 URL: https://github.com/kamailio/kamailio/commit/f6da027c4701fa1de02cf49bb1c4528849d052a9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] travis: use kamailio/pkg-kamailio-docker (#956)

2017-01-30 Thread Victor Seva
BTW the idea is to support several versions using branches at [kamailio/pkg-kamailio-docker](https://github.com/kamailio/pkg-kamailio-docker) and ${VERSION}-${DIST} for docker tags like: kamailio/pkg-kamailio-docker:dev-stretch or kamailio/pkg-kamailio-docker:4.4-jessie -- You are receiving

Re: [sr-dev] [kamailio/kamailio] travis: use kamailio/pkg-kamailio-docker (#956)

2017-01-30 Thread Victor Seva
JFTR, I'm fixing the build process here and at [kamailio/pkg-kamailio-docker](https://github.com/kamailio/pkg-kamailio-docker) so there will be no merge until travis-ci works. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:d81a8fcb: pkg/kamailio/deb: use default-libmysqlclient-dev/default-mysql-client

2017-01-30 Thread Victor Seva
Module: kamailio Branch: master Commit: d81a8fcbc6183b5474d2d9315ad72fa342c30cf1 URL: https://github.com/kamailio/kamailio/commit/d81a8fcbc6183b5474d2d9315ad72fa342c30cf1 Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Federico Cabiddu
Merged #955. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/955#event-941479429___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:c7212940: Merge pull request #955 from grumvalski/serial_suspend

2017-01-30 Thread GitHub
Module: kamailio Branch: master Commit: c7212940b7bddd296475fe62fac7f1bda61cc74e URL: https://github.com/kamailio/kamailio/commit/c7212940b7bddd296475fe62fac7f1bda61cc74e Author: Federico Cabiddu Committer: GitHub Date: 2017-01-30T16:12:59+01:00

[sr-dev] git:master:f81149d8: tm: reset T_ASYNC_CONTINUE flag in t_suspend

2017-01-30 Thread grumvalski
Module: kamailio Branch: master Commit: f81149d820246242db0e48f32948784b9db4ce82 URL: https://github.com/kamailio/kamailio/commit/f81149d820246242db0e48f32948784b9db4ce82 Author: grumvalski Committer: grumvalski Date:

Re: [sr-dev] [kamailio/kamailio] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Federico Cabiddu
Thanks, should I backport it too? On Mon, Jan 30, 2017 at 4:06 PM, Daniel-Constantin Mierla < notificati...@github.com> wrote: > It's a bit foggy the purpose right now, or better said the duration when > that flag is needed. I didn't have the time to dig into it too much and > don't remember the

Re: [sr-dev] [kamailio/kamailio] travis: use kamailio/pkg-kamailio-docker (#956)

2017-01-30 Thread Daniel-Constantin Mierla
Should be ok to be merged, but I see that clang test for travis-ci failed. -- 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] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Daniel-Constantin Mierla
It's a bit foggy the purpose right now, or better said the duration when that flag is needed. I didn't have the time to dig into it too much and don't remember the full purpose for it right now. I expected to be related to the fact of choosing the final response while a suspended branch is

Re: [sr-dev] [kamailio/kamailio] db_mysql: Let the database convert the timestamp (#957)

2017-01-30 Thread Alexandr Dubovikov
@miconda you are right, https://github.com/kamailio/kamailio/blob/master/src/lib/srdb1/db_ut.c#L211-L237 db_str2time expects the "original timestamp" in the kamailio's timezone. @zecke can you please make it configurable ? -- You are receiving this because you are subscribed to this

Re: [sr-dev] [kamailio/kamailio] db_mysql: Let the database convert the timestamp (#957)

2017-01-30 Thread Alexandr Dubovikov
for me it's ok @miconda ? -- 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/957#issuecomment-276068535___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Federico Cabiddu
Thinking it better, wouldn't moving the flag reset at the end of t_continue make the check in t_reply useless? I have to admit that I don't fully understand that check anyway :) On Mon, Jan 30, 2017 at 1:21 PM, Federico Cabiddu wrote: > You're right, I'll try this 2nd

Re: [sr-dev] [kamailio/kamailio] db_mysql: Let the database convert the timestamp (#957)

2017-01-30 Thread Holger Freyther
@adubovikov -- 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/957#issuecomment-276066955___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio/kamailio] db_mysql: Let the database convert the timestamp (#957)

2017-01-30 Thread Holger Freyther
Instead of using the time2str routines that go through timezone conversion in kamailio, let MySQL do it. This helps with the sipcapture module in case the system time is CET but the database is operated in UTC. In these cases the micro_ts and date columns would be offseted by the timezone

[sr-dev] git:master:02cca18d: pkg/kamailio/deb: remove dnssec from stretch/sid due #851

2017-01-30 Thread Victor Seva
Module: kamailio Branch: master Commit: 02cca18d4c39797c82715a90a781afb1157253bd URL: https://github.com/kamailio/kamailio/commit/02cca18d4c39797c82715a90a781afb1157253bd Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] [kamailio/kamailio] travis: use kamailio/pkg-kamailio-docker (#956)

2017-01-30 Thread Victor Seva
* move away from my own personal pkg-kamailio-docker repo. * use the one controlled by the project so not just me is able to contribute You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/956 -- Commit Summary -- * travis: use

[sr-dev] git:master:4d128677: corex: close fd if ftell() fails inside file_read()

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4d128677eeaed3ec3a4dfea88ee16767bf2552a7 URL: https://github.com/kamailio/kamailio/commit/4d128677eeaed3ec3a4dfea88ee16767bf2552a7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Federico Cabiddu
You're right, I'll try this 2nd approach. On Mon, Jan 30, 2017 at 1:19 PM, Daniel-Constantin Mierla < notificati...@github.com> wrote: > Unless you think it should be better to be reset when t_continue() is > finished instead of inside t_suspend(), you can merge it. > > — > You are receiving

Re: [sr-dev] [kamailio/kamailio] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Daniel-Constantin Mierla
Unless you think it should be better to be reset when t_continue() is finished instead of inside t_suspend(), you can merge it. -- 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:05481295: jsonrpc: init len variable to avoid invalid usage

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 054812952fa9e006b39d604535833c18f4fdada5 URL: https://github.com/kamailio/kamailio/commit/054812952fa9e006b39d604535833c18f4fdada5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Federico Cabiddu
Currently it's only used in that t_reply check. On Mon, Jan 30, 2017 at 1:01 PM, Daniel-Constantin Mierla < notificati...@github.com> wrote: > Probably it's ok -- couldn't see a side effect right now. Is it > tested/used anywhere else than src/modules/tm/t_reply.c:1123? > > — > You are receiving

Re: [sr-dev] [kamailio/kamailio] tm: reset T_ASYNC_CONTINUE flag in t_suspend (#955)

2017-01-30 Thread Daniel-Constantin Mierla
Probably it's ok -- couldn't see a side effect right now. Is it tested/used anywhere else than src/modules/tm/t_reply.c:1123? -- 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:d7b30d21: http_async_client: memset query_params to 0

2017-01-30 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d7b30d21004166a00d3674ef172bcebb9ae34a97 URL: https://github.com/kamailio/kamailio/commit/d7b30d21004166a00d3674ef172bcebb9ae34a97 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: