CDR add permision to hide call center agent legs

Author:    agree <ahrongreenberg@gmail.com>
This commit is contained in:
Greenbea
2021-01-12 16:55:27 -05:00
committed by agree
parent 4256bd5081
commit 3a01537487
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -242,6 +242,7 @@
$sql .= "c.source_number, \n";
$sql .= "c.destination_number, \n";
$sql .= "c.leg, \n";
$sql .= "c.cc_side, \n";
//$sql .= "(c.xml is not null or c.json is not null) as raw_data_exists, \n";
//$sql .= "c.json, \n";
if (is_array($_SESSION['cdr']['field'])) {