<HTML><BODY><div>Hi list,</div><div> </div><div>can not find the reason why MI ‘clusterer_list_cap’ command</div><div>shows that the dialog replication is not active.</div><div> </div><div>It’s necessary to mention that profiles synced successfully,</div><div>when I configured it with the ‘profile_replication_cluster’ parameter (later I</div><div>removed this due to documentation [1] advice that it’s not necessary if dialog</div><div>replication is configured).</div><div> </div><div>[1] https://opensips.org/docs/modules/3.1.x/dialog.html#dialog-clustering</div><div> </div><div> </div><div>Both instances use 3.1.5 version.</div><div> </div><div>######## active node ########</div><div>...</div><div>modparam("clusterer", "db_mode", 0)<br>modparam("clusterer", "seed_fallback_interval", 10) # Only relevant for seed node<br>modparam("clusterer", "my_node_info",        "cluster_id=1,node_id=1,url=bin:10.10.10.11:5555,seed")<br>modparam("clusterer", "neighbor_node_info",    "cluster_id=1,node_id=2,url=bin:10.10.10.10:5555")<br>modparam("clusterer", "sharing_tag", "node1/1=active")<br>...<br>modparam("dialog", "default_timeout", 3600)<br>modparam("dialog", "db_mode", 0)<br>modparam("dialog", "profiles_no_value", "inbound/s; outbound/s;")<br>modparam("dialog", "dialog_replication_cluster", 1)</div><div>…</div><div>...</div><div>    if (is_method("INVITE")) {<br>        create_dialog("B");<br>        set_dlg_sharing_tag("node1");<br> </div><div> </div><div> </div><div>######## backup node ########</div><div>…</div><div>modparam("clusterer", "db_mode", 0)<br>modparam("clusterer", "seed_fallback_interval", 10) # Only relevant for seed node<br>modparam("clusterer", "my_node_info",        "cluster_id=1,node_id=2,url=bin:10.10.10.10:5555")<br>modparam("clusterer", "neighbor_node_info",    "cluster_id=1,node_id=1,url=bin:10.10.10.11:5555")<br>modparam("clusterer", "sharing_tag", "node2/1=backup")<br>...<br>modparam("dialog", "default_timeout", 3600)<br>modparam("dialog", "db_mode", 0)<br>modparam("dialog", "profiles_no_value", "inbound/s; outbound/s;")<br>modparam("dialog", "dialog_replication_cluster", 1)<br>…</div><div>…</div><div>    if (is_method("INVITE")) {<br>        create_dialog("B");<br>        set_dlg_sharing_tag("node2");<br> </div><div> </div><div> </div><div> </div><div>With such configurations, both instances show ‘not synced’:</div><div> </div><div>voip ~ # opensips-cli -x mi clusterer_list_cap<br>{<br>    "Clusters": [<br>        {<br>            "cluster_id": 1,<br>            "Capabilities": [<br>                {<br>                    "name": "dialog-dlg-repl",<br>                    "state": "not synced"<br>                }<br>            ]<br>        }<br>    ]<br>}<br> </div><div> </div><div>Have I missed something in the configuration?</div><div data-signature-widget="container"><div data-signature-widget="content"><div>-----------------------------------------------<br><span style="font-size: 15px;">BR, Alexey</span><br style="font-size: 15px;"><span style="font-size: 15px;">http://alexeyka.zantsev.com/</span></div></div></div></BODY></HTML>