mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -40,6 +40,9 @@ else {
|
||||
|
||||
//additional includes
|
||||
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
||||
if ($_REQUEST['archive_request'] == 'true') {
|
||||
$archive_request = 'true';
|
||||
}
|
||||
require_once "xml_cdr_inc.php";
|
||||
|
||||
//get the format
|
||||
@@ -286,4 +289,4 @@ else {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user