Hello,

Just need a bit of clarification on the usrloc parameter "timer_interval". Let's say this is configured with a value of 60 seconds; every 60 seconds, will this delete all expired contacts in the location table between runs -- as in between runs it will queue up a list of expired contacts, remove them all after the 60 seconds has elapsed, then execute the event route "event_route[usrloc:contact-expired]"?

Or does the event route execute as soon as the contact expires, independent from "timer_interval" timer?

Thank you.