Add more FIFO Queue features
- Ring Strategy - Queue - Exit Key - Exit Action
This commit is contained in:
+4
-5
@@ -145,8 +145,8 @@
|
||||
$sql .= "fifo_uuid, ";
|
||||
$sql .= "fifo_name, ";
|
||||
$sql .= "fifo_extension, ";
|
||||
$sql .= "fifo_agent_queue, ";
|
||||
$sql .= "fifo_agent_status, ";
|
||||
$sql .= "fifo_agent_queue, ";
|
||||
$sql .= "fifo_music, ";
|
||||
$sql .= "u.domain_uuid, ";
|
||||
$sql .= "d.domain_name, ";
|
||||
@@ -249,8 +249,8 @@
|
||||
}
|
||||
echo th_order_by('fifo_name', $text['label-fifo_name'], $order_by, $order);
|
||||
echo th_order_by('fifo_extension', $text['label-fifo_extension'], $order_by, $order);
|
||||
echo th_order_by('fifo_agent_queue', $text['label-fifo_agent_queue'], $order_by, $order);
|
||||
echo th_order_by('fifo_agent_status', $text['label-fifo_agent_status'], $order_by, $order);
|
||||
echo th_order_by('fifo_agent_queue', $text['label-fifo_agent_queue'], $order_by, $order);
|
||||
echo th_order_by('fifo_order', $text['label-fifo_order'], $order_by, $order);
|
||||
echo th_order_by('fifo_enabled', $text['label-enabled'], $order_by, $order, null, "class='center'");
|
||||
echo " <th class='hide-sm-dn'>".$text['label-fifo_description']."</th>\n";
|
||||
@@ -287,8 +287,8 @@
|
||||
}
|
||||
echo " </td>\n";
|
||||
echo " <td>".escape($row['fifo_extension'])."</td>\n";
|
||||
echo " <td>".escape($row['fifo_agent_queue'])."</td>\n";
|
||||
echo " <td>".escape($row['fifo_agent_status'])."</td>\n";
|
||||
echo " <td>".escape($row['fifo_agent_queue'])."</td>\n";
|
||||
echo " <td>".escape($row['fifo_order'])."</td>\n";
|
||||
if (permission_exists('fifo_edit')) {
|
||||
echo " <td class='no-link center'>\n";
|
||||
@@ -322,5 +322,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user