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://1.1.1.1:27017/opensipsDB.userlocation")
 
  # node 2
  modparam("usrloc", "cachedb_url", 
"mongodb://2.2.2.2:27017/opensipsDB.userlocation")
 
 
And as I see, this is not the right way, because ‘opensipsctl fifo ul_dump’ 
shows nothing
in such architecture, though the REGISTER messages are handled correctly.
 
Everything is OK with ‘opensipsctl fifo ul_dump’ when I use the same MongoDB
for both OpenSIPS nodes.
 
So the question is: should we use the same MongoDB in 
"full-sharing-cachedb-cluster" ?
Or it’s possible to use geographically distributed ones?
 
-----------------------------------------------
BR, Alexey
http://alexeyka.zantsev.com/
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to