Add missed calls to CDR and CDR statistics.

This commit is contained in:
Mark Crane
2013-01-17 18:32:16 +00:00
parent ce1c49d909
commit 0dd2e848b4
5 changed files with 44 additions and 28 deletions

View File

@@ -76,7 +76,8 @@ else {
echo "<table>\n";
echo "<tr>\n";
echo "<td>\n";
echo " <input type='button' class='btn' value='".$text['label-statistics']."' onclick=\"document.location.href='xml_cdr_statistics.php';\">\n";
echo " <input type='button' class='btn' value='".$text['button-missed']."' onclick=\"document.location.href='xml_cdr.php?missed=true';\">\n";
echo " <input type='button' class='btn' value='".$text['button-statistics']."' onclick=\"document.location.href='xml_cdr_statistics.php';\">\n";
echo "</td>\n";
echo "<form method='post' action='xml_cdr_csv.php'>";
echo "<td>\n";