If I also enable profile replication, MI command shows that it’s synced 
successfully,
with the same settings as for other types of replication.
 
But the dialogs and dr_gateways status is not synced, according to MI output,
and I can not understand what’s wrong with the configuration.
Why something is synced and other is not.
 
 
modparam("clusterer", "my_node_info",             
"cluster_id=1,node_id=1,url=bin:10.10.10.11:5555,seed")
modparam("clusterer", "neighbor_node_info",    
"cluster_id=1,node_id=2,url=bin:10.10.10.10:5555")
modparam("clusterer", "sharing_tag", "vip/1=active")
 
modparam("dialog", "profiles_no_value", "inbound/b; outbound/b;")
modparam("dialog", "dialog_replication_cluster", 1)
modparam("dialog", "profile_replication_cluster", 1)
 
modparam("drouting", "cluster_id", 1)
modparam("drouting", "cluster_sharing_tag", "vip")
 
 
voip ~ # opensips-cli -x mi clusterer_list_cap
{
    "Clusters": [
        {
            "cluster_id": 1,
            "Capabilities": [
                {
                    "name": "drouting-status-repl",
                    "state": "not synced"
                },
                {
                    "name": "dialog-dlg-repl",
                    "state": "not synced"
                },
                {
                    "name": "dialog-prof-repl",
                    "state": "Ok"
                }

 
 
 
-----------------------------------------------
BR, Alexey
http://alexeyka.zantsev.com/
 
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to