Commit Graph

23026 Commits

Author SHA1 Message Date
Alex
0ffa12a201 Fix password reset email domain name (#7676)
$domain_name is undefined since it was replaced with $password_reset_domain
2025-12-23 11:13:49 -07:00
Alex
44c6d25ab6 Fix voicemail greeting format when using mp3 (#7674) 2025-12-22 16:19:47 -07:00
Alex
9d2a7bd963 Fix deleting music on hold thats on a different domain (#7671)
* Fix deleting music on hold thats on a different domain

* Update switch_music_on_hold.php
2025-12-22 13:41:14 -07:00
FusionPBX
6d692363ce Remove an extra round bracket. 2025-12-16 12:44:02 -07:00
FusionPBX
e464540a9e Add file_type use it to determine when to use the xml::sanitize 2025-12-16 12:33:34 -07:00
FusionPBX
c0f9dc5105 Add call_group filter to SQL query 2025-12-16 12:04:42 -07:00
FusionPBX
ddb8b9a697 Fix the contact_extensions_filter_by value set it to call_group 2025-12-16 11:04:08 -07:00
FusionPBX
6850095de7 Add option to filter contact extension by call_group
- This is needed for polycoms for a large client
- So that it doesn't phone book limits on a Polycom
2025-12-11 17:58:02 -07:00
FusionPBX
080cd27e25 Update Groundwire template (#7653)
* Update Groundwire template

Voicemail number was not properly named and would not provision. & was needed under wsContactsURL to validate the xml. Opening it gave an error stating: 

This page contains the following errors:
error on line 14 at column 119: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.

* Update Groundwire template

Had one too many & under wsContactsUrl line
2025-12-06 08:12:31 -07:00
FusionPBX
af4a3612a0 Fix upgrading the default menu using upgrade.php --menu
Commands to update the default menu.
upgrade.php --menu
upgrade.php --m
2025-12-04 08:15:22 -07:00
FusionPBX
a979d7fc79 Update system_information array with apcu_enable and hostname 2025-12-03 18:11:29 -07:00
FusionPBX
eb5e47f1c5 Add hostname and use text translations 2025-12-03 11:32:07 -07:00
FusionPBX
298c1525a6 Sanitize the phonebook xml 2025-12-02 12:59:43 -07:00
FusionPBX
89664158c7 Fix the call center dsn variable: dsn_callcenter 2025-12-02 11:10:43 -07:00
FusionPBX
e8d07ebf0c Rewrite the outbound_route_to_bridge function
- Make the outbound_routes array more intuitive
- Fix the toll_allow filtering to use the correct outbound route
2025-12-01 15:00:39 -07:00
FusionPBX
f464c694d0 Update software version from 5.4.8 to 5.4.9 2025-11-26 07:22:25 -07:00
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