Commit Graph

12366 Commits

Author SHA1 Message Date
Alex
48038090fc Check if queue_record_template is empty to fix a PHP warning (#7645) 2025-11-25 14:41:23 -07:00
Alex
124e7c2da8 Extension Summary: Fix include internal search filter (#7644)
* Extension Summary: Fix include internal search filter

* Update xml_cdr_extension_summary.php
2025-11-25 11:53:23 -07:00
markjcrane
e75732c7ab Fix the call center queue record 2025-11-25 10:00:47 -07:00
Alex
ee240a0822 Update bridge_edit.php (#7642) 2025-11-24 16:48:12 -07:00
Alex
c785656949 Update dialplan_outbound_add.php (#7641) 2025-11-24 16:47:12 -07:00
FusionPBX
460d1f81b8 Update esl to event_socket 2025-11-24 05:42:17 -07:00
frytimo
2951bff6c5 Reuse socket connection to event socket. (#7634)
Reuse the socket connection instead of creating a new connection for each API request.
Add PHPDoc tag "static" for the static methods in event_socket.
2025-11-24 05:30:28 -07:00
AdSecIT
7dc912eeaf Updated 470_valet_park.xml with improved compatibility for CallerID retrieval on call park. (#7640)
On call park retrieval will show original callee CallerID.
2025-11-24 05:15:24 -07:00
Ahron Greenberg (agree)
46f1ba9b2c Remove wrong 'Feature-Event' headers from event (#7635)
On multipart feature events, the feature-event header needs to be `init` only.
2025-11-24 05:11:53 -07:00
fusionate
478e2de8a8 Devices - List: Use boolean in query and labels. 2025-11-22 13:02:14 -07:00
markjcrane
bb1f1d0354 Set the total_ring_groups default value to 0 2025-11-21 17:45:28 -07:00
Alex
9e9dd2ba71 Fix undefined label (#7639) 2025-11-21 16:46:38 -07:00
Alex
d2b5fe4839 Check if destination_actions is empty to fix a PHP warning (#7633) 2025-11-19 15:56:10 -07:00
markjcrane
323d318141 Update boolean toggle
- When 2 equals it evaluates null as false and then false is selected.
2025-11-19 15:26:40 -07:00
frytimo
adfc4cc469 Create more documentation (#7627)
* Documentation, format class, no modification.
2025-11-18 18:33:07 -07:00
FusionPBX
e619c97ce6 Remove extra line that is not needed 2025-11-18 14:08:04 -07:00
FusionPBX
0d4887affd Format the date and time in fax logs with timezone
Updated SQL query to format fax date and time with timezone. Adjusted output to display formatted date and time in the fax logs.
2025-11-18 14:00:20 -07:00
markjcrane
21b85d0316 Get the language from settings and re-use it 2025-11-18 09:35:28 -07:00
frytimo
c2a2d1c1f9 Fix parameter array not unset (#7621)
* Fix parameter array not unset

* Fix parameter array not unset
2025-11-15 21:30:11 -07:00
frytimo
c11920c932 Fix PHP errors when trying to save with missing field data (#7620) 2025-11-15 21:29:51 -07:00
frytimo
b151f3c4ce Fix dialplans always shows as selected for empty entry (#7619) 2025-11-15 21:29:26 -07:00
frytimo
723b9f19f4 Fix PHP warning when destination email is not in post data (#7618) 2025-11-15 21:29:07 -07:00
frytimo
5f1b34a194 When the $show variable is false or null the condition for !$show == all will always evaluate to true. (#7617)
The call to action_name with $destination_app_data empty (no action for destination number) will cause a PHP warning.
2025-11-15 21:28:52 -07:00
frytimo
41daacf090 Fix number translation order on edit page (#7623) 2025-11-15 21:27:55 -07:00
frytimo
e8aabf8d04 Fix variable undefined when adding new module (#7622) 2025-11-15 21:27:22 -07:00
fusionate
63026bbf88 Active Calls (Dashboard): Use empty() instead. 2025-11-15 17:55:52 -07:00
fusionate
17b3188f79 Extension Summary: Resolve PHP warning. 2025-11-15 17:40:18 -07:00
fusionate
2c684a318e Active Calls: Resolve PHP warning. 2025-11-15 17:39:53 -07:00
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