<div dir="ltr">Hello,<div><br></div><div>I have a kamailio cluster with two nodes</div><div>kamailio-1.local:  10.101.2.119</div><div>kamailio-2.local: 10.101.2.247</div><div><br></div><div><br></div><div>with dmq configs:</div><div><br></div><div>kamailio-1:</div><div>modparam("dmq", "server_address", "sip:MY_IP4_ADDR:5060")<br>modparam("dmq", "notification_address", "kamailio-2.local:5060")</div><div><br></div><div>kamailio-2:</div><div><div>modparam("dmq", "server_address", "sip:MY_IP4_ADDR:5060")<br>modparam("dmq", "notification_address", "kamailio-1.local:5060")</div><div><br></div><div><br></div><div>All works fine, but kamcmd dmq.list_nodes on kamailio-1.local show me:</div><div> {</div>     host: 10.101.2.247<br>    port: 5060<br>    resolved_ip: 10.101.2.247<br>     status: active<br>        last_notification: 0<br>  local: 0<br>}<br>{<br>        host: kamailio-1.local<br>        port: 5060<br>    resolved_ip: 10.101.2.119<br>     status: active<br>        last_notification: 0<br>  local: 0<br>}<br>{<br>        host: kamailio-2.local<br>        port: 5060<br>    resolved_ip: 10.101.2.247<br>     status: active<br>        last_notification: 0<br>  local: 0<br>}<br>{<br>        host: 10.101.2.119<br>    port: 5060<br>    resolved_ip: 10.101.2.119<br>     status: active<br>        last_notification: 0<br>  local: 1<br>}</div><div><br></div><div>and  kamailio-2.local show me:</div><div>{<br>   host: kamailio-2.local<br>        port: 5060<br>    resolved_ip: 10.101.2.247<br>     status: active<br>        last_notification: 0<br>  local: 0<br>}<br>{<br>        host: 10.101.2.119<br>    port: 5060<br>    resolved_ip: 10.101.2.119<br>     status: active<br>        last_notification: 0<br>  local: 0<br>}<br>{<br>        host: kamailio-1.local<br>        port: 5060<br>    resolved_ip: 10.101.2.119<br>     status: active<br>        last_notification: 0<br>  local: 0<br>}<br>{<br>        host: 10.101.2.247<br>    port: 5060<br>    resolved_ip: 10.101.2.247<br>     status: active<br>        last_notification: 0<br>  local: 1<br>}</div><div><br></div><div><br></div><div>So there are only two hosts in the cluster, but there are 4 records in dmq.list_nodes. Also in sip trace I can see that kamailio send DMQ messages to itself too (because it ip marked as local: 0 I think).</div><div>Is it ok? Is it normal behavior? What should I do to fix it? Should multi_notify and DNS name with 2 A records fix it (and why?)?</div><div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Aydar A. Kamalov</div></div></div></div>