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
Mark Crane
00a10bc1eb
Comment out the device_username and device_password this is defined instead via default settings.
2014-02-11 01:54:53 +00:00
Mark Crane
a1cee14ba6
Set the keys to numerical order. Add more keys to the key select list.
2014-02-07 12:26:20 +00:00
Mark Crane
958658aeae
Add device key extensions to the device keys table.
2014-01-04 04:40:40 +00:00
Mark Crane
b03829911c
Add device_key_line
2014-01-03 08:05:46 +00:00
Mark Crane
eed350b38a
Add the missing column to device edit.
2013-12-29 06:49:28 +00:00
Mark Crane
ef1fc93499
Add Device Key Category.
2013-12-29 06:47:25 +00:00
Mark Crane
2e5f2b6b0b
Add a new table v_device_keys which is used to assign the buttons to lines, blf, park and more. Also add sip port, sip transport and register expires to device lines.
2013-12-17 16:19:54 +00:00
Mark Crane
a6ddfb678c
Move device settings into device edit simplify the interface and make it faster to setup provisioning.
2013-12-10 15:05:16 +00:00
Mark Crane
6ad7a8000d
Provisioning fix device_setting_category and device_setting_subcategory schema definitions.
2013-11-24 00:35:02 +00:00
Matt Putnam
514494a1bd
Added device_settings.php, device_settings_delete.php, and device_settings_edit.php as well as modified app_config.php and app_languages.php to include the new labels and permissions.
2013-11-14 01:48:37 +00:00
Nuno Miguel Reis
c0bae01b3a
changed single quote to double quotes everywhere
2013-10-01 11:35:07 +00:00
Mark Crane
94f592cc08
Correct the tabbing by replacing the spaces with tabs. Replace some of the single quotes with double qoutes and keep the fr-ca translations.
2013-09-30 16:21:08 +00:00
Philippe Rioual
92dde8ac9b
repaired previous errors inserted in r4614 : reinserted 'de-de' instead 'de' and correct files. keeps fr-ca to report in app_config.php files
2013-09-30 15:22:35 +00:00
Philippe Rioual
84b11a971c
added missing french translations and changed fr to fr-fr in all app_languages.php and app_config.php files.
2013-09-30 13:19:40 +00:00
Mark Crane
7ba40f465e
Add permissions for every table (view, add, edit, and delete). Important change to increase security on the REST API and will be beneficial for more detailed control of permissions.
2013-09-25 20:23:10 +00:00
Mark Crane
c130a8cae5
Change fr to fr-fr and de to de-de.
2013-09-17 20:02:19 +00:00
Nuno Miguel Reis
017650e984
new changes to group_permissions/menu logic
2013-09-17 19:06:44 +00:00
Mark Crane
f61de19169
Move the French translations into the development branch.
...
Translation work done thanks to by bhouba for his work on the translations.
2013-09-13 21:04:53 +00:00
Mark Crane
98178c6ef7
Fix the database app_config array on several of teh app_config file array.
2013-09-13 09:39:57 +00:00
Mark Crane
6761f06806
Added ['type'] so that it is applied as $field['key']['type'] so that it is uniform across all app_config.php files.
2013-09-10 23:06:41 +00:00
Mark Crane
6f1afcab78
Update devices to provide customizable line information.
2013-06-09 20:46:14 +00:00
Mark Crane
6eb013b611
Copy the translations French and Spanish translations into the dev branch.
2013-05-13 00:50:43 +00:00
Mark Crane
cabebe0132
Rename the hardware phones to devices.
2013-03-20 16:53:37 +00:00
Mark Crane
647dd14413
Rename hardward_phones to devices
2013-03-20 16:20:15 +00:00