Add answered to the extension summary

This commit is contained in:
FusionPBX
2020-07-07 22:13:28 -06:00
committed by GitHub
parent e9584fe09c
commit 0d2e62bc9b

View File

@@ -193,6 +193,7 @@
}
echo " <th>".$text['label-extension']."</th>\n";
echo " <th>".$text['label-number_alias']."</th>\n";
echo " <th class='center'>".$text['label-answered']."</th>\n";
echo " <th class='center'>".$text['label-missed']."</th>\n";
echo " <th class='center'>".$text['label-no_answer']."</th>\n";
echo " <th class='center'>".$text['label-busy']."</th>\n";
@@ -212,6 +213,7 @@
}
echo " <td>".escape($row['extension'])."</td>\n";
echo " <td>".escape($row['number_alias'])."&nbsp;</td>\n";
echo " <td class='center'>".escape($row['answered'])."&nbsp;</td>\n";
echo " <td class='center'>".escape($row['missed'])."&nbsp;</td>\n";
echo " <td class='center'>".escape($row['no_answer'])."&nbsp;</td>\n";
echo " <td class='center'>".escape($row['busy'])."&nbsp;</td>\n";
@@ -231,4 +233,4 @@
//show the footer
require_once "resources/footer.php";
?>
?>