Commit Graph

74 Commits

Author SHA1 Message Date
Len
e764046876 Update app_config.php 2017-04-12 00:27:53 -04:00
Len
a60ae5c777 Update app_config.php 2017-04-12 00:04:45 -04:00
Len
6a295561b6 Update app_config.php 2017-04-11 23:49:39 -04:00
Len
50a0639b29 Update app_config.php 2017-04-11 23:33:11 -04:00
Len
0638afecff Update app_config.php 2017-04-11 23:18:08 -04:00
FusionPBX
a7ab230f44 Update app_config.php 2017-04-11 20:35:58 -06:00
FusionPBX
b39844b04f Update app_config.php
Begin adding uuid's for key functions.
2017-04-11 20:17:16 -06:00
konradSC
db5f395147 Update app_config.php (#2436)
Add Paging List key function for Yealinks
2017-03-18 17:53:30 -06:00
FusionPBX
e3fa90adec Update app_config.php 2017-03-13 18:36:27 -06:00
FusionPBX
b75af870d5 Update app_config.php 2017-03-13 18:34:19 -06:00
FusionPBX
77ccb5c7f8 Update app_config.php 2017-02-15 22:23:43 -07:00
FusionPBX
a01218c749 Update app_config.php
Add device vendor functions for Sangoma.
2017-01-03 17:52:27 -07:00
konradSC
d73c09c866 Device profile settings (#2165)
* Update app_config.php

* Update device_profile_edit.php

* Update device_setting_delete.php

* Update provision.php
2016-11-23 12:28:59 -07:00
FusionPBX
ea445121a0 Update app_config.php
Aastra function change name and label for callforward to call_forward and correct the spelling for redial.
2016-09-10 16:52:28 -06:00
FusionPBX
044560077b Update app_config.php
Right now label is based on the name this fixes the label. The label part of the array is not saved in the database yet so it can't be used at this time.
2016-09-10 16:18:33 -06:00
minotaur01
0612bc33d9 Added Aastra Function Keys And Fixed Update Logic (#1896)
Added the rest of the aastra function key options to app_config. And to
my surprise the functions would not save to the database, found the
problem to be the app_defaults logic would only allow adding on a fresh
install. So I fixed it to work with a update also.
2016-09-03 20:18:27 -06:00
FusionPBX
81a214bafe Update app_config.php 2016-08-25 16:58:31 -06:00
FusionPBX
95cfb8d138 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
0ab6b6ee00 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
ae77e051c8 Update app_config.php 2016-08-21 09:52:33 -06:00
FusionPBX
d30ad1439e Update app_config.php
Add device_key_protected permission and field in the database.
2016-08-08 15:18:51 -06:00
FusionPBX
67d48eecfa Update app_config.php 2016-08-06 16:17:02 -06:00
FusionPBX
46c1106fd0 Update app_config.php
Add group permissions to device vendor functions.
2016-08-06 15:41:17 -06:00
FusionPBX
58498ab013 Update app_config.php
Add device auth_id default permission for admin and superadmin groups.
2016-08-06 14:56:40 -06:00
FusionPBX
e72bf51970 Update app_config.php 2016-08-03 10:22:10 -06:00
markjcrane
4ca991fafe Remove label and use the name instead. 2016-07-31 19:12:41 -06:00
markjcrane
fc99769629 Move device vendor files into app/devices. 2016-07-31 17:48:50 -06:00
markjcrane
eb2541d92b Add app/device_vendors. 2016-07-31 16:22:10 -06:00
FusionPBX
246794e70d Update app_config.php
Add new device permissions.
2016-07-26 20:57:46 -06:00
markjcrane
3afda7a32a Update device_user_uuid. 2016-06-21 18:09:37 -06:00
markjcrane
e5020a842b Rename user_uuid device_user_uuid in the devices table. Add an apply button to the key dashboard and provision button to the device edit. 2016-06-17 17:34:31 -06:00
markjcrane
17e921c140 Change the permission name from device_username to device_user. 2016-06-10 11:02:17 -06:00
FusionPBX
9ef93aede1 Update app_config.php
Add the device_key_id permission.
2016-05-31 10:03:46 -06:00
markjcrane
0cc9a01a5a Add ability to assign a single user to a device. 2016-05-20 10:39:16 -06:00
markjcrane
961e527abb Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something. 2016-03-11 11:46:02 -07:00
markjcrane
299f2500e4 Add ability to download the provisioning files from the device edit page for those users that have the device_files permission. 2015-11-25 00:10:49 -07:00
markjcrane
242ad7bc16 Add new device permissions for mac address, template, label, vendor, model, firmware, and description. 2015-11-05 11:56:50 -07:00
markjcrane
722e442703 Add new device permissions device_username_password, device_alternate, device_enable. 2015-11-05 11:19:22 -07:00
markjcrane
2b150eca0d Add device key vendor to assign a key to a vendor. 2015-07-07 14:25:00 -03:00
Mark Crane
f281d4fa40 Add extension_password and device_line_password permissions. Goal is to make it possible to hide the password from the admin as desired by the superadmin. 2015-05-20 22:24:19 +00:00
Nate Jones
061ab74330 Devices: Add Enabled field to Lines. 2015-05-19 16:09:04 +00:00
Mark Crane
bc235e3723 Add device_username, device_password and device_uuid_alternate. 2015-04-12 00:12:48 +00:00
Nate Jones
4307cb800a Permissions: Consistify (new word!) permission names for Show All functionality on Devices & Destinations. 2015-03-29 01:33:56 +00:00
Mark Crane
e791288cd0 Add device show all which allows a domain administrator the option to see all devices on the entire system. 2015-03-07 21:35:18 +00:00
Mark Crane
d0617bfcaf Change device_key_line from text to numeric. 2015-02-15 20:41:39 +00:00
Nate Jones
4587b2ab59 Devices: Added GUI for new Key Profiles feature.
Destinations: Fixed missing label.
2015-02-15 00:33:56 +00:00
Mark Crane
9369fd8d0d Move the menu array to app_menu.php 2014-12-26 03:27:54 +00:00
Mark Crane
881dc9acb5 Add a Domain select list with a Global option to Accounts -> Devices 2014-05-08 09:22:35 +00:00
Mark Crane
9f56a7e84d Deprecate device_time_zone the better way to do this is set the time zone information in the default, domains or device settings. 2014-02-25 07:46:25 +00:00
Mark Crane
9b60110cf7 Add a new Spanish translation donated by José Manuel Calquin Heinsohn. 'es-cl'. This completes the menu Spanish translation. 2014-02-13 20:15:59 +00:00