Re: [OpenSIPS-Users] 2.4 full-sharing-cachedb-cluster

2020-01-06 Thread Liviu Chircu
Hi Alexey, The idea behind "full-sharing-cachedb" is that all data stays inside your Mongo/Cassandra cluster.  Your OpenSIPS nodes can connect to the cluster from anywhere and they will work with the global data set. "ul_dump" shows nothing because there is no data held in usrloc memory in t

Re: [OpenSIPS-Users] 2.4 full-sharing-cachedb-cluster

2019-12-15 Thread Alexey Kazantsev via Users
I also configured both OpenSIPS nodes to use the same MongoDB:       modparam("usrloc", "cachedb_url", "mongodb://1.1.1.1:27017/opensipsDB.userlocation")   and the result was the same:  — REGISTERs were handled fine;  — calls were successful  — ‘ul_dump’ still showed nothing.

[OpenSIPS-Users] 2.4 full-sharing-cachedb-cluster

2019-12-11 Thread Alexey Kazantsev via Users
Hi list.   I have a 2.4 full-sharing-cluster and trying to make it as redundant as possible.   So I configured       modparam("usrloc", "working_mode_preset", "full-sharing-cachedb-cluster")   and separate MongoDB to each OpenSIPS node:     # node 1   modparam("usrloc", "cachedb_url", "mongodb://