Process files in the cdr directory when the service has started

This commit is contained in:
FusionPBX
2026-03-11 19:23:55 +00:00
committed by GitHub
parent e129db46b2
commit 5667aa3157

View File

@@ -131,6 +131,9 @@ class xml_cdr_service extends service {
// Set the initial time
$last_poll_time = time();
// Read the directory to find files to process
$this->process_files();
// Service work is handled here
while ($this->running) {