mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add answered to the extension summary
This commit is contained in:
@@ -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'])." </td>\n";
|
||||
echo " <td class='center'>".escape($row['answered'])." </td>\n";
|
||||
echo " <td class='center'>".escape($row['missed'])." </td>\n";
|
||||
echo " <td class='center'>".escape($row['no_answer'])." </td>\n";
|
||||
echo " <td class='center'>".escape($row['busy'])." </td>\n";
|
||||
@@ -231,4 +233,4 @@
|
||||
//show the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user