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
chansizzle
e84146fd71
Update app_config.php ( #5030 )
2020-01-08 20:38:36 -07:00
Luis Daniel Lucio Quiroz
c27d0cea2d
Update extension_edit.php ( #5007 )
2020-01-08 10:45:10 -07:00
Nate
03c2a6504a
Extensions: Add window titles.
2020-01-06 07:47:31 -07:00
Nate
6b454c4e36
Extensions: Fix Emergency Caller ID Number select.
2019-12-12 18:05:13 -07:00
Nate
1f67a6f8f4
Dashboard: App list view updates, token integration, bug fixes.
2019-12-04 19:08:02 -07:00
Nate
a6b06ee8a9
Call Forward/Follow Me/DND: Update classes.
2019-11-30 21:42:15 -07:00
Nate
bec5c647c9
List View: Updates to action classes.
2019-11-30 15:18:48 -07:00
Nate
aa593c03fc
List Views: Minor adjustments to code.
2019-11-30 14:18:00 -07:00
Nate
bfb17507f1
List Views: Simplify action handling.
2019-11-30 11:12:41 -07:00
fneto1977
970f4d1f03
continue fixing pt-br translations ( #4921 )
...
* Fixed translations for Brazilian Portuguese
* Update app_config.php
* Fixed Translations for pt-br
* Fixed Translations for pt-br
* Fixed Translations for pt-br
* Update app_config.php
* Update app_languages.php
* Update app_menu.php
* app_config Domain
* app_languages.php - Domains
* app_menu - domains
* app_config - default settings
* app_languages - - default settings
* app_menu - default settings
* app_config - databases
* app_languages - databases
* app_menu - - databases
* app_config - upgrade
* app_languages - upgrade
* app_menu - upgrade
* app_config - users
* app_languages - users
* app_menu - users
* app_config - usersettings
* app_languages - usersettings
* app_menu - usersettings
* app_language - Reources
* app_menu - extensions
* app_languages - extensions
* app_config - extensions
* app_menu - gateways
* app_config - gateways
* app_languages - gateways
* app_menu - providers
* app_languages - providers
* app_config - providers
* app_config - devices
* app_menu - devices
* app_languages - devices
* app_languages - destinations
* app_config - destinations
* app_menu - inboud destination
* app_languages - inbound destination
* app_config - inbound destination
* app-config outbound destination
2019-11-28 11:08:30 -07:00
saraxxin
98ce23272a
Allow permission to export devices and extensions to be assigned to groups ( #4916 )
...
* Update app_config.php
* Update device_download.php
* Update app_config.php
* Update extension_download.php
2019-11-26 10:19:25 -07:00
noci2012
e1ed3140cc
nl-nl translations next batch. ( #4892 )
...
* add nl-nl items
* Update app_config.php
* add nl-nl items
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Fix typos inn nl-nl
* Add nl-nl items
* dd nl-nl items.
* Add nl-nl items.
* Add nl-nl items (call-flows)
* Add nl-nl items
* Add nl-nl items
* dd nl-nl items (calls)
* Add nl-nl items
* Add nl-nl items (contacts)
* Add nl-nl items (vars)
* Add nl-nl items (voicemails)
* Add nl-nl items (xml_cdr)
* Add nl-nl items (xml_cdr)
* This reverts commit 41afeb4796 .
* Add nl-nl items (voicemail_greetings)
* Add nl-nl items (system)
* Add nl-nl items (sip_profiles)
* Add nl-nl items (sip_status)
* Add nl-nl items (settings)
* Add nl-nl items (database_transactions)
* Add nl-nl items (destinations)
* Add nl-nl (devices)
* Add nl-nl (conferences)
* Add nl-nl (conferences_active)
* Add nl-nl (conference_centers)
* Update nl-nl (conference_centers)
* Add nl-nl (conference_controls)
* Add nl-nl items (conference_profiles)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_outbound)
* Add nl-nl items (dialplans)
* Add nl-nl items (edit)
* Add nl-nl items (email_logs)
* Add nl-nl items (errors)
* Add nl-nl items (exec)
* Add nl-nl items (access_controls)
* some skipped entries
* add nl-nl items (extensions)
* add nl-nl items (fifo)
* fixed translation, better fitting word kenmerk instead of etiket
* add nl-nl items (fifo_list)
* add nl-nl items (follow_me)
* add nl-nl items (gateways)
* add nl-nl items (ivr_menus)
* add nl-nl items (meetings)
* add nl-nl items (log_viewer)
* add nl-nl items (ring_groups)
* add nl-nl items (messages)
* add nl-nl items (modules)
* add nl-nl items (music_on_hold)
* add nl-nl items (number_translations)
* fix merge conflict (gateways)
2019-11-22 17:37:36 -07:00
Nate
0e56d1b7e5
Extensions: List view updates.
2019-11-18 13:31:06 -07:00
FusionPBX
f62bb85e3f
Update extension_edit.php
2019-11-14 15:12:01 -07:00
Nate
20084f1d52
Extension Edit: Resolvee PHP warning.
2019-11-08 13:37:09 -07:00
Nate
e85b12be57
Update extensions.php
2019-11-02 21:12:12 -06:00
FusionPBX
a350afddbd
Update extension_edit.php
2019-10-10 10:24:01 -06:00
chansizzle
5d4c02433c
Update extension_imports.php ( #4683 )
2019-09-27 20:50:19 -06:00
chansizzle
2ad1e94563
Update extensions.php ( #4682 )
2019-09-27 15:52:14 -06:00
Nate
e73417533a
Extensions: Token integration.
2019-09-19 06:22:40 -06:00
emaktech
ead70acce5
Modified fr-ca / fr-fr translation. ( #4596 )
2019-09-12 13:28:10 -06:00
Nate
911a43219e
Users: Prevent duplicate usernames.
2019-09-10 19:23:14 -06:00
Nate
abc4d01bac
Extensions: Retain current list page through edit, (single) delete, and back operations.
2019-09-10 18:07:49 -06:00
Nate
8a6eecd20a
Extensions: Fix paging.
2019-09-10 12:54:06 -06:00
Nate
f8b6ba17c0
Update app_defaults.php
...
Change destination encoding from ASCII to UTF8 in convert_to function, used inside pgsql natural_sort function on Extensions page.
2019-09-09 12:53:47 -04:00
Nate
86c32484ea
Extensions: Add natural sorting for PostgreSQL (Upgrade > App Defaults to create required function).
2019-09-09 08:21:58 -06:00
FusionPBX
d5ef375a35
Update extensions.php
2019-09-04 23:15:10 -06:00
Nate
836fb87136
Misc Classes: Database class integration.
2019-09-02 15:57:18 -06:00
FusionPBX
58f3e0e7c5
Update extension_edit.php
2019-08-27 23:50:53 -06:00
Nate
c7baaab4a9
Update to latest jQuery 1.x, in preparation to update to latest (3.x). Update jQuery UI, QR Code. Misc adjustments for compatibility.
2019-08-19 10:51:21 -06:00
FusionPBX
17b39b9e2c
Update extensions.php
2019-08-16 11:25:32 -06:00
FusionPBX
b98aba1bb8
Update extension_imports.php
2019-08-13 00:11:31 -06:00
Nate
7bf2c1d19f
Pin Numbers: Database class integration.
2019-08-12 05:26:58 -06:00
chansizzle
60093a5e01
Update extension_edit.php ( #4429 )
2019-08-09 14:35:58 -06:00
Nate
8516bc38ad
Extensions: Database class integration.
2019-08-06 19:49:59 -06:00
FusionPBX
743b5ac61a
Update app_config.php
2019-07-30 00:35:06 -06:00
FusionPBX
2c3375cb09
Update app_config.php
2019-07-30 00:25:41 -06:00
FusionPBX
6bc0d3ba39
Update extension_edit.php
2019-07-15 14:21:46 -06:00
FusionPBX
8e29cf638f
Update extension_copy.php
2019-06-18 18:37:34 -06:00
ednt
c34faf2e7c
Extended and looped devicelines cause of DECT stations which can handle more then 48 lines ( #4279 )
2019-06-14 08:16:01 -06:00
chansizzle
39095b1b73
Update extension_download.php ( #4254 )
2019-06-03 15:35:03 -06:00
FusionPBX
7d5cff4eeb
Update extensions.php
2019-06-03 13:50:56 -06:00
chansizzle
9f16642f2a
Update extension_download.php
2019-05-27 10:06:21 -06:00
chansizzle
8053992bf2
Update extension_download.php
2019-05-24 11:34:51 -06:00
FusionPBX
beb51db3c3
Update extension_delete.php
2019-05-07 14:01:51 -06:00
Nate
f194175965
Additional browser autofill prevention for Extensions and Voicemails
2019-04-13 17:39:43 -06:00
FusionPBX
5da935c55d
Update app_config.php
2019-02-19 09:24:40 -07:00
FusionPBX
a1cf0e90ce
Update extension_edit.php
2019-02-19 08:41:56 -07:00
FusionPBX
3d258cb44c
Update app_config.php
2019-02-11 20:45:25 -07:00
FusionPBX
a3767d4913
Update extension_edit.php
2019-02-11 20:42:59 -07:00
FusionPBX
2de15017e6
Update extension_edit.php
2019-01-29 13:22:17 -07:00
FusionPBX
6f8a116c82
Update app_config.php
2019-01-29 13:19:34 -07:00
FusionPBX
c4b5bfa95f
Update extension_edit.php
2019-01-19 13:38:55 -07:00
FusionPBX
68450df8a6
Update extension_edit.php
2019-01-13 23:59:03 -05:00
FusionPBX
c40205bdf6
Update extension_edit.php
2019-01-05 09:50:10 -07:00
dougstamp
19d5877fa4
Update extension_edit.php ( #3473 )
...
Added code to update device_key_label on devices that have the extension set as BLF/etc. when an extensions effective_caller_id_name is changed.
2019-01-05 09:02:31 -07:00
FusionPBX
7c7af05b6c
Update extensions.php
2018-12-04 22:06:50 -07:00
FusionPBX
91298ca15c
Update app_config.php
2018-12-02 11:21:46 -07:00
FusionPBX
a212218e38
Update app_defaults.php
2018-12-02 11:15:38 -07:00
FusionPBX
d1e677b450
Update extensions.php
2018-11-21 12:46:50 -07:00
FusionPBX
39748ebc29
Update extension_edit.php
2018-10-23 23:14:07 -06:00
FusionPBX
130e53e3fa
Update extension_imports.php
2018-10-20 11:58:58 -06:00
FusionPBX
3cbcfa213c
Update extension_edit.php
2018-10-15 16:50:59 -06:00
FusionPBX
dbc7c14527
Update app_config.php
2018-10-15 16:30:48 -06:00
FusionPBX
0275de7fc7
Update extension_imports.php
2018-09-28 12:50:00 -06:00
FusionPBX
349f7518b3
Update extension_imports.php
2018-09-28 12:47:34 -06:00
FusionPBX
15663fc472
Update extension_imports.php
2018-09-28 12:46:17 -06:00
FusionPBX
3527fd9f39
Update extensions.php
2018-09-28 11:06:32 -06:00
FusionPBX
6b2fbd3b36
Update app_config.php
2018-09-28 10:58:19 -06:00
FusionPBX
a4c9790d8a
Update extension_imports.php
2018-09-28 10:56:51 -06:00
FusionPBX
43598725e5
Update extension_imports.php
2018-09-28 10:48:43 -06:00
FusionPBX
503adcd103
Rename app/extension_imports/extension_imports.php to app/extensions/extension_imports.php
2018-09-28 10:44:09 -06:00
emaktech
cc9bf89660
Allow editing 48 lines on extension_edit page ( #3472 )
...
When provisioning 48 port analog gateway, (Grandstream GXW4248 for example) need ability to configure up to 48 lines per device.
2018-09-13 23:53:19 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
AlexanderDCrane
12b608f414
Update extension_dashboard.php ( #3301 )
2018-08-27 20:39:43 -06:00
FusionPBX
e205b29973
Update app_config.php
2018-08-14 10:57:10 -06:00
FusionPBX
541b052017
Update extension_edit.php
2018-08-10 13:05:55 -06:00
FusionPBX
d50659fa04
Update extension_edit.php
2018-07-30 11:23:46 -06:00
FusionPBX
07d951c577
Update extensions.php
2018-06-29 22:58:48 -06:00
FusionPBX
b83f7fdd32
Update extension_edit.php
2018-06-24 14:02:43 -06:00
Jonathan R
8bc161caa0
Update app_languages.php ( #3194 )
2018-06-20 09:46:17 -06:00
AlexanderDCrane
f3d4564c41
Update extension_edit.php ( #3125 )
2018-06-13 01:13:38 -06:00
AlexanderDCrane
1dcb16ce1d
Escape user data ( #3088 )
...
* Escape user data on extension_edit.php
* Escape user data on gateway_edit.php
* Escape user data on user_edit.php
2018-06-08 14:44:21 -06:00
FusionPBX
9b01433a1a
Update extensions.php
2018-06-02 21:25:11 -06:00
FusionPBX
2f7b77bc88
Update app_languages.php
2018-05-31 19:19:59 -06:00
FusionPBX
a447f2d5aa
Update extension_copy.php
2018-05-28 13:53:33 -06:00
FusionPBX
30b8be86ca
Update extension_edit.php
2018-05-28 13:53:04 -06:00
FusionPBX
288e8d508b
Update app_config.php
2018-05-28 13:50:22 -06:00