Commit Graph

12338 Commits

Author SHA1 Message Date
fusionate
b887f7d727 Call Block - List: Resolve PHP warning. 2025-11-15 17:39:30 -07:00
fusionate
94837fde05 Default Template & Active Calls (Dashboard): Resolve PHP Warnings noticed on login. 2025-11-15 17:39:05 -07:00
markjcrane
761948f850 Adjust defaults values for enabled and dialplan_continue
- IVR Menu option enabled by default
- Dialplan Add - dialplan_continue: false
- Add Outbound Route
  - dialplan to set call_direction dialplan_continue: true
  - dialplan for the main outbound route dialplan_continue: false
2025-11-15 10:00:21 -07:00
markjcrane
8ccf6b6d26 Fix ring group destination_enabled toggle 2025-11-15 09:04:59 -07:00
markjcrane
ffa86100b2 In the service reconnect to the database only when needed 2025-11-15 08:29:51 -07:00
frytimo
96a0355d1d Fix domain name with port number from device (#7606) 2025-11-14 15:25:41 -07:00
frytimo
f6f14fff4c Add missing default colors for dashboard network status chart (#7615) 2025-11-14 14:48:24 -07:00
markjcrane
d5ef3a3834 Prevent warningx in get_classname 2025-11-14 12:11:42 -07:00
markjcrane
71edbd5b28 Minor update for code alignment 2025-11-13 23:44:02 -07:00
markjcrane
92a0c9d75f Efficiency improvements for the destinations class 2025-11-13 23:40:35 -07:00
markjcrane
195c158128 Add the htek_provision_url 2025-11-13 11:52:48 -07:00
Alex
4c45329df0 Update links to use new active calls (#7611)
* Update links to use new active calls

* Update call_broadcast_send.php

* Update system_status.php
2025-11-13 09:52:13 -07:00
Alex
987c6f7cb8 Prevent more PHP warnings (#7609)
* Prevent more PHP warnings

* Update call_broadcast_edit.php

* Update call_center_agent_edit.php

* Update call_flow_edit.php

* Update call_center_queue_edit.php

* Update conference_center_edit.php

* Update conference_room_edit.php

* Update conference_control_detail_edit.php

* Update conference_control_edit.php

* Update conference_profile_edit.php

* Update conference_edit.php

* Update conference_profile_param_edit.php

* Update destination_edit.php

* Update device_edit.php

* Update dialplan_inbound_add.php

* Update dialplan_outbound_add.php

* Update dialplan_add.php

* Update dialplan_edit.php

* Update event_guard_logs.php

* Update extension_setting_edit.php

* Update extension_edit.php

* Update fax_edit.php

* Update fifo_edit.php

* Update ivr_menu_edit.php

* Update phrase_edit.php

* Update ring_group_edit.php

* Update sip_profile_edit.php

* Update stream_edit.php

* Update time_condition_edit.php

* Update var_edit.php

* Update voicemail_edit.php

* Update xml_cdr_search.php

* Update dashboard_widget_edit.php

* Update domain_edit.php

* Update group_edit.php

* Update user_edit.php

* Update gateway_edit.php
2025-11-13 08:37:51 -07:00
FusionPBX
3af026a7c7 Add deflect as an option to call-forward-all 2025-11-13 07:23:35 -07:00
markjcrane
a1ca042eea Move the enabled defaults 2025-11-08 08:17:36 -07:00
markjcrane
d9deadf051 Add new ring group settings
- call_screen_enabled
- call_forward_enabled
- follow_me_enabled

Used to set default values
2025-11-08 08:07:50 -07:00
FusionPBX
bcc7bf9dc2 Add bind_digit_action for follow me 2025-11-07 21:06:53 -07:00
FusionPBX
0d466b05ae Add a new dialplan named: xfer 2025-11-07 21:02:38 -07:00
markjcrane
7286d4b58d Update permission_exists for multiple permissions 2025-11-06 08:20:46 -07:00
markjcrane
de74db14ee Add support for Poly check-sync 2025-11-05 17:24:19 -07:00
FusionPBX
745d998252 Using for loop no longer need the $i++ 2025-11-03 12:28:27 -07:00
markjcrane
8588abc563 Remove permissions that are no longer needed 2025-11-02 00:24:01 -06:00
markjcrane
b0eabca1f6 Update check permisisons 2025-11-02 00:22:57 -06:00
markjcrane
846b283fa5 Prevent PHP 8.2 warnings on click to call page 2025-11-01 21:05:48 -06:00
markjcrane
1c61513e90 Remove check_str function call
This function has been deprecated.
2025-11-01 20:55:23 -06:00
markjcrane
d97c3c5845 Minor fix for switch music on hold class
Remove unused text class and unset after return
2025-11-01 20:33:15 -06:00
markjcrane
bf5bb4f642 Fix multiple PHP warnings 2025-11-01 19:58:21 -06:00
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