You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
442 B

route[PRESENCE_INITIAL_CLEANUP]
{
xlog("L_INFO", "processing presence initial cleanup\n");
if (sql_xquery("cb", "select * from tmp_probe", "ra") == 1)
{
while($xavp(ra) != $null) {
xlog("L_WARNING", "processing $xavp(ra=>event) notifies for $xavp(ra=>presentity_uri)\n");
pres_refresh_watchers("$xavp(ra=>presentity_uri)", "$xavp(ra=>event)", 1);
pv_unset("$xavp(ra)");
}
}
}