[sr-dev] git:master:39b9ce7b: siptrace: removed unused variables

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 39b9ce7b101dde6878f245731eda060f947412ba URL: https://github.com/kamailio/kamailio/commit/39b9ce7b101dde6878f245731eda060f947412ba Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-20T07:17:29+01:00 siptrace: removed unus

[sr-dev] dmq server address question

2018-02-19 Thread Juha Heinanen
I tried to configure dmq module according to README, but got this kind of error: Feb 20 07:32:55 rautu /usr/bin/pres-serv[17983]: ERROR: dmq [dmq.c:228]: mod_init(): server_uri is not a socket the proxy is listening on In the config I have: modparam("dmq", "server_address", "sip:192.26.133.10:5

[sr-dev] compiler warnings in master's siptrace

2018-02-19 Thread Juha Heinanen
CC (gcc) [M siptrace.so]siptrace.o siptrace.c: In function 'trace_onreply_out': siptrace.c:1227:6: warning: unused variable 'len' [-Wunused-variable] int len; ^~~ siptrace.c: In function 'siptrace_net_data_recv': siptrace.c:1477:1: warning: label 'error' defined but not used

Re: [sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-19 Thread Richard Fuchs
rfuchs commented on this pull request. > @@ -1675,6 +1677,20 @@ static int build_rtpp_socks() { LM_WARN("Failed enable set MTU discovery socket option\n"); #endif + if((0 <= control_cmd_tos) && (control_cmd_tos < 256)) { +

Re: [sr-dev] [kamailio/kamailio] rtpengine: setting tos value for the control commands (#1442)

2018-02-19 Thread hdikme
hdikme commented on this pull request. > @@ -1675,6 +1677,19 @@ static int build_rtpp_socks() { LM_WARN("Failed enable set MTU discovery socket option\n"); #endif + if((0 <= control_cmd_tos) && (control_cmd_tos < 256)) { +

Re: [sr-dev] [kamailio/kamailio] ims_isc module does not deliver to AS after asynchronous SAR to HSS (distinct PSI) (#1168)

2018-02-19 Thread Christoph VALENTIN
For fast solution, we did a local workaround for this problem. If we can help to assert the validity, please tell us. We would be interested in a final solution, too. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://g

Re: [sr-dev] [kamailio/kamailio] dispatch: change log level to debug for rpc list empty list (#1448)

2018-02-19 Thread lazedo
@miconda hey, Daniel, can this be backported ? -- 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/1448#issuecomment-366680294___ Kamailio (SER

[sr-dev] git:master:285c9e09: db_redis: doc - fixed docentities in xml files

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 285c9e091ebf74f29fe6e9f9c8e808604bc6da35 URL: https://github.com/kamailio/kamailio/commit/285c9e091ebf74f29fe6e9f9c8e808604bc6da35 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-19T12:45:40+01:00 db_redis: doc - fixed

[sr-dev] git:master:20692fac: db_redis: doc - fixed value for docbook_dir in makefile

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 20692facbc01c3528a5dc0bca45bcfcccf1057a8 URL: https://github.com/kamailio/kamailio/commit/20692facbc01c3528a5dc0bca45bcfcccf1057a8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-19T12:41:09+01:00 db_redis: doc - fixed

[sr-dev] git:master:2a88f6e8: pua_json: docs - fixed pua_json.xml name in makefile

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2a88f6e832fb75813884373303fc493294dca09b URL: https://github.com/kamailio/kamailio/commit/2a88f6e832fb75813884373303fc493294dca09b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-19T12:31:44+01:00 pua_json: docs - fixed

[sr-dev] git:master:ce8441df: json: docs - removed extra ending section tag

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ce8441dfb93ed2ba45c0ec70f613b21d9e237fed URL: https://github.com/kamailio/kamailio/commit/ce8441dfb93ed2ba45c0ec70f613b21d9e237fed Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-19T12:27:38+01:00 json: docs - removed e

[sr-dev] git:master:44023e7e: presence: use < instead of < in xml docs

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 44023e7eb8ff6a23bc57b69f8695466e910bed4a URL: https://github.com/kamailio/kamailio/commit/44023e7eb8ff6a23bc57b69f8695466e910bed4a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-19T12:24:39+01:00 presence: use < instea

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

2018-02-19 Thread Daniel-Constantin Mierla
My work was to get it at least work as before of 839cf89. I do not have time for any further work, so anyone else willing to do it is more than welcome. You can open a PR when you start the work and ask for review/suggestions if you get stuck. -- You are receiving this because you are subscrib

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

2018-02-19 Thread Vasiliy Ganchev
Hi, Daniel! I did more testing and provided change works. What do you think regarding proper solution with comparing call-id (as you mentioned in the beginning)? Because current change improve the situation, but it is not what is expected by RFC. Anyway - I think this changes should be committe

Re: [sr-dev] [kamailio/kamailio] app_python3: first release (#1449)

2018-02-19 Thread aalba6675
Thanks @miconda! I'll wait until it is merged to rebase and follow-up. The immediate tasks will be to fix documentation, and have a go at reload. Will gather more developer and community feedback before proposing any refactoring. -- You are receiving this because you are subscribed to this thr

Re: [sr-dev] [kamailio/kamailio] Crash on receiving incorrect REGISTER request? (#1420)

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

Re: [sr-dev] [kamailio/kamailio] ims_isc module does not deliver to AS after asynchronous SAR to HSS (distinct PSI) (#1168)

2018-02-19 Thread Daniel-Constantin Mierla
Any update on this issue? I know IMS modules got quite a lot of commits during the past half year, so not sure if this is till actual or not. Maybe @ngvoice can assert its validity at this moment. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] Crash on receiving incorrect REGISTER request? (#1420)

2018-02-19 Thread Daniel-Constantin Mierla
OK, closing it then. Reopen or create a new item if something wrongs pops up again. -- 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/1420#issuecomment-366638904_

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-02-19 Thread Daniel-Constantin Mierla
Closing it for now. If something new related appears, reopen or create a new item. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1220#issuecomment-366637925__

Re: [sr-dev] [kamailio/kamailio] Transactions kept in memory, shared memory runs out and Kamailio gives up hope of life. (#1220)

2018-02-19 Thread Daniel-Constantin Mierla
Closed #1220. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1220#event-1480191863___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org ht

Re: [sr-dev] [kamailio/kamailio] registrar: function "registered(...)" different workers integrity (#1267)

2018-02-19 Thread Daniel-Constantin Mierla
Thanks! Pushed the change to master and it will be backported. -- 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/1267#issuecomment-366637697___

Re: [sr-dev] [kamailio/kamailio] registrar: function "registered(...)" different workers integrity (#1267)

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

[sr-dev] git:master:5b5d55bd: registrar: set current time before checking registered() conditions

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5b5d55bd377b0572efaceeb0feb164bf5dd26bf0 URL: https://github.com/kamailio/kamailio/commit/5b5d55bd377b0572efaceeb0feb164bf5dd26bf0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-19T10:31:08+01:00 registrar: set current

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

2018-02-19 Thread Daniel-Constantin Mierla
Thanks, reopen (if related) or create a new item (if different) when something wrong pops up. -- 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/1427#issuecomment-366631994___

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

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

Re: [sr-dev] [kamailio/kamailio] app_python3: first release (#1449)

2018-02-19 Thread Daniel-Constantin Mierla
Thanks for this work! There are some bits that still need to be updated, as I could spot in the documentation the name of the module is app_python, but it should be app_python3. Since we are here discussing about a new app_python implementation, I wonder if still make sense to keep the old mod

[sr-dev] git:master:04406cc5: pkg/kamailio/deb: set version to 5.2.0~dev4

2018-02-19 Thread Victor Seva
Module: kamailio Branch: master Commit: 04406cc5b46b86ba6cb4642c45020aa7861f5ffa URL: https://github.com/kamailio/kamailio/commit/04406cc5b46b86ba6cb4642c45020aa7861f5ffa Author: Victor Seva Committer: Victor Seva Date: 2018-02-19T10:18:25+01:00 pkg/kamailio/deb: set version to 5.2.0~dev4 ---

[sr-dev] git:master:ca230986: dispatch: change log level to debug for rpc list empty list

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ca230986b7f4ea84746c47df177ac21b19fd70a3 URL: https://github.com/kamailio/kamailio/commit/ca230986b7f4ea84746c47df177ac21b19fd70a3 Author: lazedo Committer: Daniel-Constantin Mierla Date: 2018-02-19T10:07:36+01:00 dispatch: change log level to debug for

Re: [sr-dev] [kamailio/kamailio] dispatch: change log level to debug for rpc list empty list (#1448)

2018-02-19 Thread Daniel-Constantin Mierla
Merged #1448. -- 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/1448#event-1480119365___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:c3d98c5d: Makefile.defs: version set to 5.2.0-dev4

2018-02-19 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c3d98c5dedd055e013faf64f2dee5ce69b914a3d URL: https://github.com/kamailio/kamailio/commit/c3d98c5dedd055e013faf64f2dee5ce69b914a3d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-02-19T10:05:52+01:00 Makefile.defs: version