Alex
10a2d87ee6
Add missing translations ( #6662 )
...
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
* Update app_languages.php
2023-05-05 15:22:22 -06:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
markjcrane
1513bd3301
Add Chinese, Korean, and Japanese translations
2023-05-03 10:36:25 -06:00
markjcrane
28fe89066e
Add Chinese, Korean, and Japanese translations
2023-05-02 22:05:16 -06:00
markjcrane
381b3bdd9f
Add menu translations
2023-05-02 20:30:13 -06:00
markjcrane
41e87e7f01
Add additional languages
2023-05-02 20:22:44 -06:00
Harry Foster
83af204be1
Honor the default settings for password complexity and strength when copying extensions ( #6632 )
2023-04-28 11:21:35 -06:00
frytimo
69bd42af05
remove unneeded destruct methods as GC has higher performance ( #6631 )
...
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-27 20:18:53 -06:00
trideeindhoven
fba26b3f84
Better NL translations ( #6590 )
...
Co-authored-by: Jeroen Hermans <jeroen@perfectvoip.nl>
2023-03-28 10:24:11 -06:00
FusionPBX
b449bef03e
Use preg_replace instead of escape ( #6575 )
...
Escape broke auto matching fields use preg_replace instead.
2023-03-10 09:54:49 -07:00
FusionPBX
d8a45a5872
Add variable ${caller_id_name}
2023-03-09 18:39:58 -07:00
fusionate
2c76741976
Dashboard - Caller ID: Rework style to match other widgets.
2023-02-20 19:49:32 +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
agree
4c29c3c4cf
[security] import pages xss prevention ( #6553 )
2023-02-14 15:34:53 -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
2acda5ea06
Add dashboard, device, extension, and gateway enabled toggle ( #6548 )
...
* Update system_counts.php
* Update call_forward.php
* Add dashboard widget enabled toggle
* Add device enabled toggle
* Add extension enabled toggle
* Add gateway enabled toggle
* Update extension_edit.php
* Update extension_edit.php
* Update device_edit.php
* Update gateway_edit.php
2023-02-10 11:14:43 -07:00
fusionate
46854d4025
Voicemail - Edit: Renenable Listen Link option in select, like Extension edit page.
2023-02-06 23:24:49 +00:00
fusionate
87716d051d
Extension - Edit: Clarify more descriptions.
2023-01-28 21:38:46 +00:00
fusionate
4ba6148f57
Extension - Edit: Add clarity to Max Registrations and Limit Max descriptions.
2023-01-28 21:31:00 +00:00
fusionate
4b7bac9ba1
Extension - Edit: Remove extra line breaks.
2023-01-28 21:18:01 +00:00
demonspork
7e58f6d773
Fix edge case permissions problem with extension_advanced ( #6512 )
...
* Fix edge case permissions problem with extension_advanced
2022-12-31 11:57:41 -07:00
FusionPBX
88bc541d0d
Create database object if not set. ( #6492 )
...
* Create database object if not set.
2022-11-08 09:40:12 -07:00
frytimo
4a8e148ccf
remove is_numeric check for voicemail id ( #6484 )
...
Co-authored-by: Tim Fry <tim@voipstratus.com>
2022-10-11 21:32:32 -06:00
FusionPBX
93ec88629b
Replace root.php
2022-10-10 17:28:02 -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
frytimo
e88176c755
voicemail boxes can now be text or numeric ( #6467 )
2022-09-07 16:37:02 -06:00
FusionPBX
e0866eba32
Force the value to lower case for enabled.
2022-06-06 18:04:06 -06:00
FusionPBX
93c7714148
Add new permission voicemail_file ( #6403 )
...
* Add new permission voicemail_file
* Update app_config.php
* Update voicemail_edit.php
2022-06-01 10:48:33 -06:00
FusionPBX
83eaee56a2
number_alias permission removed from superadmin group.
...
Not providing permissions to this by default to discourage using it. However anyone can assign the permission to any groups of their choice.
2022-05-31 09:42:26 -06:00
FusionPBX
eee7786529
Remove some code redundancy.
2022-05-02 08:27:15 -06:00
FusionPBX
16b8d5e172
Update extension_edit.php
2022-05-02 08:17:53 -06:00
Joseph
f080a39053
Fix voicemail transcriptions not being pushed ( #6339 )
...
* Fix voicemail transcriptions not being pushed
When creating a new extension, under the Voicemail tab, Transcribe is empty. This was causing users to not receive VM transcriptions. Adding the above code will push transcribe = true or false (depending on the value in default settings) after creating a new extension.
2022-05-02 08:06:21 -06:00
FusionPBX
8e530abb0d
Add voicemail_transcription_enabled to extension_edit.php ( #6265 )
...
* Rename permission to voicemail_transcription_enabled
* Update voicemail_edit.php
* Add voicemail_transcription_enabled
* Update app_languages.php
* Update voicemail_edit.php
2022-01-29 02:28:07 -07:00
FusionPBX
e0e6a529ec
Only use the transcription_enabled_default on add.
2022-01-28 08:54:37 -07:00
FusionPBX
ecdbc1b8be
Set the extension dial_string to null when the value is user_busy.
2022-01-27 00:08:41 -07:00
AlexC
78c5666aff
Fixed dashboard layout bugs ( #6263 )
...
* Fixed dashboard layout bugs
* Update domain_limits.php
* Update missed_calls.php
* Update recent_calls.php
* Update voicemails.php
* Update system_counts.php
* Update system_cpu_status.php
* Update system_status.php
* Update caller_id.php
2022-01-25 11:03:37 -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
67be72b452
Database save method set to false. ( #6215 )
...
* When database save set to false for app_defaults.php
2021-12-24 12:42:16 -07:00
FusionPBX
27540bb42c
Fix the display_name
2021-12-15 19:36:05 -07:00
FusionPBX
a80a22f797
Default the device line label to the extension number
2021-12-15 15:06:13 -07:00
FusionPBX
2db571f2fc
Correct the name dislplay_label to label.
2021-12-15 15:02:17 -07:00
FusionPBX
b2c8f976a7
Add line_label and line_display_name default settings. ( #6195 )
...
* Update app_config.php
* Add device line_label and line_dislplay_name.
2021-12-15 14:39:34 -07:00
FusionPBX
dd106a6871
Replace event_socket_mkdir with php mkdir. ( #6170 )
2021-12-02 19:03:55 -07:00
FusionPBX
6782195989
Update extension_edit.php
2021-11-30 14:20:25 -07:00
FusionPBX
4dff27a076
When adding an extension make the voicemail directory.
2021-11-23 10:09:08 -07:00
FusionPBX
4f6c7f5d5e
Fix the path in the link.
2021-11-17 08:02:48 -07:00
demonspork
36cb791e0b
Add Permission to set Empty emergency Number ( #5944 )
...
* Add Permission to set empty emergency Number
2021-11-16 13:42:31 -07:00
FusionPBX
1b7785c8ab
Update extension caller_id so it would work better with the dashboard
2021-11-11 14:05:22 -07:00
FusionPBX
7a216743bc
Update path to app/call_forward previously app/calls.
2021-11-10 08:12:22 -07:00
markjcrane
032a5aec39
Add a new dashboard
2021-11-09 18:42:14 -07:00
FusionPBX
1df0ade6cd
Outbound caller id number - only allow numeric and +
2021-10-20 10:58:23 -06:00
FusionPBX
6d4196f537
If the device is on the local domain allow it and use its device_uuid.
2021-09-23 17:55:32 -06:00
FusionPBX
4b71467053
Add device duplicate check for extension edit.
2021-09-19 00:42:40 -06:00
markjcrane
e429756307
Change error/user_busy to USER_BUSY
2021-09-18 23:26:21 -06:00
FusionPBX
221a88c673
Update extension_edit.php
2021-09-17 13:05:48 -06:00
FusionPBX
3e67d1d392
Use tabs instead of spaces
2021-09-08 22:36:15 -06:00
FusionPBX
9145fbcfc4
When assiging an extension to a device make sure to use the server_address_primary, and server_address_secondary
2021-07-26 10:43:03 -06:00
FusionPBX
d682ff01d1
Set device vendor
...
Get the device vendor from the template name if the template was provided otherwise use the get_vendor method using the MAC address
2021-07-23 11:56:19 -06:00
agree
64afa5df36
[extensions] outbound caller id select list remove duplicates ( #5977 )
2021-06-22 14:46:34 -06:00
agree
68d9e583ef
[extensions] Fix mwi_account field not emptying ( #5978 )
2021-06-22 14:41:54 -06:00
chansizzle
24fe361140
improved export page descriptions
2021-05-17 14:34:53 -06:00
chansizzle
3c9b1dcd53
improved export page descriptions
2021-05-17 14:32:14 -06:00
agree
cf4f8d1e36
Add ability to set default accountcodes
2021-05-05 21:28:47 -04:00
FusionPBX
55e2316a11
Merge pull request #5894 from greenbea/patch-29
...
Add max registrations per extension setting
2021-04-23 10:36:01 -06:00
FusionPBX
18b8a7478a
Change user_context to domain_name as the cache uses domain name not the context.
...
Context and domain are usually the same but there could be times that they are different. However code is always using the domain name for the cache key.
2021-04-13 13:37:15 -06:00
agree
0c605dfd30
Update extension_edit.php
2021-04-11 10:36:45 -04:00
agree
5967dfbfaf
Add max registrations per extension setting
2021-04-11 00:28:06 -04:00
agree
05befb3f99
Extension fix cache not clearing
...
The cache was broken for user users without the extension_user_context permission
2021-03-16 17:36:11 -04:00
FusionPBX
297fea5d64
Remove the forward_caller_id_uuid field.
2021-03-06 09:06:31 -07:00
FusionPBX
4ccbebc9bc
Remove forward_caller_id_uuid field.
2021-03-06 09:01:03 -07:00
FusionPBX
3b4cc55671
Move the extension settings button.
2021-02-10 00:42:08 -07:00
FusionPBX
c3ee52596e
Change the permisison for the settings button.
2021-02-09 14:15:09 -07:00
FusionPBX
7954af8e6c
Merge pull request #5710 from emaktech/patch-7
...
French language update
2021-01-26 08:41:16 -07:00
fusionate
80c51cc2e2
Extension - Edit: Lookup extension on submit if extension_extension permission not assigned.
2021-01-22 12:12:29 -07:00
agree
c21961922a
Add extension_extension permission
2021-01-18 23:39:49 -05:00
agree
4037331e4b
Extension add permission for extension field
2021-01-18 23:38:08 -05:00
emaktech
72b273058e
Update app_languages.php
...
Minuscule French language update
2021-01-06 16:04:03 -05:00
demonspork
9cf580c512
Allow Setting Default transcription state
...
When creating a new extension/voicemail box it can have a global/domain default setting for whether to enable transcription.
`transcription_enabled_default` default setting that determines what status transcription should be for all new extensions/voicemails.
2021-01-06 13:16:19 -06:00
Luis Daniel Lucio Quiroz
de021ec34c
Hide things that non-admin users shouldnt edit
2020-12-29 00:24:03 -05:00
Luis Daniel Lucio Quiroz
bb868a2a8b
Update app_config.php
2020-12-29 00:15:22 -05:00
FusionPBX
dadea8d4c6
Merge pull request #5672 from demonspork/Destination-Emergency
...
Add Support for Validated Emergency Destinations/Caller ID
2020-12-24 10:31:44 -07:00
Luis Daniel Lucio Quiroz
5eb3eaa529
Update extension_edit.php
2020-12-13 20:18:02 -05:00
demonspork
c3704c6172
Add Support for Validated Emergency Destinations/Caller ID
...
This adds emergency_caller_id_select permissions. and an "Emergency" checkbox to destinations. When emergency_caller_id_select permssion is added, the "Emergency Caller ID number" and name become a dropdown in the Extension and only show Destinations that have the "Emergency" checkbox selected to indicate they are valid for emergency calls.
2020-12-11 18:24:14 -06:00
FusionPBX
e05de35122
Remove loopback for call center agent contact.
2020-12-02 11:54:07 -07:00
fusionate
229bc0ca4e
Extensions - Delete: Restore concurrent deletion of voicemail box.
2020-11-30 14:17:30 -07:00
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
demonspork
15894f4e17
Fixed Issue with extension limits preventing Extension Search
...
Extension searches would fail if an extension limit was set. This is because the unset($parameters) that was used at the end of the query that counts the extensions is also unsetting the "search" parameter that was set previously. I moved the //get total extension count for domain query to happen before the search parameter is added to fix it.
2020-11-19 17:18:51 -06:00
FusionPBX
3a71d0c02b
Merge pull request #5554 from greenbea/patch-14
...
Prevent users from overriding user_context
2020-11-18 08:28:59 -07:00
FusionPBX
ebcccb9e9d
Fix the distinct syntax issue by removing extension_uuid.
2020-11-16 13:00:01 -07:00
agree
139461cf2e
Update extension_edit.php
2020-11-03 16:31:40 -05:00
agree
328d79e95d
Prevent users from overriding user_context
2020-11-03 16:17:58 -05:00
Nate
7e9cfb332a
Extension - Edit: Adjust CIDR description.
2020-10-20 14:54:42 -06:00
Nate
4a886ea1d2
Extension - Edit: Adjust permission check to mitigate warning.
2020-10-05 09:49:23 -06:00
agree
16b34145d6
add extensions to destination class ( #5501 )
2020-09-29 11:43:48 -06:00
FusionPBX
e0e510f133
Add the uuid to the destinations array.
2020-08-24 09:01:47 -06:00
agree
2704f40512
fix extension import ( #5419 )
2020-08-21 12:44:42 -06:00
FusionPBX
460256d4ec
Only show the button if the feature is installed.
2020-08-19 15:26:52 -06:00
FusionPBX
6e4bb6d944
Change button-call_routing to button-call_forward
2020-08-05 10:58:06 -06:00
FusionPBX
29f63062cf
change button-call_routing to button-call_forward
2020-08-05 10:55:42 -06:00
FusionPBX
8589febfba
Update extension_edit.php
2020-07-29 14:19:18 -06:00
FusionPBX
472e1bf85a
Add a new button.
2020-07-29 13:37:30 -06:00
chansizzle
1407e2d214
Update extension_imports.php ( #5356 )
...
start data on row 2
2020-07-15 16:53:13 -06:00
FusionPBX
e9584fe09c
Add permission_exists outbound_caller_id_name to hide column if user is does not have the permission.
2020-07-07 11:04:17 -06:00
frytimo
993b326af6
add missing quotes surrounding extension_advanced ( #5329 )
...
Add missing quotes surrounding extension_advanced permission so it is interpreted as text.
2020-07-03 13:41:45 -06:00
FusionPBX
b6c92847a1
extension edit correct domain_uuid so that it has a value.
2020-07-02 20:16:39 -06:00
agree
602302a308
Add extension_advanced permission ( #5321 )
...
* Update extension_edit.php
* Update app_config.php
2020-07-02 00:22:38 -06:00
FusionPBX
71c90a59c8
Remove the formatting of the mac address.
2020-05-27 19:10:20 -06:00
FusionPBX
636ef62140
Set the dial_string default to true.
2020-05-25 17:51:12 -06:00
FusionPBX
056ee9f10b
Change nibble_account from numeric to text.
2020-05-21 11:25:14 -06:00
FusionPBX
da6fe3c3ec
Show one row for extension device list.
2020-05-12 11:32:02 -06:00
FusionPBX
5b1b2687b3
Fix extension edit password length and strength.
2020-05-12 11:07:46 -06:00
FusionPBX
e6d95500fb
Update app_config.php
2020-04-17 16:43:57 -06:00
FusionPBX
f8d4ff3fd3
Update app_config.php
2020-04-16 17:07:07 -06:00
Nate
86bba631c1
Extensions - Edit: Hide User select if empty.
2020-04-15 13:11:29 -06:00
Nate
7cb134fe2a
Extensions - Edit: Fix description for Emergency Caller ID fields when outbound_caller_id_select granted.
2020-04-14 12:56:14 -06:00
Nate
591ccca262
Extensions - Edit: Fix Number Alias in Copy function.
2020-04-13 14:31:38 -06:00
Nate
6d451e311b
Extensions - List: Fix Registered state and count when Show All enabled.
2020-04-13 11:39:13 -06:00
Nate
27a1a3b805
Extensions - Edit: Fix add User bug.
2020-04-11 13:56:03 -06:00
Nate
cea2f610ba
Extensions - Edit: Change Description field to input.
2020-03-31 19:58:50 -06:00
FusionPBX
6aafdefd53
Update app_config.php
2020-03-31 16:43:35 -06:00
FusionPBX
92545a949f
Update app_languages.php
2020-03-31 16:41:28 -06:00
Nate
b9fe83cd78
Extensions - Edit: Cleanup.
2020-03-28 20:19:35 -06:00
Nate
94bc8eeb6a
Extensions - Add: Define Device Provisioning upon create.
2020-03-28 20:16:05 -06:00
Nate
5b42cc2d1a
Extensions - Add: Assign a User on create.
2020-03-28 16:21:48 -06:00
Nate
f22e4da6ee
Devices & Extensions: Remove duplicate permissions.
2020-03-27 15:19:45 -06:00
Nate
39c0352268
Extension - Edit: Cleanup.
2020-03-26 17:29:32 -06:00
Nate
5b5effe58f
Extensions - List: Update to use reworked modal.
2020-03-25 16:52:30 -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
Nate
e8494facee
Multiple: Add IDs to form tags, remove empty action attributes.
2020-03-05 10:02:25 -07:00
Nate
3b9a3b5e68
Extensions: Use default cancel button icon.
2020-03-05 09:44:43 -07:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
e869d1ba38
Extensions - Edit: Remove deprecated javascript.
2020-03-04 17:56:06 -07:00
FusionPBX
05ea579967
Update app_config.php
2020-03-03 14:16:39 -07:00
FusionPBX
cb1ede13c7
Update extension_edit.php
2020-03-02 18:00:04 -07:00
FusionPBX
4108031ae4
Update app_config.php
2020-03-02 17:56:04 -07:00
Nate
8a6ba1fda2
Extensions: Option to delete voicemail when deleting extensions.
2020-02-18 07:44:01 -07:00
Nate
63d0582864
Extension - Add: Remove auto-generate extension users.
2020-02-18 06:17:27 -07:00
FusionPBX
058d8c1195
Update extension_edit.php
2020-02-17 15:06:00 -07:00
Nate
9ec85741fa
Extensions - Add: Validate array to mitigate warning.
2020-02-17 08:43:59 -07:00
Nate
e55a6a8af3
Extensions:: Remove deprecated delete script.
2020-02-15 11:11:16 -07:00
FusionPBX
85c47f2ac9
Update extension_edit.php
2020-02-13 13:32:22 -07:00
Nate
93f2155d85
Extension - Edit: Clean up.
2020-02-12 11:17:08 -07:00
Nate
1cb5af1ee0
Extensions - Import: Misc consistency updates.
2020-02-12 10:48:57 -07:00
root
e9f4d5113f
Added destination select permissions
2020-01-21 11:43:19 -05:00
Nate
714319d711
Update extension_imports.php
2020-01-11 12:20:47 -07:00
Nate
e3d15e6d05
Update extension_edit.php
2020-01-11 11:23:52 -07:00
Nate
4de20fd969
Extension Edit/Import/Export - Action bar, button and list updates.
2020-01-11 11:06:49 -07:00
chansizzle
20e1441749
Update app_config.php ( #5051 )
2020-01-09 11:13:43 -07:00