mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user