Add domain_uuid to the CDR result set.
This commit is contained in:
@@ -284,6 +284,7 @@ else {
|
|||||||
|
|
||||||
//get the results from the db
|
//get the results from the db
|
||||||
$sql = "select ";
|
$sql = "select ";
|
||||||
|
$sql .= "domain_uuid, ";
|
||||||
$sql .= "start_stamp, ";
|
$sql .= "start_stamp, ";
|
||||||
$sql .= "start_epoch, ";
|
$sql .= "start_epoch, ";
|
||||||
$sql .= "hangup_cause, ";
|
$sql .= "hangup_cause, ";
|
||||||
|
|||||||
Reference in New Issue
Block a user