Commit Graph

577 Commits

Author SHA1 Message Date
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