FusionPBX
36c91d261d
Update app_config.php
2016-08-25 16:58:31 -06:00
FusionPBX
707a31a239
Update app_config.php
...
No one has these fields yet except for the original developer so deprecated value in the array is not needed.
2016-08-25 16:42:51 -06:00
minotaur01
4bb8559a36
Added functionality to show when a devices was last provisioned ( #1831 )
...
* Added functionality to show when a devices was last provisioned
Added functionality to show when a devices was last provisioned
Need addition to database: v_devices table:
device_provisioned_on -> datetime
device_provisioned_by -> char(10)
* Revert "Added functionality to show when a devices was last provisioned"
This reverts commit c3e40d68fa .
* Revert "Revert "Added functionality to show when a devices was last provisioned""
This reverts commit 8c27a46565 .
* Changed field names as requested
Changed field names as requested for last provisioned data
* Added database fields for device provisoned functionality
Added provisioned_date, provisioned_method, provisioned_ip
* Added ability to search device provisioned info
* Added ip tracking to device provisoned functionality
Added ip tracking to device provisoned functionality and moved the code
to before rendering to register the contact even on unseccessful render
* Added IP address to status column
2016-08-25 11:10:39 -06:00
FusionPBX
6eb2c2d447
Update app_config.php
2016-08-21 09:52:33 -06:00
FusionPBX
4dc7d2287c
Update app_languages.php
...
Add label-xml_directory
2016-08-21 09:51:22 -06:00
minotaur01
0b35fe84c6
Added functionality to hide profile edit button ( #1817 )
...
Added functionality to hide profile edit button and changed code to use jQuery and event hooks
2016-08-15 11:27:35 -06:00
minotaur01
c0d0220074
Added a key profile edit and add button ( #1815 )
...
Added a key profile edit and add button for easier navigation, can now hop to profile editing with one click.
2016-08-15 09:32:01 -06:00
minotaur01
c5d4c74631
Key assignment and Aastra provisioning ( #1814 )
...
* Update device_profile_edit.php
Changed maximum key number to be able to program phones with multiple expansion boards
* Raised Device Key Maximum Number
Changed maximum key number to be able to program phones with multiple expansion boards
Also replaced while loop with for loop to match device_profile_edit.php
* Added code for all key types
Added code for all programmable key types, Hard Keys, Soft Keys, Top Keys and Expansion keys.
Also added logic to handle key assigrnment for multiple expansion boards
* Enabled time server and disabled auto discovery settings
Enabled time servers and used system variable from default settings to set time server
Disabled Link-Layer Discovery and Universal Plug and Play because why do you need to re-discover the server after the phone is provisioned
* Updated the key number option generation line
* Updated the key number option generation line
2016-08-13 08:55:54 -06:00
FusionPBX
4bcbf09194
Update device_dashboard.php
...
Protect keys with the device profile from being edited by a user in the device dashboard.
2016-08-08 16:58:32 -06:00
FusionPBX
3364d692ee
Update device_profile_edit.php
2016-08-08 16:54:24 -06:00
FusionPBX
a4f46f8455
Update device_profile_edit.php
2016-08-08 16:51:27 -06:00
FusionPBX
399ea47e4f
Update device_profile_edit.php
...
Make device key vendor a select list.
2016-08-08 16:48:31 -06:00
FusionPBX
159835307b
Update app_languages.php
2016-08-08 15:40:14 -06:00
FusionPBX
fd93a79650
Update device_profile_edit.php
...
Add device key protected to the device profile edit.
2016-08-08 15:37:54 -06:00
FusionPBX
133bbf5cd2
Update app_config.php
...
Add device_key_protected permission and field in the database.
2016-08-08 15:18:51 -06:00
FusionPBX
e3861a8227
Update device_dashboard.php
...
Update device dashboard use the group permissions.
2016-08-08 14:24:42 -06:00
FusionPBX
9a536d0834
Update device_vendor_functions.php
...
Show the group permissions on device_vendor_functions.php.
2016-08-06 16:28:48 -06:00
FusionPBX
6f5af8ba55
Update app_defaults.php
...
Add default device function group permissions.
2016-08-06 16:19:58 -06:00
FusionPBX
38e725aa60
Update app_config.php
2016-08-06 16:17:02 -06:00
FusionPBX
0098218480
Update app_config.php
...
Add group permissions to device vendor functions.
2016-08-06 15:41:17 -06:00
FusionPBX
e24a7ba0eb
Update app_config.php
...
Add device auth_id default permission for admin and superadmin groups.
2016-08-06 14:56:40 -06:00
FusionPBX
31404dbcfb
Update device_vendor_function_edit.php
...
Add ability to assign groups to vendor functions.
2016-08-06 10:16:23 -06:00
markjcrane
28c59d4eec
Update recur_sounds_dir to return an array rather than using a global variable.
2016-08-04 09:49:57 -06:00
FusionPBX
ed9ffcd5d0
Update app_config.php
2016-08-03 10:22:10 -06:00
FusionPBX
270496b9f3
Update device_edit.php
...
Fix the indentation on device_edit.php.
2016-08-02 19:44:07 -06:00
FusionPBX
ad71477ab3
Update device_dashboard.php
...
Get the vendor functions from the database for the device_key dashboard.
2016-08-02 19:39:22 -06:00
FusionPBX
865b1b5019
Update device_edit.php
...
Get the vendor functions for device edit from the database.
2016-08-02 13:35:38 -06:00
FusionPBX
d14f9cad25
Update device_profile_edit.php
...
Build the device profiles vendor functions from the database.
2016-08-02 12:44:46 -06:00
markjcrane
a3af244f82
Remove label and use the name instead.
2016-07-31 19:12:41 -06:00
markjcrane
dc3c8eac91
Fix the label for the device vendor function import and add the translation to resources/app_languages.php.
2016-07-31 18:51:57 -06:00
markjcrane
5b68f45a77
Add a back button to device vendors.
2016-07-31 18:29:57 -06:00
markjcrane
67e02704dc
Add button-vendors translation.
2016-07-31 18:14:24 -06:00
markjcrane
6ca33bccbe
Add some translations for button-files.
2016-07-31 18:04:20 -06:00
markjcrane
0993da997c
Move device vendor files into app/devices.
2016-07-31 17:48:50 -06:00
markjcrane
a8374075bf
Add app/device_vendors.
2016-07-31 16:22:10 -06:00
FusionPBX
630c88e176
Update device_dashboard.php
...
If the device_uuid does not have a value then get it.
2016-07-30 10:25:34 -06:00
FusionPBX
f54807f857
Update device_profile_copy.php
...
Fix the device profile copy.
2016-07-29 11:13:29 -06:00
FusionPBX
59ae093f9d
Update device_profile_edit.php
...
Add the ID of the device profile that should be copied.
2016-07-29 11:01:41 -06:00
FusionPBX
4f9c1d7f67
Update device_profile_edit.php
2016-07-28 16:03:19 -06:00
FusionPBX
bcbf350aac
Update device_profile_edit.php
2016-07-28 15:54:53 -06:00
FusionPBX
c5236a5c31
Update device_profile_edit.php
...
Add permission_exists to check for device_key_extension permission in device profiles.
2016-07-28 15:53:33 -06:00
FusionPBX
a8ed73c52d
Update device_profiles.php
2016-07-28 15:36:24 -06:00
FusionPBX
3087ce5a69
Update device_profiles.php
2016-07-28 15:34:55 -06:00
FusionPBX
85b3a59b71
Update device_edit.php
...
Use the new device permissions and condense the horizontal width of the content as well as more control over it.
2016-07-26 21:00:05 -06:00
FusionPBX
6198a80b90
Update app_config.php
...
Add new device permissions.
2016-07-26 20:57:46 -06:00
FusionPBX
b7a1797360
Update app_languages.php
2016-07-26 20:54:46 -06:00
FusionPBX
3f66511a41
Update devices.php
...
Correct the layout of the device description.
2016-07-26 09:37:54 -06:00
Mafoo
7510bed570
BugFix-Add new Polycom MAC ( #1770 )
...
Polycom were assigned a new MAC prefix - 64:16:7f
2016-07-22 07:29:57 -06:00
FusionPBX
58fa00ddf2
Update device_dashboard.php
...
Handle saving device keys from a profile that has been changed.
2016-07-16 12:15:22 -06:00
FusionPBX
9fe48e8da2
Update device_dashboard.php
...
Add profile keys to the dashboard in a way they can be overridden by the device keys.
2016-07-16 03:34:51 -06:00