Commit Graph

12311 Commits

Author SHA1 Message Date
markjcrane
2ba40da0d4 Update the emergency_calls SQL Query 2025-10-31 21:40:02 -06:00
markjcrane
1d7ec1b020 Add dialplan emergency_calls
Adds a feature dial *911 to check recent emergency calls
2025-10-31 21:08:37 -06:00
markjcrane
1271063b00 Fix dialplans update $app_uuid handling in dialplan edit and database arrays 2025-10-31 15:49:43 -06:00
markjcrane
22e99a26c3 Define the maximum dialplan order number
Maximum order set to 300 to prevent loops with call-forward-all
2025-10-31 15:00:58 -06:00
FusionPBX
6a36858102 Update fax_send.php 2025-10-30 22:22:14 -06:00
FusionPBX
1b96e24713 Update channel_variables 2025-10-30 20:11:33 -06:00
FusionPBX
cf81cca8d1 Update boolean handling 2025-10-30 20:09:49 -06:00
FusionPBX
6c6443d993 Fix module enabled 2025-10-30 18:16:56 -06:00
FusionPBX
11eb62a50d Add missing call_center_agent_uuid required field 2025-10-30 14:56:44 -06:00
FusionPBX
39502959b2 Fix the call center agent_record boolean
Cast the agent_record in Lua. To a string then used agent_record == 'true'
2025-10-30 14:33:47 -06:00
FusionPBX
79c359d0bc Remove deprecated
Reason for this to device_enabled_date. 
Restoring backup for a domain has this field on an older system.
If the field doesn't exist it breaks the restore.
2025-10-30 13:06:07 -06:00
FusionPBX
e9d6bf7a1c Remove device_enabled_date it was replaced by device_provisioned_date 2025-10-30 12:54:42 -06:00
FusionPBX
6b795ed511 Fix the service runtime
- The trim is required
- To prevent an error by using: ?? ''
2025-10-29 11:38:33 -06:00
FusionPBX
f8ec330631 Update dialplans.php 2025-10-29 11:12:14 -06:00
Alex
89a6540158 Use date-fns instead of luxon on dashboard (#7602)
* Use date-fns instead of luxon on dashboard

* Update system_network_status.php

* Update system_cpu_status.php

* Update index.php
2025-10-28 16:53:48 -06:00
Alex
7ff33d6075 Add chartjs streaming plugin (#7601)
* Add chartjs streaming plugin

* Update index.php

* Update active_calls.php

* Update system_network_status.php

* Update system_cpu_status.php
2025-10-28 15:55:42 -06:00
FusionPBX
19726900ae Prevent a warning whent he domain_uuid is null 2025-10-28 13:08:05 -06:00
FusionPBX
da2264aca0 Fix voicemail using tonumber on message_silence_seconds 2025-10-28 11:11:29 -06:00
Alex
afea45e1ce Fix active calls icon chart (#7599) 2025-10-28 09:50:24 -06:00
frytimo
b235c914bd Add new line chart for active calls (#7598)
* Row setting must be at least two
2025-10-27 15:38:50 -06:00
Alex
5bad1703b7 Dashboard: Minor bug fixes (#7597)
* Dashboard: Minor bug fixes

* Update dashboard_edit.php

* Update index.php

* Update device_keys.php

* Update domain_limits.php
2025-10-27 14:15:12 -06:00
Tim Fry
9c96c19ea2 fix_missing_array_wrapper 2025-10-25 19:00:17 -03:00
FusionPBX
c310f6adcd Merge pull request #7587 from harryfoster:master
Silent voicemail bug, empty recording files.
2025-10-25 15:14:10 -06:00
FusionPBX
e3f62a55a5 Fix warnings for PHP 8.2 with dialplan_view permission 2025-10-25 02:13:12 -06:00
FusionPBX
82ab719507 Update system_services.php 2025-10-25 02:07:07 -06:00
FusionPBX
ff6fb27b9d Fix the reference to settings object 2025-10-24 16:34:02 -06:00
FusionPBX
e6020abd7e Update the refresh interval defaults
For the following settings
- network_status_refresh_interval
- cpu_status_refresh_interval
2025-10-24 08:44:41 -06:00
Alex
958c39f524 Remove unnecessary code (#7593) 2025-10-23 10:35:06 -06:00
Alex
8865cc5650 Number Translations: Fix details not being copied (#7594) 2025-10-23 10:34:40 -06:00
frytimo
b732ea5e40 Fix dialplan count in the sql query (#7592)
* Use existing permission to fix the count of rows.
2025-10-23 10:07:38 -06:00
Alex
126779190f Convert boolean values to a string before being copied (#7591)
* Convert boolean values to a string before being copied

* Update access_controls.php

* Update copyright year and handle boolean values

Updated copyright year from 2019 to 2025 and added conversion of boolean values to strings in the database result processing.

* Update call_block.php

* Update call_center.php

* Update call_flows.php

* Update conference_controls.php

* Update conference_profiles.php

* Update conferences.php

* Update device.php

* Update dialplan.php

* Update event_guard.php

* Update extension_settings.php

* Update fax.php

* Update fax_queue.php

* Update gateways.php

* Update ivr_menu.php

* Update number_translations.php

* Update phrases.php

* Update pin_numbers.php

* Update ring_groups.php

* Update streams.php

* Update time_conditions.php

* Update vars.php

* Update email_templates.php

* Update users.php

* Update domains.php

* Update groups.php

* Update extension_copy.php

* Update device_copy.php
2025-10-22 17:14:22 -06:00
FusionPBX
0ab13ffc31 Add fifo presence_id 2025-10-22 16:58:03 -06:00
FusionPBX
4a304e780e Update call_block_edit.php 2025-10-22 14:42:46 -06:00
FusionPBX
4f845c808f Add condition for permission destination_record 2025-10-22 13:27:00 -06:00
Mark J Crane
8d5572a943 If search is not set use an empty string instead of null 2025-10-22 10:04:34 -06:00
Mark J Crane
6169675607 Unset database $parameters 2025-10-22 09:30:05 -06:00
frytimo
1c7df93020 Fix using keyword $this in static class voicemail (#7586) 2025-10-22 08:59:15 -06:00
Alex
0fd652096f Add extension type default setting (#7588)
* Add extension type default setting

Sets the default value for the 'Type' field when adding a new extension. Options: default, virtual

* Update extension_edit.php
2025-10-21 13:56:40 -06:00
FusionPBX
7ceb74c08e Update the sip_profile_setting_enabled condition to use boolean 2025-10-21 13:32:38 -06:00
FusionPBX
ddab60b28f 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:17:01 -06:00
Harry Foster
6530340765 Update the message length checker to match the silence seconds, otherwise silent voicemails are emailed or put into the voicemail box and cannot be played properly 2025-10-21 17:29:13 +01:00
frytimo
b99aeee2d6 Fix typo in sofia profiles class (#7585) 2025-10-20 20:32:25 -06:00
FusionPBX
68d7f536d9 Update index.lua 2025-10-20 14:32:04 -06:00
FusionPBX
c4e38a3b93 Update call_forward.lua 2025-10-20 14:31:14 -06:00
Mark J Crane
090d4580d6 Add the hostname cache prefix 2025-10-20 14:29:28 -06:00
Mark J Crane
9ba170b21c Update database select parameters 2025-10-20 12:27:23 -06:00
Mark J Crane
2d6fbf5741 Update the install.php
- Updated to work with latest changes
- Updated a few setting defaults
2025-10-19 20:57:34 -06:00
FusionPBX
7ac3a37a4e Update sip_profile_edit.php 2025-10-18 07:21:07 -06:00
Alex
729b3bf314 Fix widget name setting not being used on some widget labels (#7582)
* Fix widget name setting not being used on some widget labels

* Update app_languages.php

* Add translations for active calls labels and titles

* Update active_calls.php

* Update call_forward.php

* Update device_keys.php

* Add multi-lingual support for widget labels

Updated widget label to support multi-lingual text.

* Update caller_id.php

* Add multilingual support and update widget label

* Update switch_status.php

* Update system_counts.php

* Replace static title with localized widget label

Updated widget title to use localized label.

* Add multilingual support for disk usage widget

* Add translations for system disk usage labels

* Update system_status.php

* Update system_network_status.php

* Add multi-lingual support for CPU status widget

* Update app_languages.php

* Update app_languages.php

* Update voicemails.php

* Add multi-lingual support for missed calls widget

* Update recent_calls.php

* Simplify widget label assignment using null coalescing

* Update call_center_agents.php

* Update app_languages.php
2025-10-17 17:01:39 -06:00
frytimo
083f585402 Remove already included chart import (#7579) 2025-10-16 15:02:34 -06:00