[sr-dev] git:master:5a5959b1: dispatcher: removed mi modules from docs example

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

[sr-dev] git:master:a05f5824: carrierroute: proper str pointer when adding fields to rpc structure

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

[sr-dev] git:master:82acaac1: ctl: handle null string value in rpc response

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

[sr-dev] [kamailio/kamailio] Presentity tabla, faster update when drop TCP/TLS connection (#915)

2017-01-05 Thread jresende
Hello, I'm testing kamailio with a SIP client with presence support, when I get a connection drop from a client (i.e when the client lost the access to the Internet connection) I do not receive the change in the status to offline immediately, I just received when the timeout from the

[sr-dev] git:master:3b921504: modules: readme files regenerated - malloc_test ...

2017-01-05 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 3b92150495c3a97008eba1dd3587e85f02ba1ef6 URL: https://github.com/kamailio/kamailio/commit/3b92150495c3a97008eba1dd3587e85f02ba1ef6 Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:0bed2bd5: malloc_test README change sercmd to kamcmd

2017-01-05 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 0bed2bd55bac1df7e01b49280e5ddf8b3e705c46 URL: https://github.com/kamailio/kamailio/commit/0bed2bd55bac1df7e01b49280e5ddf8b3e705c46 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-05T22:00:11+01:00

[sr-dev] git:master:e1edd6b9: ctl Minor changes to example configuration

2017-01-05 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: e1edd6b9b1eee3482ba50ed76eb90ff188140c81 URL: https://github.com/kamailio/kamailio/commit/e1edd6b9b1eee3482ba50ed76eb90ff188140c81 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-05T21:56:22+01:00

[sr-dev] git:master:86f1b1c1: outbound Remove MI modules from example configurations in README

2017-01-05 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 86f1b1c1af8f6f585ca04336bb2114008f2b99d7 URL: https://github.com/kamailio/kamailio/commit/86f1b1c1af8f6f585ca04336bb2114008f2b99d7 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-05T21:52:35+01:00

[sr-dev] removing MI in examples

2017-01-05 Thread Olle E. Johansson
Just browsing some README i notice a few of them has example configurations. In the outbound README the example use the mi_fifo module, which should not be there any longer. We need to go through all examples configurations and README files and check for mi examples and update. Possibly also

[sr-dev] changing behavior in db_text

2017-01-05 Thread Luis Azedo
Hi All, db_text modules manages the tables data in shm_mem db_text module uses pkg_mem to store query results which leads to some problems. when we have large text files with a lot of rows (location, active_watchers, presentity), the startup procedure fetches all the records, which makes

[sr-dev] git:master:e03a9d96: rtpproxy: fix compiler warnings

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

[sr-dev] [kamailio/kamailio] presence: allow control of subscription deletion (#914)

2017-01-05 Thread lazedo
use the configuration xavp to control subscription deletion after notify searches for `delete_subscription` value in the configuration xavp You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/914 -- Commit Summary -- * presence: allow

Re: [sr-dev] [kamailio/kamailio] dmq_usrloc: fix deadlock (#911)

2017-01-05 Thread Daniel-Constantin Mierla
Merged #911. -- 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/911#event-912795700___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:311f995f: rtpproxy: small updates to the examples

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

Re: [sr-dev] [kamailio/kamailio] dmq_usrloc: fix deadlock (#911)

2017-01-05 Thread Julien Chavanton
jchavanton commented on this pull request. > @@ -72,6 +70,7 @@ static int add_contact(str aor, ucontact_info_t* ci) // Search by ruid, if possible res = dmq_ul.get_urecord_by_ruid(_d, dmq_ul.get_aorhash(), >ruid, , ); if (res == 0) { +

Re: [sr-dev] [kamailio/kamailio] dmq_usrloc: fix deadlock (#911)

2017-01-05 Thread Julien Chavanton
@jchavanton pushed 1 commit. 309873e dmq_usrloc: get_urecord_by_ruid returns -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] git:master:0dfb7373: mqueue: fix compiler warning

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

[sr-dev] git:master:40cc4fb4: kazoo: fix compiler warnings

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

Re: [sr-dev] [kamailio/kamailio] Rename modules interface files (#913)

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

[sr-dev] git:master:318c3cef: cdp_avp: Rename module interface file #82

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

[sr-dev] git:master:b9c09b8d: Merge pull request #913 from linuxmaniac/vseva/fix_82

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

[sr-dev] git:master:3f3560c2: auth_ephemeral: Rename module interface file #82

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

[sr-dev] git:master:91944cf1: cdp: Rename module interface file #82

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

[sr-dev] git:master:caf7c083: db_berkeley: Rename module interface file #82

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

[sr-dev] git:master:7ae0d6e2: mohqueue: Rename module interface file #82

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

[sr-dev] git:master:0f223e21: erlang: Rename module interface file #82

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

[sr-dev] git:master:b351dd59: db2_ldap: Rename module interface file #82

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

Re: [sr-dev] [kamailio/kamailio] Rename modules interface files (#913)

2017-01-05 Thread Victor Seva
@linuxmaniac pushed 1 commit. 7ae0d6e mohqueue: Rename module interface file #82 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Rename modules interface files (#913)

2017-01-05 Thread Daniel-Constantin Mierla
It can be merged as soon as Travis CI is happy with the build. -- 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] Rename modules interface files (#913)

2017-01-05 Thread Victor Seva
@linuxmaniac pushed 1 commit. 164f484 erlang: Rename module interface file #82 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Rename modules interface files (#913)

2017-01-05 Thread Victor Seva
@linuxmaniac pushed 1 commit. 34bac91 db2_ldap: Rename module interface file #82 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Rename modules interface files (#913)

2017-01-05 Thread Victor Seva
@linuxmaniac pushed 1 commit. 004018e cdp_avp: Rename module interface file #82 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Rename modules interface files (#913)

2017-01-05 Thread Victor Seva
@linuxmaniac pushed 1 commit. 91944cf cdp: Rename module interface file #82 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Rename modules interface files (#913)

2017-01-05 Thread Victor Seva
@linuxmaniac pushed 1 commit. 3f3560c auth_ephemeral: Rename module interface file #82 -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] [kamailio/kamailio] db_berkeley: Rename module interface file #82 (#913)

2017-01-05 Thread Victor Seva
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/913 -- Commit Summary -- * db_berkeley: Rename module interface file #82 -- File Changes -- M src/modules/db_berkeley/bdb_mod.c (2) R src/modules/db_berkeley/db_berkeley.c

Re: [sr-dev] [kamailio/kamailio] rtpengine: Add RPC commands, remove MI (#906)

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

Re: [sr-dev] [kamailio/kamailio] rtpengine: Add RPC commands, remove MI (#906)

2017-01-05 Thread Victor Seva
fixed by 1190ac60a643 and 70906d1596f8f -- 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/906#issuecomment-270624128___ sr-dev mailing

[sr-dev] git:master:135cc620: modules: readme files regenerated - acc ...

2017-01-05 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 135cc620f41a3971b65252dcce10b0a6d3623065 URL: https://github.com/kamailio/kamailio/commit/135cc620f41a3971b65252dcce10b0a6d3623065 Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:5ede1abc: acc Removing radius configuration files

2017-01-05 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 5ede1abcce861f453f3806442e6c8d6ae7d2853c URL: https://github.com/kamailio/kamailio/commit/5ede1abcce861f453f3806442e6c8d6ae7d2853c Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-05T10:32:12+01:00

[sr-dev] git:master:8e44cf56: acc README update: Refer Diameter users to the ims_charging module

2017-01-05 Thread Olle E . Johansson
Module: kamailio Branch: master Commit: 8e44cf567b17b9e01ef3b3eda487b4e2efb3f653 URL: https://github.com/kamailio/kamailio/commit/8e44cf567b17b9e01ef3b3eda487b4e2efb3f653 Author: Olle E. Johansson Committer: Olle E. Johansson Date: 2017-01-05T10:35:57+01:00

[sr-dev] git:master:789ecde3: pkg/kamailio/deb: version set to 5.0.0-pre0

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

[sr-dev] git:master:dca057b9: ctl: print format char in error log messages

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

[sr-dev] git:master:a1d91264: Makefile.groups: added app_jsdt to few more groups

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