mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update xml_cdr_details.php
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//find all other matching actions
|
//find all other matching actions
|
||||||
if ($value['extension'] == $detail_action) {
|
if ($value['extension'] == $detail_action) {
|
||||||
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/".$application."/app_languages.php")) {
|
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/".$application."/app_languages.php")) {
|
||||||
@@ -219,6 +219,7 @@
|
|||||||
//build the call flow summary array
|
//build the call flow summary array
|
||||||
$xml_cdr = new xml_cdr;
|
$xml_cdr = new xml_cdr;
|
||||||
$xml_cdr->call_direction = $call_direction;
|
$xml_cdr->call_direction = $call_direction;
|
||||||
|
$xml_cdr->billsec = $billsec;
|
||||||
if (empty($call_flow)) {
|
if (empty($call_flow)) {
|
||||||
$xml_cdr->call_details = $array;
|
$xml_cdr->call_details = $array;
|
||||||
$call_flow_array = $xml_cdr->call_flow();
|
$call_flow_array = $xml_cdr->call_flow();
|
||||||
|
|||||||
Reference in New Issue
Block a user