<p></p>
<p>The commit message first line has to start with the name of the module ("rr: ...") like per contributing guide:</p>
<ul>
<li><a href="https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format">https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-format</a></li>
</ul>
<p>It is important for generating changelogs and releases. I made a similar remark to your latest commit as well.</p>
<p>Then, related to the commit itself, <code>myself</code> matching is related to routing address (ip/domain) matching of the server, this should be the default behaviour. Otherwise, on this case, it can happen that is matching headers added by another node using same socket names, which can have unexpected side effects in processing .</p>
<p>Personally I do not really see the need for what this patch brings, because you can specify the domains associated with the sever on several ways: config alias parameters, domain module (with register myself) for dynamic or large number of domains and corex module for subdomains.</p>
<p>However, I am fine to add the behaviour of the patch, but controlled by a new rr module parameter (e.g, myself_mode) , default being disabled (e.g., myself_mode=0) so the match is done like so far, on address elements only.</p>

<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/2643#issuecomment-782830125">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZP75BN6DS5UN5XZPXDTADJ5DANCNFSM4X6XS4GA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZLWPIC6ZSAW42HXQQ3TADJ5DA5CNFSM4X6XS4GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOF2UQULI.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/2643#issuecomment-782830125",
"url": "https://github.com/kamailio/kamailio/pull/2643#issuecomment-782830125",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>