Updates for CDR archives database server (#3036)

* Updates for CDR archives database server

* Add CDR Archive Server

* Updates for CDR archive server

* Updates for CDR Archive server

* Updates for CDR Archive server

* Create xml_cdr_archive.php
This commit is contained in:
konradSC
2018-04-23 15:24:30 -04:00
committed by FusionPBX
parent 222bb23321
commit c7510768c7
6 changed files with 861 additions and 5 deletions

View File

@@ -145,6 +145,12 @@
echo " <input type='button' class='btn' value='".$text['button-missed']."' onclick=\"document.location.href='xml_cdr.php?call_result=missed';\">\n";
}
echo " <input type='button' class='btn' value='".$text['button-statistics']."' onclick=\"document.location.href='xml_cdr_statistics.php';\">\n";
if (permission_exists('xml_cdr_archive')) {
if ($_REQUEST['show'] == 'all') {
$query_string = "show=all";
}
echo " <input type='button' class='btn' value='".$text['button-archive']."' onclick=\"window.location='xml_cdr_archive.php?$query_string';\">\n";
}
echo " <input type='button' class='btn' value='".$text['button-export']."' onclick=\"toggle_select('export_format');\">\n";
echo " <input type='button' class='btn' value='".$text['button-refresh']."' onclick=\"document.location.href='xml_cdr.php';\" />\n";
echo " </td>";