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

$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");
        }

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.


Reply to this email directly or view it on GitHub.