[sr-dev] [kamailio/kamailio] presence: add new parameter `subscribe_expires_offset` (#654)

2016-06-03 Thread Emmanuel Schmidbauer
* defaults to 0 * adds X seconds to expires before being stored in htable or database * causes subscribes to not be removed prematurely You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/654 -- Commit Summary -- * presence: add new

[sr-dev] git:master:3724400d: test Adding test configuration starting point

2016-06-03 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 3724400d6eb0c9f67ce2c69200b9f5eae62b7385 URL: https://github.com/kamailio/kamailio/commit/3724400d6eb0c9f67ce2c69200b9f5eae62b7385 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-06-03T21:50:52+02:00

[sr-dev] git:master:6774d7ab: test Adding documentation on module test

2016-06-03 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 6774d7abf93bf8631c5bb498dc5158b9fbff247d URL: https://github.com/kamailio/kamailio/commit/6774d7abf93bf8631c5bb498dc5158b9fbff247d Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-06-03T21:27:26+02:00

[sr-dev] git:master:741dd5fc: Adding test modules for http_client API

2016-06-03 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 741dd5fcfdae254404440253eb1687c3ab303707 URL: https://github.com/kamailio/kamailio/commit/741dd5fcfdae254404440253eb1687c3ab303707 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-06-03T21:18:35+02:00

[sr-dev] git:master:3d5111e3: modules_ims: fix to ensure active media session stats are correctly decremented

2016-06-03 Thread Richard Good
Module: kamailio Branch: master Commit: 3d5111e38fa76fd13b0373ad6885769248e58e75 URL: https://github.com/kamailio/kamailio/commit/3d5111e38fa76fd13b0373ad6885769248e58e75 Author: Richard Good Committer: Richard Good Date:

Re: [sr-dev] [kamailio/kamailio] Free database column name as part of database result cleanup (#611)

2016-06-03 Thread William King
I'll update the patch and open a new PR when it's ready. --- 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/611#issuecomment-223570443___

Re: [sr-dev] [kamailio/kamailio] Free database column name as part of database result cleanup (#611)

2016-06-03 Thread William King
Closed #611. --- 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/611#event-681089393___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio/kamailio] build warnings (#653)

2016-06-03 Thread Victor Seva
``` CC (clang) [M db_berkeley.so] km_db_berkeley.o km_db_berkeley.c:486:58: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if ((ret = bdb_get_columns(_tbc->dtp, *_r, lres, _nc)) < 0)

[sr-dev] git:4.3:efe5903c: xmlrpc: remove redeclaration of snprintf and vsnprintf

2016-06-03 Thread Victor Seva
Module: kamailio Branch: 4.3 Commit: efe5903cd17de9c5d94610e2345254e347e3aeb0 URL: https://github.com/kamailio/kamailio/commit/efe5903cd17de9c5d94610e2345254e347e3aeb0 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.4:12b04801: xmlrpc: remove redeclaration of snprintf and vsnprintf

2016-06-03 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 12b0480169feab25ad68509c23f472155f10082b URL: https://github.com/kamailio/kamailio/commit/12b0480169feab25ad68509c23f472155f10082b Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] xmlrpc: remove redeclaration of snprintf and vsnprintf (#652)

2016-06-03 Thread Victor Seva
Merged #652. --- 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/652#event-681048299___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:358de10a: xmlrpc: remove redeclaration of snprintf and vsnprintf

2016-06-03 Thread Victor Seva
Module: kamailio Branch: master Commit: 358de10a94bef4df6b1811ac8e88ea4e7919542c URL: https://github.com/kamailio/kamailio/commit/358de10a94bef4df6b1811ac8e88ea4e7919542c Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:031ea395: Merge pull request #652 from linuxmaniac/vseva_xmlrpc_fix

2016-06-03 Thread Victor Seva
Module: kamailio Branch: master Commit: 031ea395c5f4febdedd635adef50e0910c0d9131 URL: https://github.com/kamailio/kamailio/commit/031ea395c5f4febdedd635adef50e0910c0d9131 Author: Victor Seva Committer: Victor Seva Date:

Re: [sr-dev] [kamailio/kamailio] xmlrpc: remove redeclaration of snprintf and vsnprintf (#652)

2016-06-03 Thread Daniel-Constantin Mierla
I was looking to try the same -- not sure why the initial developer had to redeclare the prototypes -- 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] Broken: kamailio/kamailio#2512 (4.3 - f4b8590)

2016-06-03 Thread Travis CI
Build Update for kamailio/kamailio - Build: #2512 Status: Broken Duration: 22 minutes and 23 seconds Commit: f4b8590 (4.3) Author: Victor Seva Message: pkg/kamailio/deb: fix build rule for modules (cherry picked from commit

[sr-dev] [kamailio/kamailio] xmlrpc: remove redeclaration of snprintf and vsnprintf (#652)

2016-06-03 Thread Victor Seva
compilation was failling with clang: > CC (clang) [M xmlrpc.so] xmlrpc.o > xmlrpc.c:152:5: error: expected parameter declarator > int snprintf(char *str, size_t size, const char *format, ...); > ^ > /usr/include/x86_64-linux-gnu/bits/stdio2.h:69:39: note: expanded from macro >

[sr-dev] Broken: kamailio/kamailio#2514 (4.4 - e4e5ad4)

2016-06-03 Thread Travis CI
Build Update for kamailio/kamailio - Build: #2514 Status: Broken Duration: 12 minutes and 49 seconds Commit: e4e5ad4 (4.4) Author: Victor Seva Message: travis: remove rebuild twice for MEMDBG test (cherry picked from commit

[sr-dev] Broken: kamailio/kamailio#2511 (4.4 - 520b6fc)

2016-06-03 Thread Travis CI
Build Update for kamailio/kamailio - Build: #2511 Status: Broken Duration: 23 minutes and 38 seconds Commit: 520b6fc (4.4) Author: Victor Seva Message: pkg/kamailio/deb: fix build rule for modules (cherry picked from commit

[sr-dev] git:4.4:e4e5ad4c: travis: remove rebuild twice for MEMDBG test

2016-06-03 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: e4e5ad4c674d1b27f0c68b7932b679b36e50c08d URL: https://github.com/kamailio/kamailio/commit/e4e5ad4c674d1b27f0c68b7932b679b36e50c08d Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.3:eebfe60b: travis: remove rebuild twice for MEMDBG test

2016-06-03 Thread Victor Seva
Module: kamailio Branch: 4.3 Commit: eebfe60b94ed1e35cdb629ca612b13f4135849fc URL: https://github.com/kamailio/kamailio/commit/eebfe60b94ed1e35cdb629ca612b13f4135849fc Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.3:f4b85906: pkg/kamailio/deb: fix build rule for modules

2016-06-03 Thread Victor Seva
Module: kamailio Branch: 4.3 Commit: f4b85906ee251352989d03ca32160fd9c3c47f4f URL: https://github.com/kamailio/kamailio/commit/f4b85906ee251352989d03ca32160fd9c3c47f4f Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:4.4:520b6fcd: pkg/kamailio/deb: fix build rule for modules

2016-06-03 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 520b6fcd3ae75575c61b31a41d49ddaeab87f24f URL: https://github.com/kamailio/kamailio/commit/520b6fcd3ae75575c61b31a41d49ddaeab87f24f Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] Broken: kamailio/kamailio#2510 (master - eb0d271)

2016-06-03 Thread Travis CI
Build Update for kamailio/kamailio - Build: #2510 Status: Broken Duration: 13 minutes and 28 seconds Commit: eb0d271 (master) Author: Victor Seva Message: travis: remove rebuild twice for MEMDBG test View the changeset:

[sr-dev] git:master:eb0d271a: travis: remove rebuild twice for MEMDBG test

2016-06-03 Thread Victor Seva
Module: kamailio Branch: master Commit: eb0d271af95ba0eb409716335d86351ea9e94343 URL: https://github.com/kamailio/kamailio/commit/eb0d271af95ba0eb409716335d86351ea9e94343 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:2115943f: pkg/kamailio/deb: fix build rule for modules

2016-06-03 Thread Victor Seva
Module: kamailio Branch: master Commit: 2115943fb5beb11a4b461c14f16dc42df8f32ab3 URL: https://github.com/kamailio/kamailio/commit/2115943fb5beb11a4b461c14f16dc42df8f32ab3 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:fcdef437: http_client Rename the API in .h file

2016-06-03 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: fcdef4371951cfa2b1703f39cbcabab5e184747f URL: https://github.com/kamailio/kamailio/commit/fcdef4371951cfa2b1703f39cbcabab5e184747f Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-06-03T10:35:17+02:00

[sr-dev] git:master:e3cfe2ad: kamctl remove svn ID's and history

2016-06-03 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: e3cfe2adf3af1cb7b909c5f4d3c7a481d1cfa224 URL: https://github.com/kamailio/kamailio/commit/e3cfe2adf3af1cb7b909c5f4d3c7a481d1cfa224 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2016-06-03T10:35:17+02:00

[sr-dev] A: Upgrading kamailio.org os

2016-06-03 Thread Daniel-Constantin Mierla
Hello, a short note to announce that the os on kamailio.org server will be upgraded in the near future, likely next week, exact date still to be decided. Hopefully there will be only very short downtime intervals. Main affected services: website (including the wiki) and mailing lists. I will

[sr-dev] git:master:5395bbe6: modules/ims_dialog: fix clang warning -Wparentheses-equality

2016-06-03 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 5395bbe6522ab9b9874162874935119cff8aa764 URL: https://github.com/kamailio/kamailio/commit/5395bbe6522ab9b9874162874935119cff8aa764 Author: Mikko Lehto Committer: Mikko Lehto Date: 2016-05-25T13:49:39+03:00

Re: [sr-dev] [kamailio/kamailio] Fix or silence warnings given by Clang (#637)

2016-06-03 Thread Daniel-Constantin Mierla
Merged #637. --- 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/637#event-680792334___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:63952aca: modules/ims_auth lib/ims: use header type instead of header flag

2016-06-03 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 63952acae078004807732206029791f8b0f271c8 URL: https://github.com/kamailio/kamailio/commit/63952acae078004807732206029791f8b0f271c8 Author: Mikko Lehto Committer: Mikko Lehto Date: 2016-05-25T13:49:00+03:00

[sr-dev] git:master:94b4c256: modules/ims_qos modules/ims_registrar_scscf: fix comparison of unsigned expression

2016-06-03 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 94b4c25640c0f486c578a9e0670dad0aa5dda0c1 URL: https://github.com/kamailio/kamailio/commit/94b4c25640c0f486c578a9e0670dad0aa5dda0c1 Author: Mikko Lehto Committer: Mikko Lehto Date: 2016-05-25T13:49:21+03:00 modules/ims_qos

Re: [sr-dev] [kamailio/kamailio] Fix or silence warnings given by Clang (#637)

2016-06-03 Thread Daniel-Constantin Mierla
Great, thanks! I will merge this pull request. --- 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/637#issuecomment-223509651___ sr-dev

[sr-dev] git:master:c49d6cb4: Merge pull request #637 from mslehto/ims-warning

2016-06-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c49d6cb41ace240a8e83fd116d3259f75163692a URL: https://github.com/kamailio/kamailio/commit/c49d6cb41ace240a8e83fd116d3259f75163692a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Free database column name as part of database result cleanup (#611)

2016-06-03 Thread Daniel-Constantin Mierla
@quentusrex - is it ok to pursue the way with the flag for column name allocation (following the patch referenced above)? If so, I will close this pull request. --- 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] Fix or silence warnings given by Clang (#637)

2016-06-03 Thread Victor Seva
I'm on it. I'm going to build all modules provided by debian packages. --- 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] Fix or silence warnings given by Clang (#637)

2016-06-03 Thread Daniel-Constantin Mierla
@linuxmaniac can we enable some more groups? I would be interested in the one very important such as tls, websocket, presence ... --- 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] Fix or silence warnings given by Clang (#637)

2016-06-03 Thread Victor Seva
Yes, on travis We build only the modules included in the group standard --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: