Active Calls: Removed broken Transfer, Park and Record options in favor the Operator Panel (Park functionality to eventually be added to the OP).

Operator Panel: Only superadmin group can view debug info.
This commit is contained in:
Nate Jones
2015-04-30 02:55:35 +00:00
parent 5a34fb1a35
commit 392b875b3a
5 changed files with 76 additions and 138 deletions
+2 -3
View File
@@ -38,9 +38,8 @@ else {
$language = new text;
$text = $language->get();
//echo PROJECT_PATH."/themes/".$_SESSION['domain']['template']['name']."/config.php";
//exit;
include_once("themes/".$_SESSION['domain']['template']['name']."/config.php");
//include theme config for button images
include_once("themes/".$_SESSION['domain']['template']['name']."/config.php");
$switch_cmd = 'fifo list';
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);