2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
|
|
|
|
/*
|
|
|
|
|
FusionPBX
|
|
|
|
|
Version: MPL 1.1
|
|
|
|
|
|
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
http://www.mozilla.org/MPL/
|
|
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
|
for the specific language governing rights and limitations under the
|
|
|
|
|
License.
|
|
|
|
|
|
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is
|
|
|
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
2017-12-09 20:04:13 +01:00
|
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2017
|
2012-06-04 16:58:40 +02:00
|
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
|
|
|
*/
|
2016-11-26 04:37:44 +01:00
|
|
|
|
|
|
|
|
//includes
|
|
|
|
|
require_once "root.php";
|
|
|
|
|
require_once "resources/require.php";
|
|
|
|
|
require_once "resources/check_auth.php";
|
|
|
|
|
|
|
|
|
|
//check permissions
|
|
|
|
|
if (permission_exists('gateway_view')) {
|
|
|
|
|
//access granted
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo "access denied";
|
|
|
|
|
exit;
|
|
|
|
|
}
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2012-12-23 09:18:15 +01:00
|
|
|
//add multi-lingual support
|
2015-01-18 11:06:08 +01:00
|
|
|
$language = new text;
|
|
|
|
|
$text = $language->get();
|
2012-12-23 09:18:15 +01:00
|
|
|
|
|
|
|
|
//additional includes
|
2013-07-06 08:29:50 +02:00
|
|
|
require_once "resources/header.php";
|
|
|
|
|
require_once "resources/paging.php";
|
2012-12-23 09:18:15 +01:00
|
|
|
|
|
|
|
|
//get variables used to control the order
|
2019-08-09 04:11:33 +02:00
|
|
|
$order_by = $_GET["order_by"];
|
|
|
|
|
$order = $_GET["order"];
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//connect to event socket
|
2012-12-23 09:18:15 +01:00
|
|
|
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
|
|
|
|
if ($fp) {
|
2019-08-09 04:11:33 +02:00
|
|
|
if (strlen($_GET["a"]) > 0 && is_uuid($_GET["gateway"])) {
|
|
|
|
|
$profile = $_GET["profile"];
|
2012-12-23 09:18:15 +01:00
|
|
|
if (strlen($profile) == 0) {
|
|
|
|
|
$profile = 'external';
|
2012-06-04 16:58:40 +02:00
|
|
|
}
|
2012-12-23 09:18:15 +01:00
|
|
|
if ($_GET["a"] == "stop") {
|
2019-08-09 04:11:33 +02:00
|
|
|
$gateway_uuid = $_GET["gateway"];
|
2013-12-06 09:12:48 +01:00
|
|
|
$cmd = 'api sofia profile '.$profile.' killgw '.$gateway_uuid;
|
2012-12-23 09:18:15 +01:00
|
|
|
$response = trim(event_socket_request($fp, $cmd));
|
|
|
|
|
$msg = '<strong>Stop Gateway:</strong><pre>'.$response.'</pre>';
|
|
|
|
|
}
|
|
|
|
|
if ($_GET["a"] == "start") {
|
2013-12-06 09:12:48 +01:00
|
|
|
$gateway_uuid = $_GET["gateway"];
|
2012-12-23 09:18:15 +01:00
|
|
|
$cmd = 'api sofia profile '.$profile.' rescan';
|
|
|
|
|
$response = trim(event_socket_request($fp, $cmd));
|
|
|
|
|
$msg = '<strong>Start Gateway:</strong><pre>'.$response.'</pre>';
|
2012-06-04 16:58:40 +02:00
|
|
|
}
|
|
|
|
|
}
|
2012-12-23 09:18:15 +01:00
|
|
|
|
|
|
|
|
if (!function_exists('switch_gateway_status')) {
|
2013-12-06 09:12:48 +01:00
|
|
|
function switch_gateway_status($gateway_uuid, $result_type = 'xml') {
|
2012-12-23 09:18:15 +01:00
|
|
|
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
2013-12-06 09:12:48 +01:00
|
|
|
$cmd = 'api sofia xmlstatus gateway '.$gateway_uuid;
|
2014-06-24 01:05:16 +02:00
|
|
|
$response = trim(event_socket_request($fp, $cmd));
|
|
|
|
|
if ($response == "Invalid Gateway!") {
|
|
|
|
|
$cmd = 'api sofia xmlstatus gateway '.strtoupper($gateway_uuid);
|
|
|
|
|
$response = trim(event_socket_request($fp, $cmd));
|
|
|
|
|
}
|
|
|
|
|
return $response;
|
2012-12-23 09:18:15 +01:00
|
|
|
}
|
2012-06-04 16:58:40 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2012-12-23 09:18:15 +01:00
|
|
|
//show the content
|
2015-02-15 09:05:14 +01:00
|
|
|
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
2012-12-23 09:18:15 +01:00
|
|
|
echo " <tr>\n";
|
|
|
|
|
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-gateways']."</b></td>\n";
|
|
|
|
|
echo " <td align='right'>";
|
2017-12-09 20:04:13 +01:00
|
|
|
if (permission_exists('gateway_all')) {
|
|
|
|
|
if ($_GET['show'] == 'all') {
|
|
|
|
|
echo " <input type='hidden' name='show' value='all'>";
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo " <input type='button' class='btn' value='".$text['button-show_all']."' onclick=\"window.location='gateways.php?show=all';\">\n";
|
|
|
|
|
}
|
|
|
|
|
}
|
2012-12-23 09:18:15 +01:00
|
|
|
echo " <input type='button' class='btn' name='refresh' alt='".$text['button-refresh']."' onclick=\"window.location='gateways.php'\" value='".$text['button-refresh']."'>\n";
|
|
|
|
|
echo " </td>\n";
|
|
|
|
|
echo " </tr>\n";
|
|
|
|
|
echo " <tr>\n";
|
|
|
|
|
echo " <td align='left' colspan='2'>\n";
|
|
|
|
|
echo " <span class=\"vexpl\">\n";
|
|
|
|
|
echo " ".$text['description-gateway']."\n";
|
|
|
|
|
echo " </span>\n";
|
|
|
|
|
echo " </td>\n";
|
|
|
|
|
echo " </tr>\n";
|
|
|
|
|
echo "</table>\n";
|
|
|
|
|
echo "<br />\n";
|
|
|
|
|
|
2015-03-22 09:17:04 +01:00
|
|
|
//get total gateway count from the database
|
2019-08-09 04:11:33 +02:00
|
|
|
$sql = "select count(*) from v_gateways ";
|
|
|
|
|
if (!($_GET['show'] == "all" && permission_exists('gateway_all'))) {
|
|
|
|
|
$sql .= "where (domain_uuid = :domain_uuid ".(permission_exists('gateway_domain') ? " or domain_uuid is null " : null).") ";
|
|
|
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
2015-03-22 09:17:04 +01:00
|
|
|
}
|
2019-08-09 04:11:33 +02:00
|
|
|
$database = new database;
|
|
|
|
|
$total_gateways = $database->select($sql, $parameters, 'column');
|
2015-03-22 09:17:04 +01:00
|
|
|
|
2012-12-23 09:18:15 +01:00
|
|
|
//prepare to page the results
|
2016-05-21 21:04:31 +02:00
|
|
|
$rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50;
|
2018-06-04 00:47:15 +02:00
|
|
|
$param = "&order_by=".escape($order_by)."&order=".escape($order);
|
2016-05-21 21:04:31 +02:00
|
|
|
if (!isset($_GET['page'])) { $_GET['page'] = 0; }
|
|
|
|
|
$_GET['page'] = check_str($_GET['page']);
|
|
|
|
|
list($paging_controls, $rows_per_page, $var_3) = paging($total_gateways, $param, $rows_per_page);
|
|
|
|
|
$offset = $rows_per_page * $_GET['page'];
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2012-12-23 09:18:15 +01:00
|
|
|
//get the list
|
2019-08-09 04:11:33 +02:00
|
|
|
$sql = str_replace('count(*)', '*', $sql);
|
|
|
|
|
$sql .= order_by($order_by, $order, 'gateway', 'asc');
|
|
|
|
|
$sql .= limit_offset($rows_per_page, $offset);
|
|
|
|
|
$database = new database;
|
|
|
|
|
$gateways = $database->select($sql, $parameters, 'all');
|
|
|
|
|
unset($sql, $parameters);
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2012-12-23 09:18:15 +01:00
|
|
|
$c = 0;
|
|
|
|
|
$row_style["0"] = "row_style0";
|
|
|
|
|
$row_style["1"] = "row_style1";
|
|
|
|
|
|
2014-06-21 09:04:04 +02:00
|
|
|
echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
2012-12-23 09:18:15 +01:00
|
|
|
echo "<tr>\n";
|
2017-12-09 20:04:13 +01:00
|
|
|
if ($_GET['show'] == "all" && permission_exists('gateway_all')) {
|
|
|
|
|
echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param);
|
|
|
|
|
}
|
2012-12-23 09:18:15 +01:00
|
|
|
echo th_order_by('gateway', $text['label-gateway'], $order_by, $order);
|
|
|
|
|
echo th_order_by('context', $text['label-context'], $order_by, $order);
|
|
|
|
|
if ($fp) {
|
|
|
|
|
echo "<th>".$text['label-status']."</th>\n";
|
|
|
|
|
echo "<th>".$text['label-action']."</th>\n";
|
|
|
|
|
echo "<th>".$text['label-state']."</th>\n";
|
|
|
|
|
}
|
2015-10-04 09:29:03 +02:00
|
|
|
echo th_order_by('hostname', $text['label-hostname'], $order_by, $order);
|
2012-12-23 09:18:15 +01:00
|
|
|
echo th_order_by('enabled', $text['label-enabled'], $order_by, $order);
|
|
|
|
|
echo th_order_by('description', $text['label-description'], $order_by, $order);
|
2014-02-26 03:32:56 +01:00
|
|
|
echo "<td class='list_control_icons'>";
|
2012-12-23 09:18:15 +01:00
|
|
|
if (permission_exists('gateway_add')) {
|
2015-03-22 09:17:04 +01:00
|
|
|
if ($_SESSION['limit']['gateways']['numeric'] == '' || ($_SESSION['limit']['gateways']['numeric'] != '' && $total_gateways < $_SESSION['limit']['gateways']['numeric'])) {
|
|
|
|
|
echo "<a href='gateway_edit.php' alt='".$text['button-add']."'>".$v_link_label_add."</a>";
|
|
|
|
|
}
|
2012-12-23 09:18:15 +01:00
|
|
|
}
|
|
|
|
|
echo "</td>\n";
|
|
|
|
|
echo "</tr>\n";
|
|
|
|
|
|
2018-06-04 00:47:15 +02:00
|
|
|
if (is_array($gateways)) {
|
2015-10-04 18:50:05 +02:00
|
|
|
foreach($gateways as $row) {
|
2018-06-04 00:47:15 +02:00
|
|
|
$tr_link = (permission_exists('gateway_edit')) ? "href='gateway_edit.php?id=".escape($row['gateway_uuid'])."'" : null;
|
2016-11-26 04:37:44 +01:00
|
|
|
echo "<tr ".$tr_link.">\n";
|
2017-12-09 20:04:13 +01:00
|
|
|
if ($_GET['show'] == "all" && permission_exists('gateway_all')) {
|
2017-12-17 10:18:04 +01:00
|
|
|
if (strlen($_SESSION['domains'][$row['domain_uuid']]['domain_name']) > 0) {
|
2019-08-15 18:21:20 +02:00
|
|
|
$domain = $_SESSION['domains'][$row['domain_uuid']]['domain_name'];
|
2017-12-17 10:18:04 +01:00
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
$domain = $text['label-global'];
|
|
|
|
|
}
|
2018-06-04 00:47:15 +02:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>".escape($domain)."</td>\n";
|
2017-12-09 20:04:13 +01:00
|
|
|
}
|
2014-06-21 02:58:16 +02:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>";
|
2016-11-26 04:37:44 +01:00
|
|
|
if (permission_exists('gateway_edit')) {
|
2018-06-04 00:47:15 +02:00
|
|
|
echo "<a href='gateway_edit.php?id=".escape($row['gateway_uuid'])."'>".escape($row["gateway"])."</a>";
|
2014-06-21 02:58:16 +02:00
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo $row["gateway"];
|
|
|
|
|
}
|
|
|
|
|
echo "</td>\n";
|
2018-06-04 00:47:15 +02:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row["context"])."</td>\n";
|
2012-12-23 09:18:15 +01:00
|
|
|
if ($fp) {
|
|
|
|
|
if ($row["enabled"] == "true") {
|
2013-12-06 09:12:48 +01:00
|
|
|
$response = switch_gateway_status($row["gateway_uuid"]);
|
2012-12-23 09:18:15 +01:00
|
|
|
if ($response == "Invalid Gateway!") {
|
|
|
|
|
//not running
|
|
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>".$text['label-status-stopped']."</td>\n";
|
2018-06-04 00:47:15 +02:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'><a href='gateways.php?a=start&gateway=".escape($row["gateway_uuid"])."&profile=".escape($row["profile"])."' alt='".$text['label-action-start']."'>".$text['label-action-start']."</a></td>\n";
|
2012-12-23 09:18:15 +01:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'> </td>\n";
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
//running
|
|
|
|
|
try {
|
|
|
|
|
$xml = new SimpleXMLElement($response);
|
|
|
|
|
$state = $xml->state;
|
|
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>".$text['label-status-running']."</td>\n";
|
2018-06-04 00:47:15 +02:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'><a href='gateways.php?a=stop&gateway=".escape($row["gateway_uuid"])."&profile=".escape($row["profile"])."' alt='".$text['label-action-stop']."'>".$text['label-action-stop']."</a></td>\n";
|
|
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>".escape($state)."</td>\n"; //REGED, NOREG, UNREGED
|
2012-12-23 09:18:15 +01:00
|
|
|
}
|
|
|
|
|
catch(Exception $e) {
|
|
|
|
|
//echo $e->getMessage();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'> </td>\n";
|
|
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'> </td>\n";
|
2012-06-04 16:58:40 +02:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'> </td>\n";
|
|
|
|
|
}
|
2018-06-04 00:47:15 +02:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."'>".escape($row["hostname"])."</td>\n";
|
2012-12-23 09:18:15 +01:00
|
|
|
if ($row["enabled"] == "true") {
|
|
|
|
|
echo " <td valign='top' class='".$row_style[$c]."' style='align: center;'>".$text['label-true']."</td>\n";
|
|
|
|
|
}
|
2012-06-04 16:58:40 +02:00
|
|
|
else {
|
2012-12-23 09:18:15 +01:00
|
|
|
echo " <td valign='top' class='".$row_style[$c]."' style='align: center;'>".$text['label-false']."</td>\n";
|
2012-06-04 16:58:40 +02:00
|
|
|
}
|
2018-06-04 00:47:15 +02:00
|
|
|
echo " <td valign='top' class='row_stylebg'>".escape($row["description"])." </td>\n";
|
2014-02-26 03:32:56 +01:00
|
|
|
echo " <td class='list_control_icons'>";
|
2016-11-26 04:37:44 +01:00
|
|
|
if (permission_exists('gateway_edit')) {
|
2018-06-04 00:47:15 +02:00
|
|
|
echo "<a href='gateway_edit.php?id=".escape($row['gateway_uuid'])."' alt='".$text['button-edit']."'>$v_link_label_edit</a>";
|
2012-12-23 09:18:15 +01:00
|
|
|
}
|
2016-11-26 04:37:44 +01:00
|
|
|
if (permission_exists('gateway_delete')) {
|
2018-06-04 00:47:15 +02:00
|
|
|
echo "<a href='gateway_delete.php?id=".escape($row['gateway_uuid'])."' alt='".$text['button-delete']."' onclick=\"return confirm('".$text['confirm-delete']."')\">$v_link_label_delete</a>";
|
2012-12-23 09:18:15 +01:00
|
|
|
}
|
|
|
|
|
echo " </td>\n";
|
|
|
|
|
echo "</tr>\n";
|
2012-06-04 16:58:40 +02:00
|
|
|
}
|
2019-08-09 04:11:33 +02:00
|
|
|
$c = $c ? 0 : 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
unset($gateways, $row);
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2012-12-23 09:18:15 +01:00
|
|
|
echo "<tr>\n";
|
2016-05-21 21:04:31 +02:00
|
|
|
echo "</table>\n";
|
|
|
|
|
echo "<br />\n";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2016-05-21 21:04:31 +02:00
|
|
|
echo $paging_controls."\n";
|
|
|
|
|
echo "<br /><br />\n";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
2012-12-23 09:18:15 +01:00
|
|
|
//include the footer
|
2013-07-06 08:29:50 +02:00
|
|
|
require_once "resources/footer.php";
|
2014-03-22 02:15:24 +01:00
|
|
|
|
2016-11-26 04:37:44 +01:00
|
|
|
?>
|