Update xml_cdr_import.php

This commit is contained in:
FusionPBX 2021-05-26 10:53:50 -06:00 committed by GitHub
parent b67d55b39c
commit 764a46458e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -44,10 +44,11 @@
ini_set('memory_limit', '256M');
ini_set("precision", 6);
//import the call detail records
$cdr = new xml_cdr;
//import from the FreeSWITCH POST
//import from the FreeSWITCH POST
$cdr->post();
//import from the file system
//import from the file system
$cdr->read_files();
?>
?>