mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add conference moderators to conference session details.
This commit is contained in:
@@ -113,6 +113,7 @@ require_once "includes/paging.php";
|
||||
//echo th_order_by('uuid', 'UUID', $order_by, $order);
|
||||
echo th_order_by('caller_id_name', 'Caller ID Name', $order_by, $order);
|
||||
echo th_order_by('caller_id_number', 'Caller ID Number', $order_by, $order);
|
||||
echo th_order_by('moderator', 'Moderator', $order_by, $order);
|
||||
echo th_order_by('network_addr', 'Network Address', $order_by, $order);
|
||||
echo "<th>Time</th>\n";
|
||||
echo th_order_by('start_epoch', 'Start', $order_by, $order);
|
||||
@@ -139,6 +140,7 @@ require_once "includes/paging.php";
|
||||
//echo " <td valign='top' class='".$row_style[$c]."'>".$row['conference_session_uuid']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['caller_id_name']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['caller_id_number']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['moderator']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['network_addr']." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$time_difference." </td>\n";
|
||||
echo " <td valign='top' class='".$row_style[$c]."'>".$start_date." </td>\n";
|
||||
|
||||
Reference in New Issue
Block a user