Re: [OpenSIPS-Users] Load Balancer cluster Opensips 3.0

2019-06-03 Thread Bogdan-Andrei Iancu
Please keep the list CC'ed to the discussion. Thanks for the info, it seems to be an OpenSIPS bug - the anycast token is missing in the locally generated requests (like this OPTIONS). Could you open a bug report on the github tracker please ? Best regards, Bogdan-Andrei Iancu OpenSIPS Found

Re: [OpenSIPS-Users] Load Balancer cluster Opensips 3.0

2019-06-03 Thread Bogdan-Andrei Iancu
Hi Anton, That is an interesting combination - pinging via an anycast interface. Could you paste here the OPTIONS and its reply, to check if it is correctly built from the anycast perspective ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com

Re: [OpenSIPS-Users] Load Balancer cluster Opensips 3.0

2019-05-28 Thread Kirill Galinurov
Hi Anton. You must correctly set cluster_sharing_tag (string) parameter in you config file. Please see https://opensips.org/html/docs/modules/3.0.x/load_balancer.html#param_cluster_sharing_tag ___ Users mailing list Users@lists.opensips.org http://lists

Re: [OpenSIPS-Users] Load Balancer cluster Opensips 3.0

2019-05-28 Thread Антон Ершов
opensips-cli -x mi lb_list { "Destinations": [ { "uri": "sip:10.7.0.201:5070", "id": 1, "group": 1, "enabled": "yes", "auto-reenable": "on" } ], "Resources": [ { "name": "PSTN", "

Re: [OpenSIPS-Users] Load Balancer cluster Opensips 3.0

2019-05-28 Thread Антон Ершов
node 1 loadmodule "load_balancer.so" modparam("load_balancer", "db_url", "postgres:// postgres:1q2w3e4r@10.3.0.1/opensips1") modparam("load_balancer", "probing_reply_codes", "501, 503, 403") modparam("load_balancer", "cluster_id", 1) modparam("load_balancer", "cluster_sharing_tag", "node_SKN") mod

Re: [OpenSIPS-Users] Load Balancer cluster Opensips 3.0

2019-05-27 Thread Alexey Kazantsev via Users
Hello Anton, you'd better show here the load_balancer part of your config, as it has some parameters regarding to working in the cluster. >Понедельник, 27 мая 2019, 17:17 +05:00 от Антон Ершов : > >Hello friends! > I'm testing new features of opensips 3. And I discovered the following > situati