Add read and write codec to columns displayed (#6913)

* add read and write codec to columns displayed

* update the column display name to be Codecs
This commit is contained in:
frytimo
2024-03-16 13:56:28 -03:00
committed by GitHub
parent e279b0c7b6
commit 2264e2c0ed
4 changed files with 103 additions and 2 deletions

View File

@@ -277,6 +277,8 @@
$sql .= "c.source_number, \n";
$sql .= "c.destination_number, \n";
$sql .= "c.leg, \n";
$sql .= "c.read_codec, \n";
$sql .= "c.write_codec, \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";