Add domain_uuid to the CDR result set.

This commit is contained in:
markjcrane 2016-02-23 19:42:10 -07:00
parent e44cfabcb9
commit 3e1e822fbd
1 changed files with 3 additions and 2 deletions

View File

@ -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, ";