Commit Graph

830 Commits

Author SHA1 Message Date
NorwayFun
aabc2f33a8 Localization: Add full support for Georgian language (#7110)
* Translating apps to Georgian

* Translating apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating theme to Georgian

* Translating core to Georgian

* Translating core to Georgian

* Translating core to Georgian by Marie

* Translating core to Georgian

* Translating resources to Georgian by Marie

* Translating core to Georgian

* fix app_languages.php
2024-08-28 09:59:02 -06:00
frytimo
2cbb4dbc31 remove instances where a pointer is used in a foreach loop for value (#7108) 2024-08-22 12:41:10 -06:00
FusionPBX
b0aab10872 Simplify the dashboard path 2024-08-21 16:58:44 -06:00
frytimo
027a78243a Fix bug where a global profile doesn't show up in the device list (#7103)
* Fix bug where a global profile doesn't show up in the device list
2024-08-19 09:50:08 -06:00
frytimo
10bd1b9f9f add multiple line export feature (#7090)
* move permissions to top of page and use single database object

* use a domain array instead of session

* use a domain array instead of session

* add multiple line export feature
Exporting devices with multiple lines did not show headers for extra columns if the first device listed only had a single line and the other devices had multiple lines. This adds a feature to export multiple lines for devices using the "duplicate column feature" so that the import feature can detect and import all lines for the device.

* Update device_download.php
2024-08-09 17:57:53 -06:00
FusionPBX
cd1cc70044 Remove redundant database objects
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
Antonio Fernandez
f47bdcdc99 generate uuid changes (#7070)
* generate uuid changes
2024-07-29 10:45:22 -06:00
FusionPBX
2425dd4c45 update device_edit.php 2024-07-24 15:26:55 -06:00
Antonio Fernandez
841cc6527e Groundwire added vendor (#7065)
* Added Groundwire vendor
2024-07-24 07:21:12 -06:00
FusionPBX
64c6527ab8 Update device_keys.php 2024-07-23 15:58:45 -06:00
FusionPBX
06a6292ebb Allow removing an assigned user 2024-07-23 15:15:50 -06:00
FusionPBX
f495b28356 Update field name from name to type 2024-07-23 14:29:28 -06:00
FusionPBX
cb7fd1e4ac Use the object format_address method 2024-07-18 23:35:58 -06:00
Antonio Fernandez
1aa9a93bb5 fix qrcode generation on BSD (#7052) 2024-07-14 09:51:44 -06:00
Antonio Fernandez
9ec26f0244 Enhanced Avaya J-Series support (#7036)
* Updates to Avaya J-Series support

* small J189 fixes
2024-07-05 17:07:45 -06:00
frytimo
fcd64fcce6 Remove session from provisioning (#7014)
* use single database object, use settings class

* add common domain functions

* use settings class
2024-06-22 19:28:04 -06:00
Antonio Fernandez
ac876402b3 add function to return the config object used to create the database object (#6998) (#7006)
Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-06-13 14:53:30 -06:00
Alex
98d5e4fd67 Dashboard - Added chart cutout and text size default settings (#6976) 2024-05-13 14:20:33 -06:00
Antonio Fernandez
0646bcb93e Avaya J-Series phone support added (#6948)
* Added support for Avaya J-Series phones

* moved a file

* minor change to remove an invalid parameter
2024-04-15 09:26:02 -06:00
FusionPBX
5c696b6eb3 Add a description for the change 2024-03-13 11:12:48 -06:00
fusionate
cac884d672 Device - Edit: Adjust detection of valid line ports. 2024-03-13 10:43:27 -06:00
FusionPBX
06480cbc3d Fix bug with sipnetic use server_address
The registration domain should use server_address not the outbound_proxy_primary address.
2024-02-19 14:56:46 -07:00
Anthony
3b297ad641 Added Greek translations to app_languages.php files (#6845)
* Added Greek translations to conferences_active/app_languages.php

* Added Greek translations to database_transactions/app_languages.php

* Added Greek translations to destinations/app_languages.php

* Added Greek translations to devices/app_languages.php
2023-12-07 18:41:31 -07:00
FusionPBX
4c60313ed7 Remove deprecated fields id and v_id 2023-12-04 13:27:20 -07:00
frytimo
3a4c2f72e2 Event socket bug fix and more docs (#6823)
* Add documentation to methods. Use is_resource for added type detection

* Allow connect to specify timeout in microseconds with default 30,000

* Update calling mechanism for event sockets

* Update project for new singleton event sockets

* remove unused variable

* catch errors on closing the socket
2023-12-02 17:16:18 -07:00
Andy Binder
c3d625805f Correct german translations. (#6838) 2023-11-29 17:43:18 -07:00
fusionate
9e8adfc510 Device - Edit: Hide Device Provisioned IP and http/s links if empty. 2023-11-24 23:38:34 +00:00
fusionate
17077532d2 Device - Edit: Add Default Settings to set quantity of new Keys and Settings rows. Check all Delete box for Keys now selects vendor Key groups. 2023-11-24 23:29:46 +00:00
fusionate
0d079fdaba Device - Edit: Code reduction. 2023-11-24 22:13:52 +00:00
fusionate
546feeb190 Device - Edit: Remove deprecated code. 2023-11-24 21:59:42 +00:00
fusionate
d9bf2e3c7b Device - Edit: Set device key vendor on device key type change. 2023-11-24 21:33:41 +00:00
fusionate
06aba14a59 Device - Edit: Fix character transposition (typo). 2023-11-24 21:32:22 +00:00
FusionPBX
9da5a10a77 Change the permission to device_profile_view 2023-11-02 23:37:42 -06:00
FusionPBX
86373fd3b4 Update permission for device profiles. Use device_profile_view, device_profile_select and device_profile_edit 2023-11-01 18:43:53 -06:00
FusionPBX
3b5e21a0d8 Update app_config.php 2023-11-01 18:36:28 -06:00
volga629-1
8ed5dd4c76 New Devices permissions profile select and edit. (#6821)
* Device select permissions

* Apply device select permissions.

* Fix missing index

Fix missing index
2023-11-01 18:33:13 -06:00
fusionate
834be519ba Device - Edit: Make Provision button use first Line found on local server. 2023-10-30 19:19:56 +00:00
fusionate
935774d3c0 Device - Edit: Increase width of Keys and Settings input fields. 2023-10-27 18:45:25 +00:00
FusionPBX
1f91a8e713 Update command for a default label one time. 2023-10-20 15:49:30 -06:00
OskarFranck
0773a346c2 Bulk changes of Swedish translations (#6807)
authored-by: oskfra <oskar.franck@bahnhof.net>
2023-09-28 09:32:34 -06:00
fusionate
d9d17a6917 Misc: Remove parameters from event_socket_create() calls. 2023-09-20 18:43:17 +00:00
fusionate
7f48c0f676 Device - Edit: Integrate QR provisioning for Sipnetic softphone. 2023-09-07 23:26:27 +00:00
Anthony
8c8ef2c309 Fixed Warnings (#6768)
* Update device_edit.php

* Update dialplan_edit.php

* Update app_languages.php
2023-07-06 14:51:02 -06:00
markjcrane
49a45f08be Preset auth_string value to make sure it is set 2023-07-05 14:22:44 -06:00
fusionate
07ff69b53d Device - Edit: Hide Provision button when using Linphone template. 2023-07-03 20:14:22 +00:00
fusionate
c3f4d8a1c2 Device - Edit: Include provisioning htt_auth creds (if enabled) in Linphone QR code. 2023-07-03 19:52:56 +00:00
FusionPBX
408247599b Remove display none use zindex 2023-07-03 12:55:07 -06:00
fusionate
3ea9e7d012 Device - Edit: Updates for PHP 8.1 2023-07-03 18:02:17 +00:00
markjcrane
63bb9b6e81 Add QR code for linphone. Use a PHP QR library. Format the device address 2023-07-03 08:26:19 -06:00
FusionPBX
bcf81d3306 Change new_mac_address to new_address 2023-06-30 20:08:30 -06:00