Call Flow Summary add name, application, link, and a new summary style. Controlled by summary_style setting.

This commit is contained in:
FusionPBX
2023-10-12 23:58:11 -06:00
committed by GitHub
parent 4dbd4e10a3
commit d5f39cf0b2
19 changed files with 662 additions and 407 deletions
+12 -12
View File
@@ -275,13 +275,13 @@
//show the results
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";
echo " <th>".$text['table-hours']."</th>\n";
echo " <th>".$text['table-date']."</th>\n";
echo " <th class='no-wrap'>".$text['table-time']."</th>\n";
echo " <th>".$text['label-hours']."</th>\n";
echo " <th>".$text['label-date']."</th>\n";
echo " <th class='no-wrap'>".$text['label-time']."</th>\n";
echo " <th>Volume</th>\n";
echo " <th>".$text['table-minutes']."</th>\n";
echo " <th>".$text['table-calls-per-minute']."</th>\n";
echo " <th class='center'>".$text['table-missed']."</th>\n";
echo " <th>".$text['label-minutes']."</th>\n";
echo " <th>".$text['label-calls-per-minute']."</th>\n";
echo " <th class='center'>".$text['label-missed']."</th>\n";
echo " <th>ASR</th>\n";
echo " <th title='".$text['description-aloc']."'>".$text['label-aloc']."</th>\n";
echo "</tr>\n";
@@ -301,13 +301,13 @@
echo " </td>\n";
echo "</tr>\n";
echo "<tr class='list-header'>\n";
echo " <th class='no-wrap'>".$text['table-days']."</th>\n";
echo " <th class='no-wrap'>".$text['table-date']."</th>\n";
echo " <th class='no-wrap'>".$text['table-time']."</th>\n";
echo " <th class='no-wrap'>".$text['label-days']."</th>\n";
echo " <th class='no-wrap'>".$text['label-date']."</th>\n";
echo " <th class='no-wrap'>".$text['label-time']."</th>\n";
echo " <th>Volume</th>\n";
echo " <th>".$text['table-minutes']."</th>\n";
echo " <th class='no-wrap'>".$text['table-calls-per-minute']."</th>\n";
echo " <th class='center'>".$text['table-missed']."</th>\n";
echo " <th>".$text['label-minutes']."</th>\n";
echo " <th class='no-wrap'>".$text['label-calls-per-minute']."</th>\n";
echo " <th class='center'>".$text['label-missed']."</th>\n";
echo " <th>ASR</th>\n";
echo " <th>ALOC</th>\n";
echo "</tr>\n";