<div><div dir="auto">Hi Alex,</div></div><div dir="auto"><br></div><div dir="auto">I was thinking of asking something similiar...</div><div dir="auto"><br></div><div dir="auto">Any workaround for something setup like that to work?</div><div dir="auto"><br></div><div dir="auto">But in case of “no”: if Kamailio1 dies could kamailio2 take over the call and terminate the dialog when finished some how?</div><div dir="auto"><br></div><div dir="auto">AFAIK dmq will replicate the dialogs between nodes, but only the “creating dialog” node can “tear a specific dialog down” so kamailio2 would be aware the dialog is there, but as K2 didn’t create it it will not remove it. Am I wrong?</div><div dir="auto"><br></div><div dir="auto">Or even a restart of Kamailio1 would leave its “dialogs” in orphaned state as K2 didn’t create them, and K1 (because of the restart) doesn’t know the dialogs belongs to him because they just came replicated back again via DMQ...?</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div><div class="gmail_quote"><div dir="ltr">On Wed, Oct 24, 2018 at 02:17 Alex Balashov <<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Short answer: no, there is no replication of transaction state. <br>
<br>
--<br>
Sent from mobile. Apologies for brevity and errors. <br>
<br>
-----Original Message-----<br>
From: Phillman25 Kyriacou <<a href="mailto:phillman25@gmail.com" target="_blank">phillman25@gmail.com</a>><br>
To: <a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
Sent: Wed, 24 Oct 2018 4:56 AM<br>
Subject: [SR-Users] DMQ and DIALOG<br>
<br>
Hi List!<br>
<br>
I currently have 3 Kamailio's (Version 5.1) in an ACTIVE-ACTIVE-ACTIVE<br>
scenario behind a load balancer all 3 nodes are listening and advertising<br>
the same virtual ip of the load balancer. Im using dmq module together with<br>
dialogue module to sync the state of the dialog to all 3 nodes. Is there a<br>
way or module that i can use to also sync every transaction?<br>
<br>
Problem that im facing right now is that an INVITE will come to Kamailio1<br>
and the 100 TRYING or 183 RINGING or  200OK will go to Kamailio2 and since<br>
Kamailio1 hasn't received a response will retransmit the INVITE. Or is<br>
there a way with dmq to also update the other nodes for responses like 100<br>
,183 or 200 OK so that Kamailio1 knows not to retransmit?<br>
<br>
Maybe im going down the wrong path? :)<br>
<br>
Any assistance would be greatly appreciated<br>
<br>
My config for dmq and dialog:<br>
<br>
#=====================DIALOG====================================<br>
modparam("dialog", "enable_dmq", 1)<br>
<br>
#=====================DMQ=======================================<br>
modparam("dmq", "server_address", "sip:x.x.x.x:5080")<br>
modparam("dmq", "notification_address", "sip:y.y.y.y:5080")<br>
modparam("dmq", "multi_notify", 1)<br>
modparam("dmq", "num_workers", 4)<br>
modparam("dmq", "ping_interval", 30)<br>
<br>
request_route {<br>
<br>
    # MANAGE ALL DIALOGS<br>
       dlg_manage();<br>
<br>
if(is_method("KDMQ"))<br>
        {<br>
                dmq_handle_message();<br>
        }<br>
<br>
Thanks!<br>
Phillip<br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div></div>