<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hi!
<div><br /></div>
<div>Am I missing something or it’s a bug?</div>
<div><br /></div>
<div>Idea is following. I’m using dispatcher to load-balance calls. Using same weight destinations, order like in a file.</div>
<div><br /></div>
<div>So, dispatcher.list looks like </div>
<div>1 sip:172.28.11.6:5060<br /></div>
<div>1 sip:172.28.11.4:5060</div>
<div><br /></div>
<div>I’m using round-robin algo with </div>
<div><br /></div>
<div>ds_select_dst(«1», «4»)</div>
<div><br /></div>
<div>But when it selects 172.28.11.4 and it for a reason not working, it will never come back to 172.28.11.6.</div>
<div><br /></div>
<div>Log: </div>
<div>… Relaying packet du: sip:172.28.11.4:5060<br /></div>
<div>… BYE/INVITE timeout with no reply</div>
<div>… 49(59) WARNING: dispatcher [dispatch.c:2314]: ds_update_dst(): no xavp uri field in next destination record ((nil))</div>
<div><br /></div>
<div>modparam("dispatcher", "list_file", "/tmp/kamailio/dispatcher.list")<br />
modparam("dispatcher", "flags", 2)<br />
modparam("dispatcher", "force_dst", 1)<br />
modparam("dispatcher", "ds_hash_size", 9)<br /></div>
<div><br /></div>
<div>Kamailio: version: kamailio 5.2.0-pre0</div>
</div>
<div name="messageSignatureSection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
Regards, Igor</div>
</body>
</html>