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
markjcrane
fc99769629
Move device vendor files into app/devices.
2016-07-31 17:48:50 -06:00
FusionPBX
32ef5c7203
Update devices.php
...
Correct the layout of the device description.
2016-07-26 09:37:54 -06:00
reliberate
bf5f1223af
Gateways: Fix paging and order by.
...
Devices/Users/Extensions: Visual adjustments.
2016-05-21 13:04:31 -06:00
reliberate
5974b686e9
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -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
blackc2004
492ea21445
Update devices.php
2015-12-09 14:01:35 -08:00
markjcrane
3731eb9190
Move the includes in devices.
2015-09-04 22:23:01 -06:00
markjcrane
675c85b85e
Add device count.
2015-09-04 22:19:11 -06:00
Mark Crane
497f9cdf9f
Fix the show all devices so it doesn't display duplicates.
2015-05-28 00:55:10 +00:00
Mark Crane
c51c9b0284
Devices, Update Alternate show the device label.
2015-05-24 07:14:11 +00:00
Mark Crane
2a8481888f
More work on device alternate.
2015-05-22 04:34:31 +00:00
Mark Crane
12e2020362
Add <td> and </td> surrounding the new Alternate link.
2015-05-22 04:14:04 +00:00
Mark Crane
f745437349
Add Device Alternate link.
2015-05-22 04:10:43 +00:00
Mark Crane
197d86472d
Changes result array to devices.
2015-05-22 03:08:02 +00:00
Mark Crane
ee8651c3b2
In the Devices list move Enabled after the Template column.
2015-05-22 03:04:42 +00:00
Nate Jones
0acd0922ff
Devices: Prevent duplicate username within domain (if device assigned to a domain) or globally (if domain set to Global).
...
Functions: Added is_mac() and format_mac() functions.
2015-05-04 20:07:51 +00:00
Nate Jones
5b37c7b040
CDR & Devices: Hide Show All buttons after showing all.
2015-03-31 03:16:20 +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
Nate Jones
6f4209e2f6
Misc: Implement maximum limits on multiple apps.
2015-03-22 08:17:04 +00:00
Mark Crane
7bbc46ccf9
Finish the device show all button.
2015-03-07 22:51:32 +00:00
Mark Crane
52dfe82ae6
Changes the order of one of the columns and adjust some spacing.
2015-03-07 21:51:02 +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
Nate Jones
dd04574627
Voicemails: Initial GUI for adding IVR-style menu options to the voicemail system.
...
Devices: Minor visual adjustment.
IVR Menu: Minor visual and language adjustments.
2015-02-15 04:54:32 +00:00
Nate Jones
1ad46ee103
Devices: Fixed MAC formatting on devices list.
2015-02-15 00:46:58 +00:00
Nate Jones
4a04d94bb7
Devices: Add view permission to Key Profiles button.
2015-02-15 00:40: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
c5755666cb
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Mark Crane
af60e6f961
Change the order of the device device_label, device_description
2014-07-18 21:01:12 +00:00
Nate Jones
59687a4785
(Modified) Usability Enhancement: Click on list rows to Edit items. Now uses jQuery (instead of onclick) to avoid being redirected to Edit when canceling a Delete.
2014-06-21 08:52:47 +00:00
Nate Jones
84a134a23d
Usability Enhancement: Click on list rows to Edit items.
2014-06-21 07:04:04 +00:00
Nate Jones
3c07aa1a35
Add links to certain column text in a list view.
...
Add ability to edit Call Block number.
2014-06-21 00:58:16 +00:00
Mark Crane
0d0cfcc3f8
Add search to accounts -> devices
2014-05-02 09:01:24 +00:00
Mark Crane
744a80d775
show global devices first step to making device templates
2014-04-29 17:34:55 +00:00
Nate Jones
d5022eb201
Unstack list control icons.
2014-02-26 02:30:14 +00:00
Mark Crane
d88603af28
Device list order by the MAC address.
2014-02-07 11:46:46 +00:00
Mark Crane
13025158fd
Add device key extension for yealink. Add a device class.
2014-01-03 23:11:42 +00:00
Mark Crane
56ff2df67c
Add an order by to the devices page so that the position doesn't move around.
2014-01-02 23:20:15 +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
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
Mark Crane
e9aa47069c
Update the references for header.php and footer.php files to point the resources directory.
2013-07-06 06:29:50 +00:00
Mark Crane
c44d39dcf9
Change the path for includes/require.php to the resources directory.
2013-07-06 06:03:27 +00:00
Mark Crane
6a70d8db41
Change includes/checkauth.php to resources/check_auth.php.
2013-07-06 05:50:55 +00:00
Mark Crane
0d8cf9895f
Change the paging results from 10 to 150 on devices. Remove the duplicate template select on devices.
2013-06-10 16:39:09 +00:00
Mark Crane
972d9f47e2
Add the translation framework to devices and add ability to show which extensions are assigned to a device.
2013-05-23 08:18:12 +00:00
Mark Crane
e3f8ac6b91
Correct the permission for device delete.
2013-04-09 23:26:20 +00:00
Mark Crane
79643a3b81
Update the delete link.
2013-04-09 22:51:36 +00:00
Mark Crane
cabebe0132
Rename the hardware phones to devices.
2013-03-20 16:53:37 +00:00
Mark Crane
1e7740b73a
Rename the file to devices.php.
2013-03-20 16:22:44 +00:00