The only other thing going on at the time (before 23:18:40 and between 23:18:40 and 23:24:40) was some registrations (I have kamailio set up as a registrar), so I eliminated the log messages associated with those for brevity. The local patch that I've applied to log the message and keep things going is:

--- a/modules/uac/uac_reg.c 2015-07-13 10:55:13.596283423 -0400
+++ b/modules/uac/uac_reg.c 2015-07-13 10:57:09.301555783 -0400
@@ -929,7 +929,10 @@
if(reg->expires==0)
return 1;
if(reg->flags&UAC_REG_ONGOING)


Reply to this email directly or view it on GitHub.