<div dir="ltr">Hi, I tried to implement binary replication with OpenSIPS ver 2.2.2 and it floods my logs with the following errors on both servers<div><br></div><div><div>Jan 14 21:12:20 sips /sbin/opensips[4484]: WARNING:dialog:receive_dlg_binary_packet: Invalid dialog binary packet command: 4 (from XXX.XXX.XXX.XXX:45107)</div><div>Jan 14 21:12:20 sip /sbin/opensips[4484]: ERROR:dialog:receive_dlg_binary_packet: Failed to process a binary packet!</div></div><div><br></div><div>when I do a ngrep its flooding with messsage</div><div><br></div><div><div>T XXX.XXX.XXX.01:46514 -> XXX.XXX.XXX.02:5799 [AP]</div><div>P4CK............dialog........</div><div><br></div><div>T XXX.XXX.XXX.02:45107 -> XXX.XXX.XXX.01:5799 [AP]</div><div>P4CK............dialog........</div></div><div><br></div><div>Here are the relevant lines in my config file <br><br>listen=bin:xxx.xxx.xxx.01:5799         and on server 2      listen=bin:xxx.xxx.xxx.02:5799<br><br>loadmodule "proto_bin.so"<br></div><div><br></div><div><div>loadmodule "clusterer.so"</div><div>modparam("clusterer", "server_id", 1)     and the second server is modparam("clusterer", "server_id", 2)</div></div><div><br></div><div><div>modparam("dialog", "accept_replicated_dialogs", 1)</div><div>modparam("dialog", "replicate_dialogs_to", 1)</div><div>modparam("dialog", "replicate_profiles_to", 1)</div></div><div><br></div><div><div>modparam("usrloc", "accept_replicated_contacts", 1)</div><div>modparam("usrloc", "replicate_contacts_to", 1)</div><div>modparam("usrloc", "skip_replicated_db_ops", 1)</div></div><div><br></div><div>I entered both servers in the clusterer table and of course I have the "db_url" set</div><div><br></div><div><br></div></div>