Commit Graph

104 Commits

Author SHA1 Message Date
fusionate
731d6d1e47 Domains - Edit: Update Call Center Agent Contact on domain rename. 2023-03-01 22:43:43 +00:00
Alex
7326cb845a Set default for enabled (#6556)
* Set default for enabled

* Update conference_profile_edit.php

* Update call_block_edit.php

* Update conference_control_edit.php

* Update conference_control_detail_edit.php

* Update conference_profile_edit.php

* Update conference_profile_param_edit.php

* Update conference_edit.php

* Update destination_edit.php

* Update device_edit.php

* Update device_profile_edit.php

* Update device_vendor_edit.php

* Update email_template_edit.php

* Update extension_edit.php

* Update module_edit.php

* Update phrase_edit.php

* Update ring_group_edit.php

* Update sip_profile_edit.php

* Update stream_edit.php

* Update time_condition_edit.php

* Update var_edit.php

* Update voicemail_edit.php

* Update call_block_edit.php

* Update default_setting_edit.php

* Update domain_setting_edit.php

* Update domain_edit.php

* Update user_edit.php

* Update bridge_edit.php

* Update sip_profile_edit.php

* Update sofia_global_setting_edit.php

* Update call_flow_edit.php

* Update email_template_edit.php

* Update call_flow_edit.php

* Update bridge_edit.php

* Update email_template_edit.php

* Update sip_profile_edit.php

* Update sofia_global_setting_edit.php

* Update bridge_edit.php

* Update call_flow_edit.php

* Update conference_control_edit.php

* Update sip_profile_edit.php

* Update stream_edit.php

* Update default_setting_edit.php

* Update email_template_edit.php

* Update extension_setting_edit.php

* Update default_setting_edit.php

* Update dashboard_edit.php

* Update dashboard_edit.php

* Update default_setting_edit.php
2023-02-17 14:21:41 -07:00
Alex
a229d1e46c Add enabled toggle to more pages and bug fix (#6552)
* Add enabled toggle to more pages and bug fix

* Add device profile enable toggle

* fixed enable on bridge_edit.php

* Fixed enable on call_block_edit.php

* Fixed enable on call_flow_edit.php

* Fixed enable on conference_center_edit.php

* Add conference room enabled toggle

* Fixed enable on conference_control_detail_edit.php

* Fixed enable on conference_control_edit.php

* Fixed enable on conference_profile_edit.php

* Add conference profile param enabled toggle

* Fixed enable on conference_edit.php

* Fixed enabled on device_edit.php

* Fixed enable on extension_edit.php

* Fixed enable on gateway_edit.php

* Fixed enable on number_translation_edit.php

* Fixed enable on phrase_edit.php

* Fixed enable on ring_group_edit.php

* Fixed enable on sip_profile_edit.php

* Fixed enable on stream_edit.php

* Fixed enable on time_condition_edit.php

* Fixed enable on var_edit.php

* Fixed enable on voicemail_edit.php

* Fixed enable on user_edit.php

* Fixed enable on user_setting_edit.php

* Update user_edit.php

* Update bridge_edit.php

* Update call_flow_edit.php

* Update conference_control_edit.php

* Update stream_edit.php

* Fixed enable on default_setting_edit.php

* Fixed enable on domain_edit.php

* Fixed enable on email_template_edit.php

* Fixed enable on module_edit.php
2023-02-14 11:19:02 -07:00
Alex
129d173624 Add enable toggle to more pages (#6549)
* Add bridge enabled toggle

* Update call_block_edit.php

* Add call flows enabled toggle

* Add conference center enabled toggle

* Add conference control detail enabled toggle

* Add conference control enabled toggle

* Add conference enabled toggle

* Add phrase enabled toggle

* Add stream enabled toggle

* Add voicemail enabled toggle

* Add destination enabled toggle

* Add time condition enabled toggle

* Add default settings enabled toggle

* Add domain enabled toggle

* Add email template enabled toggle

* Add module enabled toggle

* Add number translation enabled toggle

* Add sip profile enabled toggle

* Add switch var enabled toggle
2023-02-13 18:02:01 -07:00
FusionPBX
7997d808ce Make this a case insensitive 2022-12-08 07:44:55 -07:00
FusionPBX
8c7677bbb2 Disable until its less disruptive for multiple tabs 2022-11-29 15:03:46 -07:00
FusionPBX
421b5dd024 Use domain_view permisison for better versatility. 2022-11-28 21:05:05 -07:00
FusionPBX
7b9203e84f Correc the permission name 2022-11-28 20:11:32 -07:00
FusionPBX
bbde291760 Create domain_json.php 2022-11-28 14:52:53 -07:00
FusionPBX
2ea90bfc52 Copy of the domain array and used it in dialplan import 2022-10-19 13:48:15 -06:00
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
markjcrane
eb5c25aa35 Add insert_date, insert_user, update_date, update_user to all tables 2022-09-18 00:54:37 -06:00
agree
90f33bd64d [domains] add exit after redirect (#6366) 2022-05-06 17:08:52 -06:00
Luis Daniel Lucio Quiroz
ca921e88ac Fixes NULL in _SESSION[context] (#6360)
* Update check_auth.php

* Update domains.php
2022-05-05 09:04:19 -06:00
FusionPBX
600411a2a7 Clear the cache when updating the domain. 2022-03-28 12:25:42 -06:00
FusionPBX
bd1229c377 Add a new setting for domain country_code. 2022-02-24 18:03:58 -07:00
FusionPBX
47b1d6720d Fix domain delete button visibility. 2022-02-23 13:56:00 -07:00
KRooney
730442f72f Update app_languages.php (#6264)
FR-CA translation changes
2022-01-25 12:23:47 -07:00
AlexC
2a74114cf2 Copy, toggle and delete buttons visible when checkbox is selected (#6242)
* Update bridges.php

* Update call_block.php

* Update call_center_queues.php

* Update call_center_agents.php

* Update call_broadcast.php

* Update call_flows.php

* Update call_recordings.php

* Update conference_centers.php

* Update conference_rooms.php

* Update conference_controls.php

* Update conference_profiles.php

* Update conferences.php

* Update contacts.php

* Update fax.php

* Update ivr_menus.php

* Update music_on_hold.php

* Update phrases.php

* Update recordings.php

* Update streams.php

* Update voicemails.php

* Update devices.php

* Update device_vendors.php

* Update device_vendor_functions.php

* Update extensions.php

* Update gateways.php

* Update dialplans.php

* Update destinations.php

* Update email_templates.php

* Update modules.php

* Update sip_profiles.php

* Update vars.php

* Update databases.php

* Update users.php

* Update default_settings.php

* Update domains.php

* Update groups.php

* Update menu.php
2022-01-13 11:37:59 -07:00
Anthony
1db3e5ba14 Removed Search Reset (#6241)
* Update default_settings.php

* Update devices.php

* Update extensions.php

* Update gateways.php

* Update users.php

* Update destinations.php

* Update dialplans.php

* Update bridges.php

* Update call_block.php

* Update call_broadcast.php

* Update call_flows.php

* Update call_forward.php

* Update call_recordings.php

* Update conference_centers.php

* Update conference_controls.php

* Update conference_profiles.php

* Update conferences.php

* Update contacts.php

* Update fax.php

* Update ivr_menus.php

* Update phrases.php

* Update recordings.php

* Update ring_groups.php

* Update time_conditions.php

* Update voicemails.php

* Update call_center_queues.php

* Update email_logs.php

* Update registrations.php

* Update user_logs.php

* Update access_controls.php

* Update domains.php

* Update email_templates.php

* Update groups.php

* Update menu.php

* Update number_translations.php

* Update sip_profiles.php

* Update database_transactions.php

* Update vars.php

* Update dashboard.php
2022-01-12 16:00:01 -07:00
FusionPBX
e06d5a64c5 Create new voicemail directory when adding a new domain. 2021-11-22 09:45:41 -07:00
FusionPBX
d8b6e8bf66 When adding a new domain make sure to make the recordings directory. 2021-11-16 11:13:35 -07:00
FusionPBX
7e0b4045db Update the URL to the dashboard 2021-11-13 15:30:16 -07:00
FusionPBX
806958fffd Change guid to uuid. 2021-08-25 14:12:09 -06:00
FusionPBX
1049b37e6b Replace the pipe with additiaonl spaces to visually seperate the links. 2021-07-29 08:21:27 -06:00
demonspork
b847f95987 Add "Settings" link to Domains list
Skip the step of clicking on the domain then clicking settings. I very rarely want to edit a domain's basic settings, 99% of the time I am wanting to either manage the domain or edit domain_settings.
2021-03-11 14:01:55 -06:00
FusionPBX
4e17dc4f85 Advanced -> Domains add Manage link as an option to switch domains.
This used to be there and some people miss it so adding it back again.
2021-02-20 17:02:31 -07:00
Nate
5c7f97ac8a Domains: Retain session domain_name and domain_uuid on add and delete. 2020-11-02 16:00:02 -07:00
FusionPBX
b4f9e3ffaf Update domain_edit.php 2020-08-14 00:30:50 -06:00
FusionPBX
a660250899 Update domain_edit.php 2020-08-10 12:29:50 -06:00
FusionPBX
e4b72206b3 On button replace escape with urlencode 2020-07-29 13:41:33 -06:00
FusionPBX
ecb8d919ce Remove header_description-domain_settings 2020-07-28 21:14:23 -06:00
FusionPBX
cf7c918b0c Add a Settings button. 2020-07-28 21:13:34 -06:00
FusionPBX
1a25c8932e Put the each column name on its own row. 2020-07-27 14:50:14 -06:00
FusionPBX
b4beae1e97 Cast domain_enabled to text 2020-07-10 09:45:54 -06:00
FusionPBX
42a926684a Remove a duplicate domain_uuid. 2020-07-10 09:44:53 -06:00
FusionPBX
95faf76f97 Use cast to text on domain_enabled. 2020-07-10 09:41:43 -06:00
Mark J Crane
a07781860b Change data type and add toggle values 2020-07-02 12:02:54 -06:00
Nate
d03b0e11d6 Domains - Add: Use lowercase, alert on duplicate. 2020-05-21 18:39:53 -06:00
FusionPBX
39f4abfd37 Update app_config.php 2020-04-17 00:25:16 -06:00
Nate
97eec1da04 Template, Core Apps: Update to new modal. 2020-03-25 16:48:12 -06:00
racitup
a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
FusionPBX
5efa873a21 Update domain_edit.php 2020-03-12 16:23:01 -06:00
agree
51a6b56dae Update domains.php (#5092)
* Update domains.php
2020-03-11 20:04:41 -06:00
Nate
f8c74e6586 Multiple: Add IDs to common/default action buttons. 2020-03-05 10:01:09 -07:00
Nate
531655c8d8 Domains: Remove deprecated delete script. 2020-02-17 08:58:35 -07:00
Nate
0cc208bb03 Domains - Edit: Sticky Domain Settings action bar. 2020-02-12 11:59:29 -07:00
FusionPBX
ebb075bc4f Update domains.php 2020-01-30 13:02:37 -07:00
FusionPBX
820177ac6d Update app_config.php 2020-01-09 20:09:27 -07:00
Nate
4fe8cc74cb Domains: Add window title. 2020-01-06 12:17:16 -07:00