Commit Graph

63 Commits

Author SHA1 Message Date
fusionate c67c8cd4c2 Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record. 2020-11-30 14:15:57 -07:00
FusionPBX dc9f426100
Update conference_center_edit.php
Change session context to domain_name.
2020-10-22 02:50:52 -06:00
FusionPBX 6e86691f8d
Remove the deprecated save_dialplan_xml function. 2020-08-14 00:38:45 -06:00
Nate 24971b24d7 Conference Centers: Modal integration. 2020-03-25 20:44:53 -06:00
Nate e8494facee Multiple: Add IDs to form tags, remove empty action attributes. 2020-03-05 10:02:25 -07:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
Nate aac98e7d06 Conference Centers - List: Bulk Toggle and Delete actions added, Edit: Button updates. 2020-01-23 06:47:54 -07:00
Nate 60c4f4c2ee Conference Centers: Add window titles. 2020-01-06 11:14:01 -07:00
Nate 6c4104817e Update conference_center_edit.php 2019-11-02 13:51:32 -06:00
FusionPBX 6b358a3ef6 Update conference_center_edit.php 2019-09-19 18:15:54 -06:00
Nate 1b8e34964c Conference Center: Token integration. 2019-09-17 22:12:28 -06:00
Nate c660b27096 Misc: Database class integration. 2019-08-28 21:02:08 -06:00
Nate 47106e5baa Database class integration. 2019-07-04 15:57:04 -06:00
FusionPBX ab2e1c6655 Update conference_center_edit.php 2019-06-08 09:43:57 -06:00
markjcrane a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
AlexanderDCrane 689cc8bab7 Update conference_center_edit.php (#3148) 2018-06-13 00:52:27 -06:00
AlexanderDCrane b4b5150954 Escape user data on conference_center_edit.php (#3096) 2018-06-09 11:05:35 -06:00
FusionPBX 73bae5debb Update conference_center_edit.php 2018-03-01 21:46:27 -07:00
FusionPBX 15b10c1359 Update conference_center_edit.php 2018-03-01 21:40:34 -07:00
Mafoo 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
FusionPBX 51fe5c1590 Update conference_center_edit.php 2016-10-21 10:17:03 -06:00
FusionPBX 40207f104d Update conference_center_edit.php 2016-10-18 09:36:18 -06:00
FusionPBX c5fdcb51d3 Update conference_center_edit.php 2016-10-17 17:51:17 -06:00
FusionPBX 11c8f75946 Update conference_center_edit.php 2016-10-05 18:44:38 -06:00
FusionPBX bb5c14a825 Update conference_center_edit.php 2016-10-03 20:15:28 -06:00
FusionPBX 8f4a81a00d Update conference_center_edit.php
Use the new file class sounds method.
2016-08-13 13:26:25 -06:00
FusionPBX 36013475d0 Update conference_center_edit.php
Get recordings from the database and move phrases database requests out of the content.
2016-08-11 15:40:09 -06:00
markjcrane f5959516ed Update recur_sounds_dir to return an array rather than using a global variable. 2016-08-04 09:49:57 -06:00
mafoo 90e9b0a149 Corrected selected statements 2016-02-03 17:32:07 +00:00
mafoo 22fe132900 Fix for phrases are actually phrase_uuid not phrase_name.domain_uuid 2016-02-03 15:08:28 +00:00
markjcrane cde9debb29 After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used. 2015-12-06 13:37:35 -07:00
markjcrane 4043d1c48b Remove v_conference_center_users as v_meeting_users was used instead. 2015-09-07 14:52:15 -06:00
markjcrane 193137ffa6 Make the title-<app name> more consistent. Use underscore in the label name instead of a dash. Dash is used between label type and the label name. 2015-08-03 15:17:05 -06:00
markjcrane 2ea4148f99 Change from if_group to if_permission which is preferred in most cases. 2015-07-27 14:57:37 -06:00
Nate Jones c03bcd76bb Conference Center: Add ability to use a Phrase for the Greeting, resolving Issue 921 and Issue 818. 2015-04-17 18:41:31 +00:00
Nate Jones ded7cb3266 Visual adjustments. 2015-02-15 11:57:14 +00:00
Nate Jones 996e89c396 Removal of colon next to form label names. 2015-02-15 06:50:00 +00:00
Nate Jones 18589125d3 Conferences: Visual adjustments, fixed Active Conferences links.
Active Conferences: Reworked/renamed permissions, removed Active Conference from the User's menu (addressing Issue 662), misc visual adjustments.
Conference Center: Misc visual adjustments.
2015-02-12 02:09:59 +00:00
Mark Crane 98c6d8e180 When adding or deleting a conference center clear memcache correctly. 2015-01-29 10:17:56 +00:00
Mark Crane c5755666cb Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Mark Crane bee6b9ae5e Update the memcache reference to use the new cache PHP class. 2015-01-16 00:21:02 +00:00
Nate Jones b4e61290f1 Function: Moved recur_sounds_dir() to functions.php, removed from ivr_menu_edit.php and conference_center_edit.php. 2014-08-25 18:01:26 +00:00
Nate Jones eef73fd005 Input Type Switch Button: Changed from left triangle (&#10782;) to left triangle (&#9665;), as wasn't displaying properly in FF on Mac. 2014-08-03 07:02:12 +00:00
Nate Jones 16105f7d3a Input Type Switch Button: No interprets HTML entities code for left triangle (&#10782;) after switching element type once (wasn't being parsed as an HTML entity, but displayed literally). 2014-08-03 06:12:10 +00:00
Nate Jones abcc96f0ad Input Type Switch Button: Changed from < to left triangle (&#10782;) 2014-08-03 05:31:42 +00:00
Nate Jones 12bc1f9ba3 Removed blank Enabled select option, multilinquified. 2014-04-27 10:01:57 +00:00
Nate Jones 596c6a2b02 Submit button also placed at top; reordered to right margin, too. 2014-04-26 23:37:41 +00:00
Mark Crane 4c08caf7b4 Add greeting to the conference center interface. 2014-03-05 21:16:51 +00:00
Nate Jones 64eaa447c8 Response message updates, language fixes. 2014-02-21 03:56:30 +00:00
Mark Crane 8f8fd3e3e8 Audited the permissions names. Permissions names are to be non plural. 2013-09-21 21:45:35 +00:00