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
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.
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://