Daniel-Constantin Mierla writes:
After analysis the best solution seems to be to match
on ruid for
database operations, because matching on path will be very inefficient
(contact or contact+callid should still be quite ok).
makes sense to use ruid for that. since this would again be db
operation on ruid, it would make sense to introduce index on ruid.
especially db only mode would suffer a lot without the index.
-- juha