mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
* Change the data type to boolean
* Use boolean values in SQL and Conditional Statements
* Schema Data Types: Drop views so that alter tables statements complete
* Update settings.php
* Add extension for call_screen_enabled
* Gateway handle boolean
Add the boolean toggle
- distinct_to
- caller_id_in_from
- supress_cng
- extension_in_contact
- contact_in_ping
* Update gateways.php
* Update voicemail_edit.php
* Replace the ${caller_id_name} with the extensions caller id name
* Phrase - Edit: Update slide toggle with new select beneath.
* Update the input toggle style
* Set the input_toggle_style_switch as boolean
* Update the input toggle style
* Theme: Adjust CSS to wrap description text on form fields.
* Add domain_uuid and domain_name to the SQL SELECT
* Unset the parameters to fix the next query
* Gateway: Integrate new slide toggle switch.
* Dashboard: Update the input toggle style (#7499)
* Dashboard: Update the input toggle style
* Update dashboard_widget_edit.php
* Update dashboard_edit.php
* Inbound Route - Add: Integrate new slide toggle switch and boolean.
* User Settings: Integrate new slide toggle switch.
* Call Block Edit: Update the input toggle style (#7500)
* Bridge Edit: Update the input toggle style (#7501)
* Update phrases.php
* Update domain_edit.php
* Domain Settings Edit: Update the input toggle style
* User Edit: Update the input toggle style
* Update install.php
* Remove fields marked as deprecated
* Use boolean in the select statement
* Streams: New slide toggle and boolean.
* Streams: Remove unnecessary default.
* Queues (FIFO): New slide toggle.
* Call Detail Records: Update the input toggle style (#7503)
* Call Detail Records: Update the input toggle style
* Update xml_cdr_extension_summary.php
* Update xml_cdr_extension_summary.php
* Update xml_cdr_extension_summary.php
* Call Centers: Update the input toggle style (#7502)
* Call Centers: Update the input toggle style
* Update call_center_agent_edit.php
* Conference Centers: Update the input toggle style (#7506)
* Conference Centers: Update the input toggle style
* Update app_config.php
* Update conference_center_edit.php
* Use boolean data type (#7505)
* Call Flow Edit: Update the input toggle style (#7504)
* Devices: Update the input toggle style
* IVR Menus: New slide toggle.
* IVR Menu: Remove deprected file.
* SIP Profile - Edit: New slide toggle.
* Device Profiles: Update the input toggle style
* Ring Groups - List: Fix syntax.
* Theme: Fire onchange event when switching slide toggle control.
* Device Vendors: Update the input toggle style
* Update enabled boolean
* Update device_edit.php
* Ring Groups: New slide toggle.
* Update domain_edit.php
* Email Templates: Update the input toggle style
* Header: Correct default value on input toggle style.
* Default/Domain/User Settings: Adjust Select option label for better clarity.
* Use true boolean types for switch theme toggle or drop-down box (#7507)
* Groups: Update the input toggle style
* Conference Controls: Update the input toggle style (#7509)
* Conference Controls: Update the input toggle style
* Update conference_control_edit.php
* Update conference_control_details.php
* Update conference_control_detail_edit.php
* Conferences: Update the input toggle style (#7511)
* Use true boolean types for switch theme toggle or drop-down box (#7513)
* Dialplans: Update the input toggle style
Also updated outbound route add
* Ring Group: Only adjust ring group forward destination top margin when slide toggle enabled.
* Default/Domain/User Settings - List: Adjust for new 'Select Box' label on input_toggle_style value.
* Use true boolean types for switch theme toggle or drop-down box (#7514)
* Call Forward / Follow Me: Minor javascript adjustments to mirror previous behavior.
* Ring Groups [Dashboard]: New slide toggle.
* Get the contacts details with a seperate SQL Query
* Remove debug info
* Destinations: Update the input toggle style
* Conference Profiles: Update the input toggle style (#7515)
* Conference Profiles: Update the input toggle style
* Update conference_profiles.php
* Update conference_profile_params.php
* Update conference_profile_param_edit.php
* Update conference_profile_edit.php
* Extensions: Update the input toggle style
* Contacts: Update the input toggle style (#7517)
* Contacts: Update the input toggle style
* Update contact_address_edit.php
* Update contact_attachment_edit.php
* Update contact_edit.php
* Update contact_email_edit.php
* Update contact_phone_edit.php
* Update contact_relation_edit.php
* Update contact_setting_edit.php
* Update contact_url_edit.php
* Update contacts.php
* Voicemails: New slide toggle.
* Voicemail Greeting: New slide toggle.
* Modules: New slide toggle.
* Recordings: New slide toggle
* Variables: New slide toggle.
* Time Conditions: New slide toggle.
* Extensions - List: Remove invalid column name.
* Extension Settings: New slide toggle.
* Number Translations: New slide toggle and boolean.
* Sofia global settings: Update the input toggle style
* Update alter table convert to boolean
* Fix contact relation search (#7518)
* Sip Profile Edit: Fix setting enabled labels (#7519)
* Sip Profile Edit: Fix setting enabled labels
* Update sip_profile_edit.php
* Update dialplan_edit.php (#7520)
* Update SQL queries to use true/false for contact primary settings (#7521)
* Update SQL queries to use true/false for contact primary settings
* Update contacts_vcard.php
* Update email.php
* Update totp.php
* Update contact_url_edit.php
* Update contact_email_edit.php
* Update contact_address_edit.php
* Update contact_attachment_edit.php
* Update contact_phone_edit.php
* Add a database views method
* Add database view groups
* Add database users view
* Add database call_recordings view
* Update users.php
* Add database view call block
* Update schema to use the database views method
* Update conference.conf.lua boolean
* Update directory.lua boolean
* Update callcenter.conf.lua agent_status boolean
* Update sofia.conf.lua boolean
* Update number translations lua boolean
* Update directory.lua boolean
* Update group_call.lua fix the cache
* Update reverse-auth-lookup.lua boolean
* Update directory.lua boolean
* Use concat instead of ||
* Update index.lua
---------
Co-authored-by: fusionate <nate@fusionpbx.com>
Co-authored-by: Alex <alex@fusionpbx.com>
Co-authored-by: frytimo <tim@fusionpbx.com>
935 lines
37 KiB
PHP
935 lines
37 KiB
PHP
<?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>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2025
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Luis Daniel Lucio Quiroz <dlucio@okay.com.mx>
|
|
*/
|
|
|
|
//includes files
|
|
require_once dirname(__DIR__, 2) . "/resources/require.php";
|
|
require_once "resources/check_auth.php";
|
|
|
|
//check permissions
|
|
if (permission_exists('conference_room_add') || permission_exists('conference_room_edit')) {
|
|
//access granted
|
|
}
|
|
else {
|
|
echo "access denied";
|
|
exit;
|
|
}
|
|
|
|
//connect to the database
|
|
$database = new database;
|
|
|
|
//add multi-lingual support
|
|
$language = new text;
|
|
$text = $language->get();
|
|
|
|
//set the defaults
|
|
$conference_room_name = '';
|
|
$start_datetime = '';
|
|
$stop_datetime = '';
|
|
$account_code = '';
|
|
$description = '';
|
|
|
|
//action add or update
|
|
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
|
|
$action = "update";
|
|
$conference_room_uuid = $_REQUEST["id"];
|
|
}
|
|
else {
|
|
$action = "add";
|
|
}
|
|
|
|
//get http post variables and set them to php variables
|
|
if (!empty($_POST)) {
|
|
$conference_center_uuid = $_POST["conference_center_uuid"];
|
|
$conference_room_name = $_POST['conference_room_name'];
|
|
$moderator_pin = $_POST["moderator_pin"];
|
|
$participant_pin = $_POST["participant_pin"];
|
|
|
|
$profile = $_POST["profile"];
|
|
$record = $_POST["record"];
|
|
$user_uuid = $_POST["user_uuid"];
|
|
$max_members = $_POST["max_members"];
|
|
$start_datetime = $_POST["start_datetime"];
|
|
$stop_datetime = $_POST["stop_datetime"];
|
|
$wait_mod = $_POST["wait_mod"];
|
|
$moderator_endconf = $_POST["moderator_endconf"];
|
|
$announce_name = $_POST["announce_name"];
|
|
$announce_recording = $_POST["announce_recording"];
|
|
$announce_count = $_POST["announce_count"];
|
|
$sounds = $_POST["sounds"];
|
|
$mute = $_POST["mute"];
|
|
$created = $_POST["created"] ?? null;
|
|
$created_by = $_POST["created_by"] ?? null;
|
|
$email_address = $_POST["email_address"] ?? null;
|
|
$account_code = $_POST["account_code"];
|
|
$enabled = $_POST["enabled"];
|
|
$description = $_POST["description"];
|
|
|
|
//remove any pin number formatting
|
|
$moderator_pin = preg_replace('{\D}', '', $moderator_pin);
|
|
$participant_pin = preg_replace('{\D}', '', $participant_pin);
|
|
}
|
|
|
|
//get the conference centers array and set a default conference center
|
|
$sql = "select * from v_conference_centers ";
|
|
$sql .= "where domain_uuid = :domain_uuid ";
|
|
$sql .= "order by conference_center_name asc ";
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$conference_centers = $database->select($sql, $parameters, 'all');
|
|
unset($sql, $parameters);
|
|
|
|
//get the conference profiles
|
|
$sql = "select * ";
|
|
$sql .= "from v_conference_profiles ";
|
|
$sql .= "where profile_enabled = 'true' ";
|
|
$sql .= "and profile_name <> 'sla' ";
|
|
$conference_profiles = $database->select($sql, null, 'all');
|
|
unset ($sql);
|
|
|
|
//set the default
|
|
if (empty($profile)) { $profile = "default"; }
|
|
|
|
//define fucntion get_conference_pin - used to find a unique pin number
|
|
function get_conference_pin($length, $conference_room_uuid) {
|
|
//set the variable as global
|
|
global $database;
|
|
|
|
//get the pin number
|
|
$pin = generate_password($length,1);
|
|
|
|
//return an available pin number
|
|
$sql = "select count(*) from v_conference_rooms ";
|
|
$sql .= "where domain_uuid = :domain_uuid ";
|
|
$sql .= "and conference_room_uuid <> :conference_room_uuid ";
|
|
$sql .= "and (moderator_pin = :pin or participant_pin = :pin) ";
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$parameters['conference_room_uuid'] = $conference_room_uuid;
|
|
$parameters['pin'] = $pin;
|
|
$num_rows = $database->select($sql, $parameters, 'column');
|
|
if ($num_rows == 0) {
|
|
return $pin;
|
|
}
|
|
else {
|
|
get_conference_pin($length, $conference_room_uuid);
|
|
}
|
|
unset($sql, $parameters);
|
|
}
|
|
|
|
//record the announcement
|
|
if (!empty($record) && $record == "true") {
|
|
//prepare the values
|
|
$default_language = 'en';
|
|
$default_dialect = 'us';
|
|
$default_voice = 'callie';
|
|
$switch_cmd = "conference ".$conference_room_uuid."@".$_SESSION['domain_name']." play ".$_SESSION['switch']['sounds']['dir']."/".$default_language."/".$default_dialect."/".$default_voice."/ivr/ivr-recording_started.wav";
|
|
|
|
//connect to event socket
|
|
$esl = event_socket::create();
|
|
if ($esl->is_connected()) {
|
|
$switch_result = event_socket::api($switch_cmd);
|
|
}
|
|
}
|
|
|
|
//generate the pin number length
|
|
$sql = "select conference_center_pin_length ";
|
|
$sql .= "from v_conference_centers ";
|
|
$sql .= "where domain_uuid = :domain_uuid ";
|
|
if (!empty($conference_center_uuid) && is_uuid($conference_center_uuid)) {
|
|
$sql .= "and conference_center_uuid = :conference_center_uuid ";
|
|
$parameters['conference_center_uuid'] = $conference_center_uuid;
|
|
}
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$row = $database->select($sql, $parameters, 'row');
|
|
if (!empty($row)) {
|
|
$pin_length = $row['conference_center_pin_length'];
|
|
}
|
|
unset($sql, $parameters);
|
|
|
|
//generate the pin numbers
|
|
if (empty($moderator_pin)) {
|
|
$moderator_pin = get_conference_pin($pin_length, $conference_room_uuid ?? null);
|
|
}
|
|
if (empty($participant_pin)) {
|
|
$participant_pin = get_conference_pin($pin_length, $conference_room_uuid ?? null);
|
|
}
|
|
|
|
//delete the user
|
|
if (!empty($_GET["a"]) && $_GET["a"] == "delete" && permission_exists('conference_room_delete')) {
|
|
if (is_uuid($_REQUEST["conference_room_user_uuid"])) {
|
|
//set the variables
|
|
$conference_room_user_uuid = $_REQUEST["conference_room_user_uuid"];
|
|
$conference_room_uuid = $_REQUEST["conference_room_uuid"];
|
|
|
|
//delete the extension from the ring_group
|
|
$array['conference_room_users'][0]['conference_room_user_uuid'] = $conference_room_user_uuid;
|
|
$array['conference_room_users'][0]['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
|
|
//un-assigne the users from the conference room
|
|
$p = permissions::new();
|
|
$p->add('conference_room_user_delete', 'temp');
|
|
|
|
$database->app_name = 'conference_centers';
|
|
$database->app_uuid = '8d083f5a-f726-42a8-9ffa-8d28f848f10e';
|
|
$database->delete($array);
|
|
unset($array);
|
|
|
|
$p->delete('conference_room_user_delete', 'temp');
|
|
}
|
|
|
|
message::add($text['message-delete']);
|
|
header("Location: conference_room_edit.php?id=".escape($conference_room_uuid));
|
|
return;
|
|
}
|
|
|
|
//save the changes from the HTTP POST
|
|
if (!empty($_POST) && empty($_POST["persistformvar"])) {
|
|
|
|
//define the variable
|
|
$msg = '';
|
|
|
|
//get the conference rooom ID
|
|
if ($action == "update") {
|
|
$conference_room_uuid = $_POST["conference_room_uuid"];
|
|
}
|
|
|
|
//validate the token
|
|
$token = new token;
|
|
if (!$token->validate($_SERVER['PHP_SELF'])) {
|
|
message::add($text['message-invalid_token'],'negative');
|
|
header('Location: conference_rooms.php');
|
|
exit;
|
|
}
|
|
|
|
//check for a unique pin number and length
|
|
if (strlen($moderator_pin) > 0 || !empty($participant_pin)) {
|
|
//make sure the moderator pin number is unique
|
|
$sql = "select count(*) from v_conference_rooms ";
|
|
$sql .= "where domain_uuid = :domain_uuid ";
|
|
$sql .= "and conference_room_uuid <> :conference_room_uuid ";
|
|
$sql .= "and (";
|
|
$sql .= " moderator_pin = :moderator_pin ";
|
|
$sql .= " or participant_pin = :moderator_pin ";
|
|
$sql .= ") ";
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$parameters['moderator_pin'] = $moderator_pin;
|
|
$parameters['conference_room_uuid'] = $conference_room_uuid ?? null;
|
|
$num_rows = $database->select($sql, $parameters, 'column');
|
|
if ($num_rows > 0) {
|
|
$msg .= $text['message-unique_moderator_pin']."<br />\n";
|
|
}
|
|
unset($sql, $parameters);
|
|
|
|
//make sure the participant pin number is unique
|
|
$sql = "select count(*) from v_conference_rooms ";
|
|
$sql .= "where domain_uuid = :domain_uuid ";
|
|
$sql .= "and conference_room_uuid <> :conference_room_uuid ";
|
|
$sql .= "and (";
|
|
$sql .= " moderator_pin = :participant_pin ";
|
|
$sql .= " or participant_pin = :participant_pin ";
|
|
$sql .= ") ";
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$parameters['participant_pin'] = $participant_pin;
|
|
$parameters['conference_room_uuid'] = $conference_room_uuid ?? null;
|
|
$num_rows = $database->select($sql, $parameters, 'column');
|
|
if ($num_rows > 0) {
|
|
$msg .= $text['message-unique_participant_pin']."<br />\n";
|
|
}
|
|
unset($sql, $parameters);
|
|
|
|
//additional checks
|
|
if ($moderator_pin == $participant_pin) {
|
|
$msg .= $text['message-non_unique_pin']."<br />\n";
|
|
}
|
|
if (strlen($moderator_pin) < $pin_length || strlen($participant_pin) < $pin_length) {
|
|
$msg .= $text['message-minimum_pin_length']." ".$pin_length."<br />\n";
|
|
}
|
|
}
|
|
|
|
//check for all required data
|
|
//if (empty($conference_center_uuid)) { $msg .= "Please provide: Conference UUID<br>\n"; }
|
|
//if (empty($max_members)) { $msg .= "Please provide: Max Members<br>\n"; }
|
|
//if (empty($start_datetime)) { $msg .= "Please provide: Start Date/Time<br>\n"; }
|
|
//if (empty($stop_datetime)) { $msg .= "Please provide: Stop Date/Time<br>\n"; }
|
|
//if (empty($wait_mod)) { $msg .= "Please provide: Wait for the Moderator<br>\n"; }
|
|
//if (empty($profile)) { $msg .= "Please provide: Conference Profile<br>\n"; }
|
|
//if (empty($announce)) { $msg .= "Please provide: Announce<br>\n"; }
|
|
//if (empty($enter_sound)) { $msg .= "Please provide: Enter Sound<br>\n"; }
|
|
//if (empty($mute)) { $msg .= "Please provide: Mute<br>\n"; }
|
|
//if (empty($sounds)) { $msg .= "Please provide: Sounds<br>\n"; }
|
|
//if (empty($created)) { $msg .= "Please provide: Created<br>\n"; }
|
|
//if (empty($created_by)) { $msg .= "Please provide: Created By<br>\n"; }
|
|
//if (empty($enabled)) { $msg .= "Please provide: Enabled<br>\n"; }
|
|
//if (empty($description)) { $msg .= "Please provide: Description<br>\n"; }
|
|
if (!empty($msg) && empty($_POST["persistformvar"])) {
|
|
$document['title'] = $text['title-conference_room'];
|
|
require_once "resources/header.php";
|
|
require_once "resources/persist_form_var.php";
|
|
echo "<div align='center'>\n";
|
|
echo "<table><tr><td>\n";
|
|
echo $msg."<br />";
|
|
echo "</td></tr></table>\n";
|
|
persistformvar($_POST);
|
|
echo "</div>\n";
|
|
require_once "resources/footer.php";
|
|
exit;
|
|
}
|
|
|
|
//add or update the database
|
|
if (empty($_POST["persistformvar"])) {
|
|
|
|
if ($action == "add" && permission_exists('conference_room_add')) {
|
|
//set default values
|
|
if (empty($profile)) { $profile = 'default'; }
|
|
if (empty($max_members)) { $max_members = 0; }
|
|
|
|
//add a conference room
|
|
$conference_room_uuid = uuid();
|
|
$array['conference_rooms'][0]['conference_room_uuid'] = $conference_room_uuid;
|
|
$array['conference_rooms'][0]['conference_center_uuid'] = $conference_center_uuid;
|
|
$array['conference_rooms'][0]['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$array['conference_rooms'][0]['conference_room_name'] = $conference_room_name;
|
|
$array['conference_rooms'][0]['profile'] = $profile;
|
|
$array['conference_rooms'][0]['record'] = $record;
|
|
$array['conference_rooms'][0]['moderator_pin'] = $moderator_pin;
|
|
$array['conference_rooms'][0]['participant_pin'] = $participant_pin;
|
|
$array['conference_rooms'][0]['max_members'] = $max_members;
|
|
$array['conference_rooms'][0]['start_datetime'] = $start_datetime;
|
|
$array['conference_rooms'][0]['stop_datetime'] = $stop_datetime;
|
|
$array['conference_rooms'][0]['wait_mod'] = $wait_mod;
|
|
$array['conference_rooms'][0]['moderator_endconf'] = $moderator_endconf;
|
|
$array['conference_rooms'][0]['announce_name'] = $announce_name;
|
|
$array['conference_rooms'][0]['announce_recording'] = $announce_recording;
|
|
$array['conference_rooms'][0]['announce_count'] = $announce_count;
|
|
$array['conference_rooms'][0]['sounds'] = $sounds;
|
|
$array['conference_rooms'][0]['mute'] = $mute;
|
|
$array['conference_rooms'][0]['created'] = 'now()';
|
|
$array['conference_rooms'][0]['created_by'] = $_SESSION['user_uuid'];
|
|
if (permission_exists('conference_room_email_address')) {
|
|
$array['conference_rooms'][0]['email_address'] = $email_address;
|
|
}
|
|
if (permission_exists('conference_room_account_code')) {
|
|
$array['conference_rooms'][0]['account_code'] = $account_code;
|
|
}
|
|
$array['conference_rooms'][0]['enabled'] = $enabled;
|
|
$array['conference_rooms'][0]['description'] = $description;
|
|
|
|
$database->app_name = 'conference_centers';
|
|
$database->app_uuid = '8d083f5a-f726-42a8-9ffa-8d28f848f10e';
|
|
$database->save($array);
|
|
unset($array);
|
|
|
|
//assign the logged in user to the conference room
|
|
if (is_uuid($_SESSION["user_uuid"])) {
|
|
$conference_room_user_uuid = uuid();
|
|
$array['conference_room_users'][0]['conference_room_user_uuid'] = $conference_room_user_uuid;
|
|
$array['conference_room_users'][0]['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$array['conference_room_users'][0]['conference_room_uuid'] = $conference_room_uuid;
|
|
$array['conference_room_users'][0]['user_uuid'] = $_SESSION["user_uuid"];
|
|
|
|
$p = permissions::new();
|
|
$p->add('conference_room_user_add', 'temp');
|
|
|
|
$database->app_name = 'conference_centers';
|
|
$database->app_uuid = '8d083f5a-f726-42a8-9ffa-8d28f848f10e';
|
|
$database->save($array);
|
|
unset($array);
|
|
|
|
$p->delete('conference_room_user_add', 'temp');
|
|
}
|
|
|
|
//add the message
|
|
message::add($text['message-add']);
|
|
}
|
|
|
|
if ($action == "update" && permission_exists('conference_room_edit')) {
|
|
|
|
//update the conference room
|
|
$array['conference_rooms'][0]['conference_room_uuid'] = $conference_room_uuid;
|
|
$array['conference_rooms'][0]['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$array['conference_rooms'][0]['conference_center_uuid'] = $conference_center_uuid;
|
|
$array['conference_rooms'][0]['conference_room_name'] = $conference_room_name;
|
|
if (!empty($profile)) {
|
|
$array['conference_rooms'][0]['profile'] = $profile;
|
|
}
|
|
if (!empty($record)) {
|
|
$array['conference_rooms'][0]['record'] = $record;
|
|
}
|
|
$array['conference_rooms'][0]['moderator_pin'] = $moderator_pin;
|
|
$array['conference_rooms'][0]['participant_pin'] = $participant_pin;
|
|
if (isset($max_members)) {
|
|
$array['conference_rooms'][0]['max_members'] = $max_members;
|
|
}
|
|
$array['conference_rooms'][0]['start_datetime'] = $start_datetime;
|
|
$array['conference_rooms'][0]['stop_datetime'] = $stop_datetime;
|
|
if (!empty($wait_mod)) {
|
|
$array['conference_rooms'][0]['wait_mod'] = $wait_mod;
|
|
}
|
|
if (!empty($moderator_endconf)) {
|
|
$array['conference_rooms'][0]['moderator_endconf'] = $moderator_endconf;
|
|
}
|
|
if (!empty($announce_name)) {
|
|
$array['conference_rooms'][0]['announce_name'] = $announce_name;
|
|
}
|
|
if (!empty($announce_name)) {
|
|
$array['conference_rooms'][0]['announce_recording'] = $announce_recording;
|
|
}
|
|
if (!empty($announce_name)) {
|
|
$array['conference_rooms'][0]['announce_count'] = $announce_count;
|
|
}
|
|
if (!empty($mute)) {
|
|
$array['conference_rooms'][0]['mute'] = $mute;
|
|
}
|
|
$array['conference_rooms'][0]['sounds'] = $sounds;
|
|
if (permission_exists('conference_room_email_address')) {
|
|
$array['conference_rooms'][0]['email_address'] = $email_address;
|
|
}
|
|
if (permission_exists('conference_room_account_code')) {
|
|
$array['conference_rooms'][0]['account_code'] = $account_code;
|
|
}
|
|
if (!empty($enabled)) {
|
|
$array['conference_rooms'][0]['enabled'] = $enabled;
|
|
}
|
|
$array['conference_rooms'][0]['description'] = $description;
|
|
|
|
$database->app_name = 'conference_centers';
|
|
$database->app_uuid = '8d083f5a-f726-42a8-9ffa-8d28f848f10e';
|
|
$database->save($array);
|
|
unset($array);
|
|
|
|
//set message
|
|
message::add($text['message-update']);
|
|
}
|
|
|
|
//assign the user to the conference room
|
|
if (is_uuid($user_uuid)) {
|
|
$conference_room_user_uuid = uuid();
|
|
$array['conference_room_users'][0]['conference_room_user_uuid'] = $conference_room_user_uuid;
|
|
$array['conference_room_users'][0]['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$array['conference_room_users'][0]['conference_room_uuid'] = $conference_room_uuid;
|
|
$array['conference_room_users'][0]['user_uuid'] = $user_uuid;
|
|
|
|
$p = permissions::new();
|
|
$p->add('conference_room_user_add', 'temp');
|
|
|
|
$database->app_name = 'conference_centers';
|
|
$database->app_uuid = '8d083f5a-f726-42a8-9ffa-8d28f848f10e';
|
|
$database->save($array);
|
|
unset($array);
|
|
|
|
$p->delete('conference_room_user_add', 'temp');
|
|
|
|
message::add($text['message-add']);
|
|
}
|
|
|
|
//redirect
|
|
header("Location: conference_room_edit.php?id=".escape($conference_room_uuid));
|
|
exit;
|
|
}
|
|
}
|
|
|
|
//pre-populate the form
|
|
if (!empty($_GET) && empty($_POST["persistformvar"])) {
|
|
//get the conference room details
|
|
$conference_room_uuid = $_REQUEST["id"];
|
|
$sql = "select * from v_conference_rooms ";
|
|
$sql .= "where domain_uuid = :domain_uuid ";
|
|
$sql .= "and conference_room_uuid = :conference_room_uuid ";
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$parameters['conference_room_uuid'] = $conference_room_uuid;
|
|
$row = $database->select($sql, $parameters ?? null, 'row');
|
|
if (!empty($row)) {
|
|
$conference_center_uuid = $row["conference_center_uuid"];
|
|
$conference_room_name = $row["conference_room_name"];
|
|
$profile = $row["profile"];
|
|
$record = $row["record"];
|
|
$moderator_pin = $row["moderator_pin"];
|
|
$participant_pin = $row["participant_pin"];
|
|
$max_members = $row["max_members"];
|
|
$start_datetime = $row["start_datetime"];
|
|
$stop_datetime = $row["stop_datetime"];
|
|
$wait_mod = $row["wait_mod"];
|
|
$moderator_endconf = $row["moderator_endconf"];
|
|
$announce_name = $row["announce_name"];
|
|
$announce_recording = $row["announce_recording"];
|
|
$announce_count = $row["announce_count"];
|
|
$sounds = $row["sounds"];
|
|
$mute = $row["mute"];
|
|
$created = $row["created"];
|
|
$created_by = $row["created_by"];
|
|
$email_address = $row["email_address"];
|
|
$account_code = $row["account_code"];
|
|
$enabled = $row["enabled"];
|
|
$description = $row["description"];
|
|
}
|
|
unset($sql, $parameters, $row);
|
|
}
|
|
|
|
//get the users assigned to this conference room
|
|
$sql = "select u.username, u.user_uuid, r.conference_room_user_uuid ";
|
|
$sql .= "from v_users as u, v_conference_room_users as r ";
|
|
$sql .= "where u.user_uuid = r.user_uuid ";
|
|
$sql .= "and r.domain_uuid = :domain_uuid ";
|
|
$sql .= "and r.conference_room_uuid = :conference_room_uuid ";
|
|
$sql .= "order by u.username asc ";
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$parameters['conference_room_uuid'] = $conference_room_uuid ?? '';
|
|
$rows = $database->select($sql, $parameters ?? null, 'all');
|
|
if (!empty($rows)) {
|
|
foreach ($rows as $row) {
|
|
$conference_room_users[$row['user_uuid']]['username'] = $row['username'];
|
|
$conference_room_users[$row['user_uuid']]['conference_room_user_uuid'] = $row['conference_room_user_uuid'];
|
|
}
|
|
}
|
|
unset($sql, $parameters);
|
|
|
|
//get the users array
|
|
$sql = "select user_uuid, username from v_users ";
|
|
$sql .= "where domain_uuid = :domain_uuid ";
|
|
if (!empty($conference_room_users)) {
|
|
$sql .= "and user_uuid not in ('".implode("','", array_keys($conference_room_users))."') ";
|
|
}
|
|
$sql .= "order by username asc ";
|
|
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
|
$users = $database->select($sql, $parameters ?? null, 'all');
|
|
unset($sql, $parameters);
|
|
|
|
//set default profile
|
|
if (empty($profile)) { $profile = 'default'; }
|
|
|
|
//get default pins
|
|
if (empty($moderator_pin)) {
|
|
$moderator_pin = get_conference_pin($pin_length ?? '', $conference_room_uuid ?? '');
|
|
}
|
|
if (empty($participant_pin)) {
|
|
$participant_pin = get_conference_pin($pin_length ?? '', $conference_room_uuid ?? '');
|
|
}
|
|
|
|
//format the pins
|
|
if (strlen($moderator_pin) == 9) {
|
|
$moderator_pin = substr($moderator_pin, 0, 3) ."-". substr($moderator_pin, 3, 3) ."-". substr($moderator_pin, -3)."\n";
|
|
}
|
|
if (strlen($participant_pin) == 9) {
|
|
$participant_pin = substr($participant_pin, 0, 3) ."-". substr($participant_pin, 3, 3) ."-". substr($participant_pin, -3)."\n";
|
|
}
|
|
|
|
//create token
|
|
$object = new token;
|
|
$token = $object->create($_SERVER['PHP_SELF']);
|
|
|
|
//show the header
|
|
$document['title'] = $text['title-conference_room'];
|
|
require_once "resources/header.php";
|
|
|
|
//show the content
|
|
echo "<form method='post' name='frm' id='frm'>\n";
|
|
|
|
echo "<div class='action_bar' id='action_bar'>\n";
|
|
echo " <div class='heading'><b>".$text['title-conference_room']."</b></div>\n";
|
|
echo " <div class='actions'>\n";
|
|
echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$settings->get('theme', 'button_icon_back'),'id'=>'btn_back','link'=>'conference_rooms.php']);
|
|
if (!empty($conference_room_uuid) && is_uuid($conference_room_uuid)) {
|
|
if (permission_exists('conference_interactive_view')) {
|
|
echo button::create(['type'=>'button','label'=>$text['button-view'],'icon'=>$settings->get('theme', 'button_icon_view'),'style'=>'margin-left: 15px;','link'=>'../conferences_active/conference_interactive.php?c='.urlencode($conference_room_uuid)]);
|
|
}
|
|
else if (permission_exists('conference_active_view')) {
|
|
echo button::create(['type'=>'button','label'=>$text['button-view'],'icon'=>$settings->get('theme', 'button_icon_view'),'style'=>'margin-left: 15px;','link'=>'../conferences_active/conferences_active.php']);
|
|
}
|
|
if (permission_exists('conference_session_view')) {
|
|
echo button::create(['type'=>'button','label'=>$text['button-sessions'],'icon'=>'list','link'=>'conference_sessions.php?id='.urlencode($conference_room_uuid)]);
|
|
}
|
|
}
|
|
echo button::create(['type'=>'submit','label'=>$text['button-save'],'icon'=>$settings->get('theme', 'button_icon_save'),'id'=>'btn_save','style'=>'margin-left: 15px;']);
|
|
echo " </div>\n";
|
|
echo " <div style='clear: both;'></div>\n";
|
|
echo "</div>\n";
|
|
|
|
echo "<div class='card'>\n";
|
|
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
|
|
|
echo "<tr>\n";
|
|
echo "<td width='30%' class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-conference_name']."</td>\n";
|
|
echo "<td width='70%' class='vtable' align='left'>\n";
|
|
echo " <select class='formfld' name='conference_center_uuid'>\n";
|
|
if (!empty($conference_centers) && is_array($conference_centers) && @sizeof($conference_centers) != 0) {
|
|
foreach ($conference_centers as $row) {
|
|
echo " <option value='".escape($row["conference_center_uuid"])."' ".(!empty($conference_center_uuid) && $conference_center_uuid == $row["conference_center_uuid"] ? "selected='selected'" : null).">".escape($row["conference_center_name"])."</option>\n";
|
|
}
|
|
}
|
|
echo " </select>\n";
|
|
echo " <br />\n";
|
|
echo "\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
|
|
echo " <tr>";
|
|
echo " <td class='vncell' valign='top'>".$text['label-room-name']."</td>";
|
|
echo " <td class='vtable' align='left'>";
|
|
echo " <input class='formfld' type='text' name='conference_room_name' maxlength='255' value='".escape($conference_room_name)."'>\n";
|
|
echo " <br />\n";
|
|
echo " ".$text['description-room-name']."\n";
|
|
echo " </td>";
|
|
echo " </tr>";
|
|
|
|
echo " <tr>";
|
|
echo " <td class='vncell' valign='top'>".$text['label-moderator-pin']."</td>";
|
|
echo " <td class='vtable' align='left'>";
|
|
echo " <input class='formfld' type='text' name='moderator_pin' maxlength='255' value='".escape($moderator_pin)."'>\n";
|
|
echo " <br />\n";
|
|
echo " ".$text['description-moderator_pin']."\n";
|
|
echo " </td>";
|
|
echo " </tr>";
|
|
|
|
echo " <tr>";
|
|
echo " <td class='vncell' valign='top'>".$text['label-participant-pin']."</td>";
|
|
echo " <td class='vtable' align='left'>";
|
|
echo " <input class='formfld' type='text' name='participant_pin' maxlength='255' value='".escape($participant_pin)."'>\n";
|
|
echo " <br />\n";
|
|
echo " ".$text['description-participant-pin']."\n";
|
|
echo " </td>";
|
|
echo " </tr>";
|
|
|
|
if (permission_exists('conference_room_edit')) {
|
|
echo " <tr>";
|
|
echo " <td class='vncell' valign='top'>".$text['label-users']."</td>";
|
|
echo " <td class='vtable' align='left'>";
|
|
if ($action == "update" && is_array($conference_room_users) && @sizeof($conference_room_users) != 0) {
|
|
echo " <table border='0' style='width : 235px;'>\n";
|
|
foreach ($conference_room_users as $user_uuid => $row) {
|
|
echo " <tr>\n";
|
|
echo " <td class='vtable'>".escape($row['username'])."</td>\n";
|
|
echo " <td style='width: 25px;' align='right'>\n";
|
|
if (permission_exists('conference_room_delete')) {
|
|
echo " <a href='conference_room_edit.php?conference_room_user_uuid=".escape($row['conference_room_user_uuid'])."&conference_room_uuid=".escape($conference_room_uuid)."&a=delete' alt='delete' onclick=\"return confirm(".$text['confirm-delete'].")\">$v_link_label_delete</a>\n";
|
|
}
|
|
echo " </td>\n";
|
|
echo " </tr>\n";
|
|
}
|
|
echo " </table>\n";
|
|
echo " <br />\n";
|
|
}
|
|
if (permission_exists('conference_room_add') && is_array($users) && @sizeof($users) != 0) {
|
|
echo " <select name='user_uuid' class='formfld' style='width: auto;'>\n";
|
|
echo " <option value=''></option>\n";
|
|
foreach ($users as $user) {
|
|
echo " <option value='".escape($user['user_uuid'])."'>".escape($user['username'])."</option>\n";
|
|
}
|
|
echo " </select>";
|
|
if ($action == "update") {
|
|
echo button::create(['type'=>'submit','label'=>$text['button-add'],'icon'=>$settings->get('theme', 'button_icon_add')]);
|
|
}
|
|
unset($users);
|
|
echo " <br>\n";
|
|
}
|
|
echo " ".$text['description-users']."\n";
|
|
echo " </td>";
|
|
echo " </tr>";
|
|
}
|
|
|
|
if (permission_exists('conference_room_profile')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>".$text['label-profile']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
echo " <select class='formfld' name='profile'>\n";
|
|
foreach ($conference_profiles as $row) {
|
|
if ($profile === $row['profile_name']) {
|
|
echo " <option value='". escape($row['profile_name']) ."' selected='selected'>". escape($row['profile_name']) ."</option>\n";
|
|
}
|
|
else {
|
|
echo " <option value='". escape($row['profile_name']) ."'>". escape($row['profile_name']) ."</option>\n";
|
|
}
|
|
}
|
|
echo " </select>\n";
|
|
echo " <br />\n";
|
|
echo " ".$text['description-profile']."\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_record')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-record']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='record' name='record'>\n";
|
|
echo " <option value='false' ".($record === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " <option value='true' ".($record === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_max_members')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-max-members']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
echo " <input class='formfld' type='text' name='max_members' maxlength='255' value='".escape($max_members)."'>\n";
|
|
echo "<br />\n";
|
|
echo "\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' nowrap='nowrap' width='30%'>".$text['label-schedule']."</td>\n";
|
|
echo "<td class='vtable' width='70%' align='left' style='position: relative; min-width: 275px;'>\n";
|
|
echo " <input type='text' class='formfld datetimepicker' data-toggle='datetimepicker' data-target='#start_datetime' onblur=\"$(this).datetimepicker('hide');\" style='min-width: 115px; width: 115px; max-width: 115px;' name='start_datetime' id='start_datetime' placeholder='".$text['label-from']."' value='".escape($start_datetime)."'>\n";
|
|
echo " <input type='text' class='formfld datetimepicker' data-toggle='datetimepicker' data-target='#stop_datetime' onblur=\"$(this).datetimepicker('hide');\" style='min-width: 115px; width: 115px; max-width: 115px;' name='stop_datetime' id='stop_datetime' placeholder='".$text['label-to']."' value='".escape($stop_datetime)."'>\n";
|
|
echo " <br>".$text['description-schedule'];
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
|
|
if (permission_exists('conference_room_wait_mod')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-wait_for_moderator']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='wait_mod' name='wait_mod'>\n";
|
|
echo " <option value='true' ".($wait_mod === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " <option value='false' ".($wait_mod === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_moderator_endconf')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-moderator_endconf']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='moderator_endconf' name='moderator_endconf'>\n";
|
|
echo " <option value='false' ".($moderator_endconf === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " <option value='true' ".($moderator_endconf === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_announce_name')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-announce_name']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='announce_name' name='announce_name'>\n";
|
|
echo " <option value='true' ".($announce_name === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " <option value='false' ".($announce_name === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_announce_count')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-announce_count']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='announce_count' name='announce_count'>\n";
|
|
echo " <option value='true' ".($announce_count === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " <option value='false' ".($announce_count === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_announce_recording')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-announce_recording']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='announce_recording' name='announce_recording'>\n";
|
|
echo " <option value='true' ".($announce_recording === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " <option value='false' ".($announce_recording === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
//echo "<tr>\n";
|
|
//echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
|
//echo " ".$text['label-enter-sound']."\n";
|
|
//echo "</td>\n";
|
|
//echo "<td class='vtable' align='left'>\n";
|
|
//echo " <input class='formfld' type='text' name='enter_sound' maxlength='255' value=\"".escape($enter_sound)."\">\n";
|
|
//echo "<br />\n";
|
|
//echo "\n";
|
|
//echo "</td>\n";
|
|
//echo "</tr>\n";
|
|
|
|
if (permission_exists('conference_room_mute')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-mute']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='mute' name='mute'>\n";
|
|
echo " <option value='false' ".($mute === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " <option value='true' ".($mute === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_email_address')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
|
echo " ".$text['label-email_address']."\n";
|
|
echo "</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
echo " <input class='formfld' type='text' name='email_address' maxlength='255' value=\"".escape($email_address)."\">\n";
|
|
echo "<br />\n";
|
|
echo "".$text['description-email_address']."\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_account_code')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
|
echo " ".$text['label-account_code']."\n";
|
|
echo "</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
echo " <input class='formfld' type='text' name='account_code' maxlength='255' value=\"".escape($account_code)."\">\n";
|
|
echo "<br />\n";
|
|
echo "".$text['description-account_code']."\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_enabled')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-enabled']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='enabled' name='enabled'>\n";
|
|
echo " <option value='true' ".($enabled === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " <option value='false' ".($enabled === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
if (permission_exists('conference_room_sounds')) {
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-sounds']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='switch'>\n";
|
|
}
|
|
echo " <select class='formfld' id='sounds' name='sounds'>\n";
|
|
echo " <option value='false' ".($sounds === false ? "selected='selected'" : null).">".$text['option-false']."</option>\n";
|
|
echo " <option value='true' ".($sounds === true ? "selected='selected'" : null).">".$text['option-true']."</option>\n";
|
|
echo " </select>\n";
|
|
if ($input_toggle_style_switch) {
|
|
echo " <span class='slider'></span>\n";
|
|
echo " </span>\n";
|
|
}
|
|
echo "<br />\n";
|
|
echo "\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
}
|
|
|
|
echo "<tr>\n";
|
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>".$text['label-description']."</td>\n";
|
|
echo "<td class='vtable' align='left'>\n";
|
|
echo " <input class='formfld' type='text' name='description' maxlength='255' value=\"".escape($description)."\">\n";
|
|
echo "<br />\n";
|
|
echo "\n";
|
|
echo "</td>\n";
|
|
echo "</tr>\n";
|
|
|
|
echo "</table>\n";
|
|
echo "</div>\n";
|
|
echo "<br><br>\n";
|
|
|
|
if ($action == "update") {
|
|
echo "<input type='hidden' name='conference_room_uuid' value='".escape($conference_room_uuid)."'>\n";
|
|
}
|
|
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
|
|
|
|
echo "</form>";
|
|
|
|
//include the footer
|
|
require_once "resources/footer.php";
|
|
|
|
?>
|