mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-03 06:29:20 +00:00
Update xml_cdr_import.php
This commit is contained in:
@@ -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();
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user