<h4>Pre-Submission Checklist</h4>



<ul>
<li>[ X] Commit message has the format required by CONTRIBUTING guide</li>
<li>[ X] Commits are split per component (core, individual modules, libs, utils, ...)</li>
<li>[ X] Each component has a single commit (if not, squash them into one commit)</li>
<li>[ X] No commits to README files for modules (changes must be done to docbook files<br>
in <code>doc/</code> subfolder, the README file is autogenerated)</li>
</ul>
<h4>Type Of Change</h4>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Small bug fix (non-breaking change which fixes an issue)</li>
<li>[X ] New feature (non-breaking change which adds new functionality)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Breaking change (fix or feature that would change existing functionality)</li>
</ul>
<h4>Checklist:</h4>

<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> PR should be backported to stable branches</li>
<li>[ X] Tested changes locally</li>
<li>[ X] Related to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="639963614" data-permission-text="Title is private" data-url="https://github.com/kamailio/kamailio/issues/2361" data-hovercard-type="issue" data-hovercard-url="/kamailio/kamailio/issues/2361/hovercard" href="https://github.com/kamailio/kamailio/issues/2361">#2361</a></li>
</ul>
<h4>Description</h4>
<p>When a destination is selected using one of the hash algorithms (over Call-ID, From, etc.)<br>
and destination is not available, then the next is selected. This causes the following problem :<br>
All messages to the unavailable destination will be sent to the same unique destination.<br>
This will cause that one destination will receive double load and the rest will continue with the same.</p>
<p>Solution : To better distribute messages, while also guaranteeing the same distribution of the hash, a re-hash of the hash is made.</p>
<p>As the rehash could select the same or other failed destination, it can rehash several times. The number of rehashes made is controlled by :</p>
<p>modparam("dispatcher", "ds_rehash_max", -1)</p>
<p>Which can take the following values :</p>
<p>-1 : The total count of destinations is used<br>
0 : Disabled. Reverts to original implementation.<br>
Positive number. Maximum number of rehashes.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/2362'>https://github.com/kamailio/kamailio/pull/2362</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>dispatcher : better distribution when using hash and destination is not available.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2362/files#diff-b9d00a2976c1b1c5d3535a5ae0e24047">src/modules/dispatcher/dispatch.c</a>
    (192)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2362/files#diff-5e75274551c31eb6158e6815fd840331">src/modules/dispatcher/dispatcher.c</a>
    (103)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/2362.patch'>https://github.com/kamailio/kamailio/pull/2362.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/2362.diff'>https://github.com/kamailio/kamailio/pull/2362.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/2362">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZMVAAD255X6Q5EHFETRW7MGDANCNFSM4N77G2UA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMGKXSDEUEDVXNQGUDRW7MGDA5CNFSM4N77G2UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4JRFEESA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/pull/2362",
"url": "https://github.com/kamailio/kamailio/pull/2362",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>