mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-02 02:03:48 +00:00
Add domain_uuid to the CDR result set.
This commit is contained in:
@@ -95,7 +95,7 @@ else {
|
||||
} else {
|
||||
$mos_comparison = '';
|
||||
}
|
||||
//$mos_comparison = check_str($_REQUEST["mos_comparison"]);
|
||||
//$mos_comparison = check_str($_REQUEST["mos_comparison"]);
|
||||
$mos_score = check_str($_REQUEST["mos_score"]);
|
||||
}
|
||||
|
||||
@@ -284,6 +284,7 @@ else {
|
||||
|
||||
//get the results from the db
|
||||
$sql = "select ";
|
||||
$sql .= "domain_uuid, ";
|
||||
$sql .= "start_stamp, ";
|
||||
$sql .= "start_epoch, ";
|
||||
$sql .= "hangup_cause, ";
|
||||
@@ -338,4 +339,4 @@ else {
|
||||
$row_style["1"] = "row_style1";
|
||||
$row_style["2"] = "row_style2";
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user