Commit Graph

23010 Commits

Author SHA1 Message Date
FusionPBX
bb86a877b1 Fix the call center queue record 2025-11-26 07:20:13 -07:00
FusionPBX
ef38bbb696 Fix syntax error by adding missing semicolon 2025-11-18 20:47:25 -07:00
FusionPBX
ea87d618cd Fix the fax logs with timezone and formatted date and time
Added timezone and time format settings to fax logs query. Updated SQL to format fax date and time based on the specified timezone.
2025-11-18 14:05:33 -07:00
FusionPBX
34eb9576dc Update the SQL query to get the Categories 2025-11-15 12:18:18 -07:00
FusionPBX
e5f646e0ed Update search for template.php
If the template is pointing to a custom location but the template.php doesn't exist then use the default/template.php
2025-11-13 14:52:41 -07:00
FusionPBX
67de72b21e Fix reconnecting to event socket connection (#7581) 2025-11-06 14:54:36 -07:00
FusionPBX
c5a5876637 Add support for Poly check-sync 2025-11-05 17:38:40 -07:00
FusionPBX
25bce85ff3 Change D785 to RW 2025-11-05 12:55:34 -07:00
FusionPBX
a2ff5c2ad0 Change the table owner 2025-11-05 09:44:10 -07:00
frytimo
2a3305ac4a Fix PHP error when using OpenID Authentication (#7603) 2025-10-31 10:39:26 -06:00
FusionPBX
60f90873c5 Minor version update to 5.4.8 2025-10-30 07:58:06 -06:00
FusionPBX
5b83fc37fc Fix dialplan count in the sql query (#7592) 2025-10-23 10:11:51 -06:00
FusionPBX
87aff39290 Fix fifo presence_id 2025-10-22 17:03:23 -06:00
FusionPBX
ef312d4bc2 Bug fix for call block entry set from extension to all 2025-10-22 14:45:06 -06:00
FusionPBX
9dec9943ab Update destination_context type inbound use public by default
Update the destination_context if the type is inbound and context is empty, then use public.
2025-10-21 12:18:14 -06:00
Alex
0a07221217 Security - Add headers for X-Content-Type-Options and Referrer-Policy (#7572) 2025-10-14 13:43:26 -06:00
Alex
4eba4ce737 Security - Add headers for X-Frame-Options and Content-Security-Policy (#7565) 2025-10-13 13:04:16 -06:00
FusionPBX
b2641fde8e Update 470_valet_park.xml
Remove 2 characters from the previous regular expression to fix the new one.
2025-10-10 16:03:50 -06:00
FusionPBX
676d3c67f3 Update 470_valet_park.xml
Fix the regular expression to make the sip: prefix optional
- This change is required for Snom D735 and other models of Snom phones.
2025-10-10 15:20:36 -06:00
FusionPBX
3e2b80d2d0 Add settings operator_panel_user_info, operator_panel_caller_info, and operator_panel_call_info 2025-10-10 13:56:55 -06:00
FusionPBX
92831296d2 Fix user settings
Load new settings after login
2025-10-10 12:29:02 -06:00
FusionPBX
c2b2685a66 Update app_config.php
- Use the correct name
- Update the description
2025-10-09 11:15:28 -06:00
FusionPBX
fb49cba65c Fix auto daylight savings settings use stop instead of end 2025-10-09 09:32:15 -06:00
FusionPBX
336f304e7c Provision settings for templates use type text
The configuration template is an XML string or other type of config file that is delivered to the endpoint as a string.

This fixes a bug that was breaking the template variables that were using type boolean.
2025-10-08 16:10:53 -06:00
Alex
0c76c4bee1 Add HttpOnly, Secure, and Samesite session settings to config.conf (#7548)
* Add HttpOnly, Secure, and Samesite session settings to config.conf

* Update upgrade_menu.php

* Update upgrade.php

* Update install.php
2025-10-03 16:35:50 -06:00
frytimo
88ac778135 Only check database connection when cdr files exist (#7538) 2025-10-01 20:57:34 -06:00
Alex
b2631ae002 Dashboard: Adjust icon widget clickable area (#7537)
* Dashboard: Adjust icon widget clickable area

* Update registrations.php

* Update domains.php

* Update domains.php
2025-10-01 10:39:33 -06:00
FusionPBX
9ad9be0710 Update app_config.php 2025-09-30 18:13:09 -06:00
FusionPBX
10572a8b40 Allow ring group to use extension 0 2025-09-30 13:41:08 -06:00
FusionPBX
020c7c2595 Fix pid detection in service class
Fixed process ID not detected
Process Signals are not using numbers instead of their constant. PHP-FPM does not pre-declare the constants.
2025-09-30 08:44:20 -06:00
FusionPBX
3989cbc885 Use the session domain_uuid 2025-09-29 21:32:26 -06:00
FusionPBX
a448a73bb6 Add device vendor keys for Poly 2025-09-26 17:03:00 -06:00
FusionPBX
76ab6235e3 Minor version update 5.4.7 2025-09-24 16:01:47 -06:00
FusionPBX
30a882dd6b Remove old session commands
Session is handled in resources/require.php
2025-09-23 16:13:36 -06:00
Alex
e43b27a42d Security - Secure session cookies by setting HttpOnly, Secure, and SameSite attributes (#7530) 2025-09-23 16:07:31 -06:00
Alex
b529c713d5 Security - Use POST method instead of GET for deleting groups (#7495)
* Security - Use POST method instead of GET for deleting groups

* Update menu_item_edit.php

* Update dashboard_edit.php

* Update device_vendor_function_edit.php

* Update device_vendor_function_edit.php

* Update dashboard_edit.php
2025-09-22 09:46:21 -06:00
FusionPBX
61484998ab Remove fields marked as deprecated 2025-09-17 08:09:37 -06:00
FusionPBX
0af96912e2 Add setting polycom_restrict_pickup 2025-09-12 16:45:55 -06:00
FusionPBX
48d47960e0 Use FILTER_VALIDATE_BOOLEAN 2025-09-12 15:54:28 -06:00
Alex
5c096bbec8 Dashboard: Fix php warnings (#7493)
* Dashboard: Fix php warnings

* Update dashboard_edit.php

* Update dashboard.php

* Update parent.php

* Update footer.php

* Update active_calls.php

* Update active_calls.php
2025-09-12 11:57:15 -06:00
FusionPBX
683fd9ab9f Update directory.lua 2025-09-10 18:23:55 -06:00
Alex
8118996bb9 Dashboard Widget Edit: Fix saving rgba color values (#7491) 2025-09-10 16:50:15 -06:00
FusionPBX
a28468fc5e Add settings for dns primary and secondary servers
Add these to be disabled by default
2025-09-10 15:55:31 -06:00
FusionPBX
990d6782af Update extension_edit.php #7481 2025-09-10 13:16:27 -06:00
FusionPBX
01c5a42209 Update voicemail_edit.php #7482 2025-09-10 13:14:24 -06:00
FusionPBX
4d668cbb31 Fix device status provisioned date
This affected the new device's provisioned status update
2025-09-10 12:03:29 -06:00
Alex
5283e58198 Fix menu item delete (#7487) 2025-09-10 11:59:13 -06:00
FusionPBX
e55e9bf693 Use speech get_format to get the recording extension 2025-09-09 17:52:47 -06:00
FusionPBX
caae9cfec1 Use speech get_format to get the recording extension 2025-09-09 17:51:00 -06:00
FusionPBX
4090b314ef Use class_exists for speech and transcribe 2025-09-09 15:38:52 -06:00