Commit Graph

23746 Commits

Author SHA1 Message Date
Alex
233dbfd13e Add destination condition description (#7789) 2026-03-13 19:39:40 +00:00
Alex
867e986ba8 Use textarea for default setting value input (#7790)
* Use textarea for default setting value input

* Update app_config.php

* Update default_setting_edit.php

* Update default_setting_edit.php
2026-03-13 19:38:25 +00:00
FusionPBX
c771179afc Remove empty function from the destination_trunk_prefix
Empty treats 0 as empty which means the trunk prefix is not included. So to fix this issue had to remove the empty function.
2026-03-12 22:33:41 +00:00
FusionPBX
8c1df99ffc Fix to add domain_uuid, domain_name to the bridge 2026-03-12 18:51:33 +00:00
Alex
f537604e24 Fix array null error (#7788) 2026-03-12 16:53:02 +00:00
Alex
92609e825a Minor CDR search bug fixes (#7787)
* Minor CDR search bug fixes

* Update xml_cdr_search.php

* Update xml_cdr_inc.php

* Update xml_cdr.php

* Update template.php
2026-03-12 16:48:03 +00:00
Alex
778d33d72e Fix widget detail state check logic (#7786)
* Fix widget detail state check logic

* remove hidden class style

* Update parent.php

* Update index.php
2026-03-12 15:51:20 +00:00
FusionPBX
3ce1aa0df4 Fix provision device_keys use the category 2026-03-12 02:12:15 +00:00
FusionPBX
c8f330342c Use key[category] as other templates used for years 2026-03-12 02:00:03 +00:00
Alex
737650ff74 CDR Advanced Search: Add extension multi select dropdown (#7780)
* CDR Advanced Search: Add extension multi select dropdown

* Update app_languages.php

* Update template.php

* Update css.php

* Update xml_cdr.php

* Update xml_cdr_search.php

* Update xml_cdr_inc.php
2026-03-11 23:55:13 +00:00
Alex
bb5240a1cc Add remember token to user log array instead of update query (#7782)
* Add remember token to user log array instead of update query

* Update user_logs.php
2026-03-11 22:43:59 +00:00
Alex
93fd95bf9a Fix widget detail state setting not showing (#7781) 2026-03-11 21:38:22 +00:00
FusionPBX
25a08f6cd3 Add Yealink vendor function key mobile_line 2026-03-11 21:35:06 +00:00
Alex
f0ebbba659 Allow square brackets in paging class regex to preserve array keys (#7777) 2026-03-11 19:50:54 +00:00
Alex
ab5ecd8106 Move caller id number field (#7778) 2026-03-11 19:50:32 +00:00
FusionPBX
5667aa3157 Process files in the cdr directory when the service has started 2026-03-11 19:23:55 +00:00
FusionPBX
e129db46b2 Update how the application icon is determined
- Created application_icons array
- Add the application_icon before the code is displayed
2026-03-11 18:34:45 +00:00
FusionPBX
8f5fd17479 Update the alignment 2026-03-11 18:30:47 +00:00
Alex
abe3bf9022 Fix extension input/select box toggle function (#7774) 2026-03-09 21:06:22 +00:00
FusionPBX
f76207d327 Use date-time to set the year, month, day and time
- date-time replaced to support channel variable time_zone
2026-03-06 20:50:23 +00:00
Alex
a3d9819404 Add drag and drop to dialplan details (#7771)
* Add drag and drop to dialplan details

* Update dialplan_edit.php
2026-03-04 12:56:43 -07:00
Alex
39fcc171c7 Add drag and drop to phrase details (#7772)
* Add drag and drop to phrase details

* Update phrase_edit.php
2026-03-04 12:56:22 -07:00
Alex
1068cf70c4 Add drag and drop to device keys (#7770)
* Add drag and drop to device keys

* Update device_edit.php

* Update device_profile_edit.php
2026-03-04 12:56:06 -07:00
FusionPBX
075c5a4fa0 Remove the hostname prefix from the directory cache key 2026-03-04 11:50:49 -07:00
frytimo
a67adad071 Fix websocket message - Multiple Changes (#7768)
* Fix add domain_uuid getter in subscriber and WebSocket message

* Better error reporting and trapping

* When a WebSocket connection is miscommunication, the WebSocket service will crash. This helps to prevent a crash by checking the status of the connection.
2026-03-04 07:50:54 -07:00
FusionPBX
34c6330f41 If not set then set the record_ext to wav 2026-03-03 09:15:11 -07:00
FusionPBX
17438edddf Auto loader file cache removed, remove the permission update 2026-03-01 10:25:55 -07:00
FusionPBX
3f838dd951 Use the recursive_delete function 2026-02-28 22:50:27 -07:00
FusionPBX
7d1ab4a64f Fix the ADVANCED button settings alignment. 2026-02-28 14:33:34 -07:00
FusionPBX
5326e8969f Add session authorized and return to remember token validate 2026-02-28 10:20:03 -07:00
FusionPBX
858071307d Add processed as an optional column in the CDR table 2026-02-27 16:07:24 -07:00
Alex
82d5b7cbbf Allow backslashes to fix namespaces in autoloader (#7765) 2026-02-27 15:34:53 -07:00
Alex
e9f1faa1b7 Add password changed email template (#7764)
* Add password changed email template

* Update user_profile.php

* Update app_defaults.php

* Update user_edit.php
2026-02-27 12:15:35 -07:00
Alex
5714fb3cd9 Fix email template path (#7762) 2026-02-27 11:49:27 -07:00
Alex
82f339c4a0 Remove remember me tokens when password is updated (#7759)
* Update user_edit.php

* Update user_profile.php
2026-02-26 17:02:56 -07:00
Alex
c095138d50 Change limit_max check from empty to isset (#7760) 2026-02-26 17:00:52 -07:00
Alex
9d3c749d5c Fix remember me text alignment (#7758) 2026-02-26 10:14:44 -07:00
FusionPBX
fb90c00c8d Security - replace command line with recursive_delete
- Using the recursive function is safer than using a command line
2026-02-26 06:54:54 -07:00
FusionPBX
f69ad0fad3 Update the recursive_delete function
- Use opendir instead of glob for better performance
- Use native PHP code for safe recursive delete
- Remove command line exec
2026-02-26 06:36:51 -07:00
FusionPBX
5f293cac60 Version update 5.6.0-dev 2026-02-26 05:08:49 -07:00
FusionPBX
207e56927d Fix the dialplan_xml filter 2026-02-26 04:50:32 -07:00
FusionPBX
12529b3911 Fix Recordings to remove the SQL domain_uuid is null 2026-02-26 03:51:05 -07:00
FusionPBX
1eafb36470 Remove the do_upgrade_auto_loader function 2026-02-26 02:16:48 -07:00
FusionPBX
1dbf7a5ec6 Update app_config.php 2026-02-26 00:35:08 -07:00
AdSecIT
6d554fcf3d Update 470_valet_park.xml (#7757)
Updates on Caller ID Name and Number displayed to the phone handset on park retrieval.
2026-02-25 22:39:20 -07:00
FusionPBX
a77b7bb336 Add inotify to the xml_cdr service
Improve performance when using the file system when inotify is not installed.
2026-02-25 18:16:54 -07:00
Alex
0d0872a0a3 Update user_logs.php (#7756) 2026-02-24 16:25:49 -07:00
FusionPBX
f5611468d6 Comment out ctrl+a for checking all checkboxes 2026-02-24 14:43:01 -07:00
frytimo
ba5b7aada5 Add cache file constant (#7755)
* Remove the cache method calling the autoloader constant

* Re-add the constants for file location
2026-02-24 14:35:21 -07:00
Alex
ff4f857570 Add default for remember_me setting (#7754) 2026-02-24 14:18:15 -07:00