I couldn't spot anything in the code and not able to reproduce. Can you print $tu in
the log messages, like:
```
if (registered("location", "$tu")){
xlog("L_INFO", "$rm $ci - [$tu] registered");
}
else{
xlog("L_INFO", "$rm $ci - [$tu] NOT registered");
}
```
Add also:
```
log_prefix="{$mt $hdr(CSeq) $ci} "
```
and set debug=3 in order to get all debug messages. Reproduce the case and attach the all
debug message for analyzis.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1267#issuecomment-365884822