[sr-dev] git:master:52e69b49: modules: readme files regenerated - corex ... [skip ci]

2018-04-10 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 52e69b493083187313bce49e3b979c178df1e7ab URL: https://github.com/kamailio/kamailio/commit/52e69b493083187313bce49e3b979c178df1e7ab Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:358e507e: core: exposed parse_protohostport() prototype

2018-04-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 358e507ea449ce00450ee59ecfa50079831ab29f URL: https://github.com/kamailio/kamailio/commit/358e507ea449ce00450ee59ecfa50079831ab29f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Load dialogs from db at runtime, without restarting kamailio (#1274)

2018-04-10 Thread alexsosic
Hi Daniel, so with no node failover in the ongoing call I've got this: ``` kamcmd> dlg.list { h_entry: 3696 h_id: 3033 ref: 3 call-id: x64Qy6smfdCH8keXe7rx1gfzr5-NCKH. from_uri: sip:0409828...@proxy.alex.cloud.evox.it to_uri: sip:390409828...@proxy.alex.cloud.evox.it state: 4 start_ts: 1523355019

[sr-dev] git:master:684ae261: corex: added set_source_address() function

2018-04-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 684ae26119e3921c6e7b39556339b4f1d77f7d36 URL: https://github.com/kamailio/kamailio/commit/684ae26119e3921c6e7b39556339b4f1d77f7d36 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:f54ce325: pv: added new transformation {uri.tosocket}

2018-04-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f54ce325ced4ac8c0361a2c736cc199b5b641a6d URL: https://github.com/kamailio/kamailio/commit/f54ce325ced4ac8c0361a2c736cc199b5b641a6d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:d8e823d5: corex: added documentation for set_source_address()

2018-04-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d8e823d5e57a05fdf3f785c713566a766bdfd6b0 URL: https://github.com/kamailio/kamailio/commit/d8e823d5e57a05fdf3f785c713566a766bdfd6b0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Load dialogs from db at runtime, without restarting kamailio (#1274)

2018-04-10 Thread alexsosic
Yes shure, but in the case i mentioned above there's a problem that some dialogs are cleared on call end and some remain in state 5 and are not cleared in the db. Regarding the failover I can observe this after another camailio node loads the dialog from db and the call ends client side:

[sr-dev] git:master:0537f584: core: added helper function to retrieve source address in socket format

2018-04-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 0537f584d5032146a627b6173114a7cdd213e384 URL: https://github.com/kamailio/kamailio/commit/0537f584d5032146a627b6173114a7cdd213e384 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Load dialogs from db at runtime, without restarting kamailio (#1274)

2018-04-10 Thread alexsosic
Ok @miconda, So let's start with the failover case first. I start a call on **kamailio1**: `kamcmd> dlg.list { h_entry: 2294 h_id: 5833 ref: 2 call-id: lbiUaRwZR8x3mRiBjxWlJDpqkO9JHTdD from_uri: sip:0409828...@proxy.alex.cloud.evox.it to_uri:

Re: [sr-dev] [kamailio/kamailio] Load dialogs from db at runtime, without restarting kamailio (#1274)

2018-04-10 Thread Daniel-Constantin Mierla
Maybe you should summarise the cases that work and the cases that do now work, because you didn't follow what I asked and now it is hard to sort out what needs to be troubleshooted and fixed. Then we start looking at the cases that do not work as expected, one by one. Also, it would be good if

Re: [sr-dev] [kamailio/kamailio] Load dialogs from db at runtime, without restarting kamailio (#1274)

2018-04-10 Thread Daniel-Constantin Mierla
I need for the failover case, from the second node that loads the dialog from db -- that's what we need to debug. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Load dialogs from db at runtime, without restarting kamailio (#1274)

2018-04-10 Thread Daniel-Constantin Mierla
So, on kamailio2, you get the BYE and because the dialog is not found in memory, you do the dlg_db_load_callid() via route[FOREIGN_DIALOG]? Or is another logic calling route[FOREIGN_DIALOG]? Why do you send 200ok for BYE via sl_send_reply("200","OK")? Shouldn't it be relayed and the reply be

Re: [sr-dev] [kamailio/kamailio] Load dialogs from db at runtime, without restarting kamailio (#1274)

2018-04-10 Thread alexsosic
@miconda We've modified the route like this now: ` route[FOREIGN_DIALOG] { $var(breadcrumbs) = "FOREIGN_DIALOG"; BREADCRUMBS xlog("L_NOTICE","[f:$fU-t:$tU id:$ci | $rm] Foreign dialog detected for Call-ID: $ci\n"); dlg_db_load_callid($ci); setflag(FLG_AUTH_PASSED); dlg_manage(); } #

Re: [sr-dev] a bunch of db_redis compile Wformat warnings

2018-04-10 Thread Daniel-Constantin Mierla
Hello, there is %zu that should be used for size_t printing, but as far as I know, %zu is not widely supported (or used to), the common approach would be to cast the value to (unsigned long). Cheers, Daniel On 10.04.18 07:41, Henning Westerholt wrote: > Hi, > > I noticed a bunch of db_redis

[sr-dev] git:master:8ce41cf1: pkg/kamailio/obs: Added pua_json module

2018-04-10 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 8ce41cf1e15e367f0952b257841e3dfe60750f72 URL: https://github.com/kamailio/kamailio/commit/8ce41cf1e15e367f0952b257841e3dfe60750f72 Author: Sergey Safarov Committer: Sergey Safarov Date: 2018-04-04T08:43:45Z

[sr-dev] git:master:27047ba1: pkg/kamailio/obs: Added acc_json module

2018-04-10 Thread Sergey Safarov
Module: kamailio Branch: master Commit: 27047ba17cd600fcb4998cd0325cb0d77e008a5e URL: https://github.com/kamailio/kamailio/commit/27047ba17cd600fcb4998cd0325cb0d77e008a5e Author: Sergey Safarov Committer: Sergey Safarov Date: 2018-04-04T06:35:42Z

[sr-dev] git:master:e2b80c35: pkg/kamailio/obs: Removed libconfuse dependency for carrierroute module

2018-04-10 Thread Sergey Safarov
Module: kamailio Branch: master Commit: e2b80c357895e087a17d357afcb2db7614eac4d5 URL: https://github.com/kamailio/kamailio/commit/e2b80c357895e087a17d357afcb2db7614eac4d5 Author: Sergey Safarov Committer: Sergey Safarov Date: 2018-04-04T08:43:49Z

[sr-dev] git:master:cc8e6215: ndb_redis: adds support for sentinel

2018-04-10 Thread Julien Ammous
Module: kamailio Branch: master Commit: cc8e62155614ebd83f4ac8ace513bb5cdfcd9f50 URL: https://github.com/kamailio/kamailio/commit/cc8e62155614ebd83f4ac8ace513bb5cdfcd9f50 Author: Julien Ammous Committer: Julien Ammous Date: 2018-04-03T14:10:12+02:00

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » amd64,trusty,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » i386,precise,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » amd64,precise,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » i386,trusty,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » amd64,wheezy,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » i386,wheezy,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » i386,jessie,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-binaries » amd64,jessie,slave #1077

2018-04-10 Thread jenkins
See ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org