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:
https://github.com/kamailio/kamailio/commit/c46a5f2792b8553ade871d98cfe892c5a48a3ff6#commitcomment-15420053_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev