Re: [sr-dev] [kamailio/kamailio] presence: incorrect dialog state for multiple dialogs xml body (#1427)

2018-02-14 Thread Vasiliy Ganchev
re-tested it again, it does check only first dialog in a body your code with my custom logging ``` int ps_match_dialog_state_from_body(str body, int *is_dialog, char *vstate) { xmlDocPtr doc; xmlNodePtr node; xmlNodePtr childNode; char *tmp_state; int rmatch

[sr-dev] git:master:53e746b5: db_redis: Implement db_redis generic db driver

2018-02-14 Thread Andreas Granig
Module: kamailio Branch: master Commit: 53e746b5c527fa542e4b2b7353af5a3b4042d7d2 URL: https://github.com/kamailio/kamailio/commit/53e746b5c527fa542e4b2b7353af5a3b4042d7d2 Author: Andreas Granig Committer: Andreas Granig Date: 2018-02-08T15:54:02+01:00 db_redis: Implement db_redis generic db dr

[sr-dev] git:master:56ad1423: db_redis: Use schema files and improve keys def

2018-02-14 Thread Andreas Granig
Module: kamailio Branch: master Commit: 56ad14236c02af1c82e3bdbcf1f85bb6f0efd728 URL: https://github.com/kamailio/kamailio/commit/56ad14236c02af1c82e3bdbcf1f85bb6f0efd728 Author: Andreas Granig Committer: Andreas Granig Date: 2018-02-13T16:37:42+01:00 db_redis: Use schema files and improve key

[sr-dev] git:master:94e2fe9a: Merge pull request #1432 from agranig/agranig/db_redis

2018-02-14 Thread GitHub
Module: kamailio Branch: master Commit: 94e2fe9ac3624d367e6e2e48b691cbd2715d9dc1 URL: https://github.com/kamailio/kamailio/commit/94e2fe9ac3624d367e6e2e48b691cbd2715d9dc1 Author: Andreas Granig Committer: GitHub Date: 2018-02-14T10:28:29+01:00 Merge pull request #1432 from agranig/agranig/db_r

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-14 Thread Andreas Granig
Merged #1432. -- 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/1432#event-1473375435___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] [kamailio/kamailio] The phonenum module README is missing from 5.1 web docs (#1438)

2018-02-14 Thread Olle E. Johansson
https://kamailio.org/docs/modules/5.1.x/ Can't find the phonenum module there. -- 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/1438___ K

Re: [sr-dev] [kamailio/kamailio] The phonenum module README is missing from 5.1 web docs (#1438)

2018-02-14 Thread Daniel-Constantin Mierla
Thanks for spotting it, fixed: * https://kamailio.org/docs/modules/5.1.x/#P -- 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/1438#issuecomment-365556715__

Re: [sr-dev] [kamailio/kamailio] The phonenum module README is missing from 5.1 web docs (#1438)

2018-02-14 Thread Daniel-Constantin Mierla
Closed #1438. -- 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/1438#event-1473457188___ Kamailio (SER) - Development Mailing List sr-dev@l

[sr-dev] git:master:65fab0d0: core: atomic - updated email addres in warning message

2018-02-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 65fab0d02271c242d6e43e499198ee1da2275a4b URL: https://github.com/kamailio/kamailio/commit/65fab0d02271c242d6e43e499198ee1da2275a4b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-14T11:23:55+01:00 core: atomic - updated

[sr-dev] git:master:52a8def8: utils: kamdbctl - updated help message for migrate command

2018-02-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 52a8def8d2a3e83170ab554a85b26d977d99f51a URL: https://github.com/kamailio/kamailio/commit/52a8def8d2a3e83170ab554a85b26d977d99f51a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-14T11:24:37+01:00 utils: kamdbctl - upda

[sr-dev] git:master:0da66e70: db_redis: update to hiredis.h include path and deal with broken pkg-config spec

2018-02-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 0da66e70bfc390e310f05da0d7ed9a7d1eb7c599 URL: https://github.com/kamailio/kamailio/commit/0da66e70bfc390e310f05da0d7ed9a7d1eb7c599 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-14T11:25:30+01:00 db_redis: update to hi

Re: [sr-dev] [kamailio/kamailio] db_redis: Implement db_redis generic db driver (#1432)

2018-02-14 Thread Daniel-Constantin Mierla
A quick note that I updated the path for including hiredis.h: ``` diff --git a/src/modules/db_redis/redis_connection.h b/src/modules/db_redis/redis_connection.h index d6ed4e4ec3..35d58e46a4 100644 --- a/src/modules/db_redis/redis_connection.h +++ b/src/modules/db_redis/redis_connection.h @@ -23,7

[sr-dev] git:master:e727ddce: db_redis: Install redis schema along with module

2018-02-14 Thread Andreas Granig
Module: kamailio Branch: master Commit: e727ddcef5113c5235d8d2dde9da86a8c2d2b4bb URL: https://github.com/kamailio/kamailio/commit/e727ddcef5113c5235d8d2dde9da86a8c2d2b4bb Author: Andreas Granig Committer: Andreas Granig Date: 2018-02-14T15:38:03+01:00 db_redis: Install redis schema along with

[sr-dev] [kamailio/kamailio] Problem with transport=tcp and NATMANAGE (#1439)

2018-02-14 Thread Pau Giralt
Hi! I'm working with kamailio and rtpproxy. When I configure the clients to send sip messages through TCP adding the ";transport=tcp" in the sip message the rtpproxy is not working anymore. The code is never passing the point pasted below, inside route[NATMANAGE] in kamailio.cfg ``` if (!(isfla

Re: [sr-dev] [kamailio/kamailio] Issue with Socket selection on Forwarding ACK message (#1428)

2018-02-14 Thread Emmanuel BUU
Ok, I tested and it is working but I would kindly need an explanation 1- the setup : - kamailio 5.1 with three listen (on port 5060, 5063, 5066) - 2 UAs using UDP on port 5063 - added a log in the script ``` route[WITHINDLG] { if (!has_totag()) return; # sequential request with

Re: [sr-dev] [kamailio/kamailio] Issue with Socket selection on Forwarding ACK message (#1428)

2018-02-14 Thread Emmanuel BUU
If I inspect the packet I see a single route without transport information. And yet the correct source port is selected ! Can you tell us how kamailio guess the source port to use in that case. These traces demonstrate that in the loose_route() function, send_socket is NOT forced. And yet th

Re: [sr-dev] git:master:52a8def8: utils: kamdbctl - updated help message for migrate command

2018-02-14 Thread Henning Westerholt
Am Mittwoch, 14. Februar 2018, 11:27:41 CET schrieb Daniel-Constantin Mierla: > Module: kamailio > Branch: master > Commit: 52a8def8d2a3e83170ab554a85b26d977d99f51a > URL: > https://github.com/kamailio/kamailio/commit/52a8def8d2a3e83170ab554a85b26d9 > 77d99f51a > > Author: Daniel-Constantin Mierla

[sr-dev] [kamailio/kamailio] acc_json: adding module (#1440)

2018-02-14 Thread Julien Chavanton
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README

Re: [sr-dev] [kamailio/kamailio] acc: new json format with outputs to mqueue or syslog (#1437)

2018-02-14 Thread Julien Chavanton
https://github.com/kamailio/kamailio/pull/1440 -- 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/1437#issuecomment-365724100___ Kamailio (SER

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,wheezy,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 419.34 KB...] CC (gcc) [M db2_ldap.so]ld_con.o CC (gcc) [M db2_ldap.so]

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,precise,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 269.94 KB...] make[2]: Entering directory `/tmp/buildd/kamailio-5.2.0~dev3+0~20180215010143.1045+

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,trusty,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 290.43 KB...] CC (gcc) [M db2_ldap.so]ld_cfg.o CC (gcc) [M db2_ldap.so]

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,precise,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 267.33 KB...] make[2]: Entering directory `/tmp/buildd/kamailio-5.2.0~dev3+0~20180215010143.1045+p

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,jessie,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 291.56 KB...] CC (gcc) [M xmpp.so]xode.o CC (gcc) [M xmpp.so]xode_str.o CC (

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,trusty,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 281.18 KB...] CC (gcc) [M db2_ldap.so]ld_cfg.o CC (gcc) [M db2_ldap.so]

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,wheezy,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 412.11 KB...] CC (gcc) [M db2_ldap.so]ld_con.o CC (gcc) [M db2_ldap.so]

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,jessie,slave #1040

2018-02-14 Thread jenkins
See -- [...truncated 280.72 KB...] CC (gcc) [M snmpstats.so] sub_agent.o LD (gcc) [M snmpstats.so]