Extension Summary: New report - displays per extension call count and usage statistics within a given date range.

This commit is contained in:
Nate Jones
2014-08-06 05:21:13 +00:00
parent b96d8bdb52
commit a07f7871e3
4 changed files with 342 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ else {
echo " <td width='30%' align='left' valign='top' nowrap='nowrap'><b>".$text['label-call-statistics']."</b></td>\n";
echo " <td width='70%' align='right' valign='top'>\n";
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='xml_cdr.php'\" value='".$text['button-back']."'>\n";
echo " <input type='button' class='btn' value='".$text['button-extension_summary']."' onclick=\"document.location.href='xml_cdr_extension_summary.php';\">\n";
echo " <input type='button' class='btn' value='".$text['button-download_csv']."' onclick=\"document.location.href='xml_cdr_statistics_csv.php';\">\n";
echo " </td>\n";
echo "</tr>\n";