Browse Source

remove unused code

update-rsyslog-config
lazedo 7 years ago
parent
commit
af6a024449
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      kamailio/keepalive.cfg

+ 6
- 0
kamailio/keepalive.cfg View File

@ -178,3 +178,9 @@ route[KEEPALIVE_ON_SUBSCRIBE]
mq_add("keepalive_db_queue", "$ci", "$var(sql)");
}
}
route[KEEPALIVE_ON_EXPIRED_REGISTRATION]
{
$var(Query) = $_s(DELETE FROM keepalive where contact like "$ulc(exp=>addr)%");
mq_add("keepalive_db_queue", "$uuid(g)", "$var(Query)");
}

Loading…
Cancel
Save