Browse Source

change log level for publisher cleanup

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
1983d7a458
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/presence-notify.cfg

+ 1
- 1
kamailio/presence-notify.cfg View File

@ -145,7 +145,7 @@ route[PRESENCE_PUBLISHER_CLEANUP]
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");
xlog("L_DEBUG", "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)");
}


Loading…
Cancel
Save