mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr.php
This commit is contained in:
@@ -163,6 +163,13 @@
|
||||
//parse the xml and insert the data into the db
|
||||
$cdr->xml_array($i, $leg, $call_details);
|
||||
}
|
||||
|
||||
//limit the number of records process at one time
|
||||
if ($i == 100) {
|
||||
break;
|
||||
}
|
||||
|
||||
//increment the value
|
||||
$i++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user