fusionate
7ad7701640
Device - Edit: Adjustment for PHP 8.1
2023-05-25 17:42:37 +00:00
fusionate
c65d50160e
Device - Edit: Updates for PHP 8.1
2023-05-24 20:52:50 +00: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
Finn
13c25f77c3
Hide field for key subtype when $show_key_subtype is false ( #6608 )
...
Co-authored-by: Finn <finn@acceleratenetworks.com>
2023-04-10 09:29:02 -06:00
FusionPBX
408122c60c
Add subtype to vendor functions and device keys. ( #6409 )
...
* Add subtype to vendor functions and device keys.
Added to support phones that require a subtype for provisioning the phone.
* Add device_key_subtype
* Update device_edit.php
* Update device_profile_edit.php
* Update device_vendor_edit.php
* Update device_vendor_function_edit.php
* Update device_vendor_functions.php
* Update device_vendor_restore.php
* Update index.php
* Update provision.php
* Update app_languages.php
* Update app_config.php
2023-04-04 08:57:41 -06: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
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
FusionPBX
60aa8f6ab2
Remove the domain from the user_id
2023-01-08 11:46:57 -07:00
Harry Foster
13bcd5d244
Updated device key save to be a submit function for the form. ( #6524 )
...
The reason for this is the default behaviour for 'return' or 'enter' is to delete the device entirely. This makes using a barcode scanner impossible, or user error resulting in a lot of lost time.
2023-01-04 09:19:48 -07:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
FusionPBX
b16265458e
Chang device key line number from 12 to 99
2022-10-03 10:40:23 -06:00
FusionPBX
3eb258c7ea
Add an alternative method to get the device vendor.
2022-07-19 09:52:34 -06:00
Joseph
2de1abb657
fix issue with device vendors ( #6340 )
...
If mac address and template already exists in Devices page and you attempt to associate the mac address with the extension from the extensions page, the "vendor" is removed from the device, thus causing provisioning not to look at the device profiles settings of the mac address
2022-07-19 09:48:04 -06:00
markjcrane
10748a95c8
Add device_line_label and device_line_display_name permissions.
2022-05-26 21:37:19 -06:00
FusionPBX
5d41fd01df
Need to allow ability to clear the value.
2022-05-25 12:21:02 -06:00
FusionPBX
94eab98ab3
Add device_key_icon permission ( #6262 )
...
* Add device_key_icon permission
* Use the new device_key_icon permission.
* Use the device_key_icon permission
2022-01-25 09:53:03 -07:00
FusionPBX
a911086dd6
Add field device location ( #6244 )
...
* Add device location
* Add label-device_location
* Add permission and field device_location.
* Update app_languages.php
2022-01-17 23:53:55 -07:00
FusionPBX
b7aaf582eb
Add device line label. ( #6192 )
...
* Add device line label.
2021-12-15 09:40:14 -07:00
emak
a5708f168f
Add device image support from provisioning templates ( #5994 )
...
This change adds support for images of the current selected device on the device_edit.php page.
The images need to be stored with the provisioning templates in the following format:
* /yealink/t21p/t21p.jpg
Images loaded into the page without needing link to the direct path. This makes it possible to store images with the template and not need any form of nginx rewrite rule or any other changes.
The images are zoomable with pure CSS, no javascript required.
2021-10-29 14:37:11 -06:00
agree
08bf6ad86f
[devices] Use the default settings only when adding a device ( #6061 )
...
When a device is being updated then we want to persist the old values
2021-10-14 00:26:54 -06:00
agree
bbd8bc8d55
[Devices] fix wrong values being saved to the database ( #6060 )
2021-10-05 16:46:02 -06:00
FusionPBX
09e0493c2a
Use more of the device line permissions and defaults.
2021-07-26 10:37:21 -06:00
agree
7d4b423219
[devices] Add line port permission ( #5981 )
2021-06-25 11:35:27 -06:00
Andrew Querol
7d57cef6ac
Fix device provisioning and event notification for multiple registrations across different SIP profiles.
2021-03-18 09:31:22 -05:00
Andrew Querol
cfc44b4d59
Ensure we setup sip proxies even if the user doesn't have permission to customize them when adding.
...
Also ensures the primary and secondary server address are set to defaults if the permission does not exist.
2020-11-17 21:40:49 -06:00
FusionPBX
5b6102de70
Update device_edit.php
...
Show input text when details for select are not configured.
2020-10-19 20:19:00 -06:00
Nate
541bd4dd6f
Device Edit: Restore ability to unset the current Device Profile.
2020-09-29 14:38:15 -06:00
FusionPBX
83ec8d7e86
Change uuid to text for something that should be text.
2020-08-14 09:31:58 -06:00
FusionPBX
a499b36277
Added array option.
2020-07-10 20:30:25 -06:00
Nate
c4c5a2e84c
Devices - Edit: Better implementation of available permissions.
2020-04-15 17:33:22 -06:00
Nate
46b76d25a7
Devices - Edit: Adjustments.
2020-03-26 17:20:57 -06:00
Nate
c2a8658e4f
Devices: Revert some previous changes.
2020-03-26 17:03:03 -06:00
Nate
9ebb022ad4
Devices - Edit: Mitigate save password prompt.
2020-03-26 16:32:51 -06:00
Nate
99b4dbdaf4
Devices - Edit: Update Copy modal.
2020-03-26 15:31:31 -06:00
Nate
92033b88bc
Devices, Profiles & Vendors: Modal integration.
2020-03-26 08:55:43 -06:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
7cbccd767d
Devices - Edit: Revise and simplify javascript.
2020-03-04 17:54:47 -07:00
Nate
8cf57f30be
Multiple - Edit: Minor mods.
2020-03-03 19:59:41 -07:00
Nate
6c37a5e125
Devices / Device Profiles - Edit: Permission adjustments.
2020-02-28 07:31:35 -07:00
Nate
834880e0e7
Devices / Device Profiles - Edit: Add select-all checkboxes for bulk delete of Lines, Keys and Settings.
2020-02-27 19:01:21 -07:00
Nate
86f13e77bd
Devices - Edit: Integrate checkboxes on Lines, Keys and Settings for bulk delete on Save (uses token). Add delete button with dynamic action.
2020-02-27 10:24:32 -07:00
Nate
e94cedcc6d
Devices - Edit: Check exists template directory and templates array to mitigate warnings.
2020-02-12 15:24:42 -07:00
Nate
36334d003c
Devices: List view and button updates, other fixes.
2020-01-08 13:28:01 -07:00
FusionPBX
972f7be14a
Update device_edit.php remove the style width 45px that would truncate the wdith of the select.
2019-12-12 09:15:55 -07:00
FusionPBX
9e288bc4fc
Update device_edit.php
2019-12-12 09:09:33 -07:00
FusionPBX
2005800be5
Update device_edit.php
2019-11-13 16:20:58 -07:00
chansizzle
f32d3bdc67
Update device_edit.php ( #4822 )
2019-11-05 09:12:29 -07:00
Nate
8e120fc751
Devices: Adjust line input field widths.
2019-10-26 19:53:21 -06:00
FusionPBX
4048e36889
Update device_edit.php
2019-09-28 21:32:18 -06:00