on version 14, table daily_cdr was cleaned by this cron
On version 8, the table is populated by Asterisk but never cleaned
Steps to reproduce
- on a nethvoice check the oldest daily_cdr entry
SELECT calldate FROM daily_cdr ORDER BY calldate ASC limit 1;
Expected behavior
- shouldn't be older than 1 day
Actual behavior
- Oldest entry is older than 1 day