I'm using Vicidial 2.0.4-122 and Asterisk 1.2 with support to mfcr2. I spotted a possible bug. The AST_CLOSERstats.php shows 15 min graph stats. It suppose to show stats from date range, but it is not. Only show stats from begin date:
- Code: Select all
$stmt="select count(*) from vicidial_closer_log where call_date >= '$query_date $h:00:00' and call_date <= '$query_date $h:14:59' and campaign_id='" . mysql_real_escape_string($group) . "';
All other number seams correct, so 15min graph doesn't. I checked new version from the trunk and I found same thing.
This is a bug or Am I wrong?
Luc