<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi List!<div><br></div><div>I currently have 3 Kamailio's (Version 5.1) in an ACTIVE-ACTIVE-ACTIVE scenario behind a load balancer all 3 nodes are listening and advertising the same virtual ip of the load balancer. Im using dmq module together with dialogue module to sync the state of the dialog to all 3 nodes. Is there a way or module that i can use to also sync every transaction?</div><div><br></div><div>Problem that im facing right now is that an INVITE will come to Kamailio1 and the 100 TRYING or 183 RINGING or  200OK will go to Kamailio2 and since Kamailio1 hasn't received a response will retransmit the INVITE. Or is there a way with dmq to also update the other nodes for responses like 100 ,183 or 200 OK so that Kamailio1 knows not to retransmit? </div><div><br></div><div>Maybe im going down the wrong path? :)</div><div><br></div><div>Any assistance would be greatly appreciated</div><div><br></div><div>My config for dmq and dialog:</div><div><br></div><div>#=====================DIALOG====================================</div><div><div>modparam("dialog", "enable_dmq", 1)</div><div><br></div><div>#=====================DMQ=======================================</div><div>modparam("dmq", "server_address", "sip:x.x.x.x:5080")</div><div>modparam("dmq", "notification_address", "sip:y.y.y.y:5080")</div><div>modparam("dmq", "multi_notify", 1)</div><div>modparam("dmq", "num_workers", 4)</div><div>modparam("dmq", "ping_interval", 30)</div></div><div><br></div><div><div>request_route {</div><div><br></div><div>    # MANAGE ALL DIALOGS</div><div>       dlg_manage();</div><div> </div><div>if(is_method("KDMQ"))</div><div>        {</div><div>                dmq_handle_message();</div><div>        }</div></div><div><br></div><div>Thanks!</div><div>Phillip </div></div></div></div>