Browse Source

fix log message for reset zone

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

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

@ -60,7 +60,7 @@ route[RESET_PUBLISHER_ZONE]
$var(Query) = $_s(KZQ_PRESENCE_ZONE_RESET);
sql_query("exec", "$var(Query)");
$var(presentities) = $sqlrows(exec);
xlog("L_INFO", "$var(Msg-ID)|reset|removed $var(presentities) presentities from publisher $var(MediaUrl)\n");
xlog("L_INFO", "amqp|reset|removed $var(presentities) presentities from zone $var(Zone)\n");
if($var(presentities) > 0) {
route(PRESENCE_PUBLISHER_CLEANUP);
}


Loading…
Cancel
Save