Commit Graph

696 Commits

Author SHA1 Message Date
FusionPBX
0e8eeb0cc3 If the Label is empty use the extension number as the label. 2021-12-17 10:34:12 -07:00
FusionPBX
6eb6732cd3 Update app_defaults.php
Minor change
2021-12-15 13:11:13 -07:00
FusionPBX
b7aaf582eb Add device line label. (#6192)
* Add device line label.
2021-12-15 09:40:14 -07:00
FusionPBX
dae6b760e4 Use field_count instead of row_id. 2021-12-13 14:02:54 -07:00
FusionPBX
1e618e4993 Update the URL to the dashboard 2021-11-13 15:34:33 -07:00
agree
dbd1fc27fe [device profiles] Only allow editing device settings when having permission (#5980)
* [device profiles] Only allow editing device settings when having permission

* Update device_profile_edit.php
2021-11-13 11:29:21 -07:00
FusionPBX
60d67c6db9 Disable device key dashboard by default. 2021-11-11 12:19:58 -07:00
FusionPBX
7b77ac4b4a Device Keys dashboard multiple updates to make it work again. 2021-11-11 12:16:51 -07:00
markjcrane
d2e2ffba91 Update order for Device Keys and Call Center Agents 2021-11-09 19:53:39 -07:00
markjcrane
032a5aec39 Add a new dashboard 2021-11-09 18:42:14 -07:00
FusionPBX
fa0d7d4e58 Add Fanvil Multicast 2021-11-01 16:19:48 -06: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
a47128f549 Add device vendor yeastar 2021-09-18 16:42:40 -06:00
FusionPBX
0f818697e1 Fix some indentaition hide response -ERR no reply to prevent confusion. 2021-09-10 08:53:51 -06:00
FusionPBX
cba7d89939 Add command sent 2021-09-10 08:51:25 -06:00
Vincent
c2772dc4c7 Add the fip1x series provision template of flyingvoice and the vender of flyingvoice on the web. (#5996)
* Add fip1x series of flyingvoice  in the provision

* Fix boot file of flyingvoice does not take effect.
2021-08-27 09:39:10 -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
markjcrane
014cbd1cd0 Replace data type timestamp with timestamptz 2021-05-05 20:46:53 -06:00
FusionPBX
a5afa0afec Validate the http_method, device_provisioned_ip and move user_agent string to the date. 2021-04-26 21:40:59 -06:00
FusionPBX
69a058dab1 Merge pull request #5776 from winsock/device_import_duplicate_mac_check
Check for duplicate MAC addresses in the device import
2021-04-23 19:23:01 -06:00
agree
ab302ebfbb Provision save and show user agent information 2021-04-20 16:31:39 -04:00
Andrew Querol
92bbb77561 Check for duplicate MAC addresses in the device import 2021-03-25 09:15:46 -05: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
2d175db556 Fix bulk device imports with TFTP path enabled
If you bulk imported devices and had the TFTP path set the configuration files would not be written out to the TFTP path.
2021-03-11 10:36:16 -06:00
Andrew Querol
c7a35cc1ad Fix device MAC address imports not normalizing.
If it is not normalized you can get a not found error when provisioning since that is checking the database with a normalized MAC address
2021-03-04 17:33:25 -06:00
FusionPBX
30eb6c942f Merge pull request #5715 from emaktech/patch-12
Micro update to french language
2021-01-26 08:38:22 -07:00
fusionate
da79aa0fb1 Devices, Device Profiles - Search: Scope enhancements. 2021-01-20 11:06:34 -07:00
fusionate
e92ebd8302 Device Profiles - Search: Include some Key and Setting fields. 2021-01-18 16:37:42 -07:00
fusionate
8107694dd3 Devices - Search: Include some Line, Key and Setting fields. 2021-01-18 16:22:18 -07:00
emaktech
fa742ba7ff Update app_languages.php
Micro update to french language
2021-01-06 16:25:06 -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
Nate
b5b5f467bb Devices - Export: Minor visual adjustments. 2020-10-22 12:26:52 -06:00
FusionPBX
fdc142c27d Update device_download.php
Export more device details.
2020-10-21 21:13:11 -06:00
Nate
959a70c163 Devices - Import: Fix file upload. 2020-10-20 13:14:09 -06:00
FusionPBX
b724852eff Update device.php
When deleting a device make sure it removes any related device_uuid_alternate.
2020-10-20 09:41:08 -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
FusionPBX
e2b97dd221 Merge pull request #5530 from Len-PGH/patch-157
Add Grandstream GRP vendor function for phonebook.
2020-10-13 16:03:37 -06:00
Nate
6913125511 Device - Import: Hide file upload for now, as doesn't work properly. 2020-10-13 10:26:16 -06:00
Len
e1534289f5 Update app_config.php 2020-10-13 09:56:35 -04:00
Nate
541bd4dd6f Device Edit: Restore ability to unset the current Device Profile. 2020-09-29 14:38:15 -06:00
Len
a55273fd1d Update app_languages.php (#5496) 2020-09-28 20:37:13 -06:00
Nate
d539c3a7cc Provisioning: Support for N/A key on Htek. 2020-09-26 13:27:21 -06:00
FusionPBX
d2004e921e Device profile add just expansion. 2020-08-28 12:34:36 -06:00
chansizzle
c3b5f57ad1 Update device_profile_edit.php (#5430)
* Update device_profile_edit.php

expansion modules update
2020-08-28 12:28:02 -06:00
FusionPBX
83ec8d7e86 Change uuid to text for something that should be text. 2020-08-14 09:31:58 -06:00
Luis Daniel Lucio Quiroz
2b7c938f49 Add digium support to get_vendor_by_agent() (#5380)
Missing this brand
2020-08-03 13:12:19 -06:00
chansizzle
2609158df9 Update device_imports.php (#5353)
start data on row 2
2020-07-15 16:54:09 -06:00