<p>after this commit one of my function to match the registered contact stopped working as expected. Here's the code snippet:</p>

<pre><code>$xavp(reg=>match_callid) = $avp(callid);

        #---match existing record based on callid---
        if(registered("location", "$tu", 1)) {
                xlog("L_INFO", "It is a Re-Register");
        }
</code></pre>

<p>The above registered function returned true even when the callid of the new REGISTER request was different from the existing one. It seems like some side effect of the commit. When i went back to the commit earlier than this, it worked as before.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/commit/c46a5f2792b8553ade871d98cfe892c5a48a3ff6#commitcomment-15420053">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZY7t8dmux3Zes5ohroV2UfRnxIqtks5pZiBEgaJpZM4HD5VQ.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/commit/c46a5f2792b8553ade871d98cfe892c5a48a3ff6#commitcomment-15420053"></link>
  <meta itemprop="name" content="View Commit"></meta>
</div>
<meta itemprop="description" content="View this Commit on GitHub"></meta>
</div>