Add better logging to XML CDR

This commit is contained in:
markjcrane
2021-05-26 14:29:46 -06:00
parent 764a46458e
commit 2750475ab2
3 changed files with 63 additions and 30 deletions
+1 -3
View File
@@ -44,11 +44,9 @@
ini_set('memory_limit', '256M');
ini_set("precision", 6);
//import the call detail records
//import the call detail records from HTTP POST or file system
$cdr = new xml_cdr;
//import from the FreeSWITCH POST
$cdr->post();
//import from the file system
$cdr->read_files();
?>