Alex
7d6349d10a
Call Forward: Preserve query string parameters across list and edit pages ( #7884 )
...
* Call Forward: Preserve query string parameters across list and edit pages
* Update call_forward_edit.php
2026-04-17 21:31:07 +00:00
Alex
ef00ae8a9b
Call Recordings: Preserve query string parameters ( #7885 )
2026-04-17 21:30:47 +00:00
Alex
40172abacc
Conference Centers: Preserve query string parameters across list and edit pages ( #7886 )
...
* Conference Centers: Preserve query string parameters across list and edit pages
* Update conference_center_edit.php
* Update conference_rooms.php
* Update conference_room_edit.php
2026-04-17 21:30:30 +00:00
chansizzle
4d5d099169
Update default_setting_description for IVR menus ( #7872 )
...
* Update default_setting_description for IVR menus
2026-04-16 20:32:35 -06:00
Alex
df389effdf
Fix CDR last_query session variable ( #7880 )
...
* Fix CDR last_query session variable
- Use http_build_query function to build the query string.
- foreach removes empty parameters to store less in the session
* Update xml_cdr.php
* Update xml_cdr_details.php
2026-04-16 16:57:26 -06:00
Alex
ea6a02d5f0
Call Centers: Preserve query string parameters across list and edit pages ( #7879 )
...
* Call Centers: Preserve query string parameters across list and edit pages
* Update call_center_queue_edit.php
* Update call_center_agents.php
2026-04-16 16:55:52 -06:00
Alex
6e57c791f3
Call Broadcast: Preserve query string parameters across list and edit pages ( #7877 )
...
* Call Broadcast: Preserve query string parameters across list and edit pages
* Update call_broadcast_edit.php
* Update call_broadcast_stop.php
* Update call_broadcast.php
2026-04-16 12:22:41 -06:00
Alex
37961bf797
Exclude page number in search form ( #7878 )
...
* Exclude page number in search form
* Update bridges.php
2026-04-16 12:21:00 -06:00
Alex
efb8e86070
Call Block: Preserve query string parameters across list and edit pages ( #7876 )
...
* Call Block: Preserve query string parameters across list and edit pages
* Update call_block_edit.php
2026-04-15 21:58:02 +00:00
Alex
66c11988be
Bridges: Preserve query string parameters across list and edit pages ( #7875 )
...
* Bridges: Preserve query string parameters across list and edit page
* Update bridge_edit.php
2026-04-15 21:01:26 +00:00
FusionPBX
732c834488
Fix a shorcut to add CIDR addresses using the domain name
...
- Replace dig with a built in PHP function. This improves security.
- Refactor access control node handling to include domain name lookup for IP addresses
2026-04-15 18:07:16 +00:00
FusionPBX
2ae2415994
Refactor event socket connection logic
...
- Make sure to reconnect to event_socket if the connection is lost
- Send a notification to the log when reconnected
2026-04-14 11:59:23 -06:00
FusionPBX
f46aa15324
Fix the CDR export for a specific extension
2026-04-14 10:46:27 -06:00
FusionPBX
b38142f798
Cast rtp_audio_in_mos to integer before addition
2026-04-14 10:43:22 -06:00
FusionPBX
9ec3809f5d
Fix formatting of parameter comments in add_custom_condition
2026-04-13 11:08:34 -06:00
FusionPBX
47458764bb
Remove date-time set year, month, day and time
...
Using date-time to set the year, month, day, and time changed the behavior of how the date-time feature worked. So for this reason, the time zone solution was changed, and the code was removed.
Replaces spaces with tabs for indentation
2026-04-13 11:04:11 -06:00
Mendel
7f09914d27
Fix date-time conditions to respect domain timezone by converting to/from UTC ( #7728 )
...
Fixes date-time conditions to properly convert between the domain timezone and UTC.
Issue:
Date-time conditions triggered at the wrong times because FreeSWITCH evaluates them in UTC, but the user input was not being converted.
Solution:
Convert user timezone → UTC when saving
Convert UTC → user timezone when displaying
Use settings object cascading for timezone (user → domain → global → default)
Handle both 12h and 24h formats
Testing:
Set time condition for 9:00 AM in America/New_York timezone - should trigger at 9:00 AM local time, not UTC.
2026-04-13 10:43:02 -06:00
frytimo
24c99ab4ef
Fix error caused by strict type in PHP 8.4 ( #7843 )
2026-04-13 09:42:44 -06:00
Mendel
8f47d3ba8f
Add class to resend button in voicemail messages ( #7842 )
2026-04-13 09:19:52 -06:00
FusionPBX
aba6b6fde0
Fix call broadcast file upload
2026-04-12 00:50:23 +00:00
FusionPBX
8084d95810
Check for zip installation in CLI context
2026-04-11 18:05:11 +00:00
frytimo
bc1cfd66ea
Fix handling of empty payloads in websocket client ( #7838 )
2026-04-10 08:25:11 -06:00
FusionPBX
f84b752058
Add zip installation prompt in app defaults
...
Added a prompt for installing zip if not found.
2026-04-10 12:03:20 +00:00
chansizzle
c797e97f86
Add default settings for T85W wallpaper and firmware ( #7836 )
2026-04-10 01:39:13 +00:00
Alex
474ab00b75
Fix: Add CALL_REJECTED to originate dispositions ( #7834 )
2026-04-08 10:24:13 -06:00
frytimo
1d9fd0a8a5
Fix active calls browser console error ( #7833 )
...
Javascript error caused Active Calls preventing the calls from being removed from the list
2026-04-08 14:30:10 +00:00
FusionPBX
ebf1599f5f
Fix dialplan destination record
2026-04-07 09:59:57 -06:00
FusionPBX
562c837bd0
Remove the default 'a' value.
...
It forces it to always use 'a' .
2026-04-04 22:26:01 +00:00
FusionPBX
58ff3200dd
Add type to the search
2026-04-04 22:16:49 +00:00
FusionPBX
75c0531b36
Add type to the search
2026-04-04 22:13:22 +00:00
FusionPBX
f54e3cea88
Use the music column as defined in the view
2026-04-04 19:39:53 +00:00
FusionPBX
b75e0352df
Fix a missing quote on the permission_exists function
2026-04-04 19:32:46 +00:00
FusionPBX
840970e094
Add permission music_on_hold_map
2026-04-04 19:30:54 +00:00
FusionPBX
e93edddbda
Add a streams map
2026-04-04 19:29:29 +00:00
FusionPBX
fabfefa9bb
Add music on hold map
2026-04-04 19:09:45 +00:00
FusionPBX
f7444fbc3c
Fix the link to the fax log details
2026-04-02 12:46:47 -06:00
FusionPBX
f11231c5bf
Change the temp domain to domain.local ( #7829 )
2026-04-01 11:56:36 -06:00
frytimo
fa956e3fba
Add outgoing and incoming Calls tab ( #7828 )
...
* Fix outgoing and incoming calls section.
* Use browser caching for css file with cache busting
By allowing the browser to download the css file directly, the browser will automatically cache the file. The `?v=` parameter uses an md5 hash to differentiate changes in the file.
2026-04-01 11:44:24 -06:00
frytimo
0c92eb5c0a
Fix right-click transfer behaviour. ( #7827 )
...
When using the right-click transfer option, the wrong leg was transferred.
2026-04-01 09:34:41 -06:00
frytimo
dc198642bd
Fix call voicemail right-click option ( #7826 )
2026-03-31 17:25:29 -06:00
frytimo
51b161044a
Fix Parked title and add contact photo ( #7825 )
2026-03-31 16:42:53 -06:00
frytimo
61c3040ec6
Fix time and reshape parked call block ( #7824 )
2026-03-31 13:53:24 -06:00
FusionPBX
1a915bb21c
Fix the gsub for to limit to allowed characters
2026-03-31 12:31:58 -06:00
frytimo
0ecd34c4ab
Add operator panel valet park ( #7823 )
...
* Add parked calls monitoring
* Introduce a transfer mode
* Fix extension color on page load
2026-03-31 12:02:02 -06:00
frytimo
340df86073
Fix live updating ( #7816 )
2026-03-26 10:39:53 -06:00
frytimo
9259aff1a4
Fix operator panel color when available ( #7815 )
2026-03-25 19:15:41 -06:00
Mendel
029f58a245
Fix http auth password copy length ( #7769 )
2026-03-25 21:59:34 +00:00
frytimo
d72fb962f9
Fix wrong leg transferred ( #7812 )
...
* Fix icon color
* Fix dialpad outbound call with _undef_ variable
* remove submodule
2026-03-25 20:35:53 +00:00
FusionPBX
9c88ff2732
Update operator panel
...
- Remove Live prefix
- Add superadmin and admin
2026-03-25 18:20:51 +00:00
frytimo
0c4122cb94
Fix the context being sent as 'default' ( #7811 )
...
Minor change requests implemented that were forgotten:
- Removed the line between the extension that belong to the user and the other extensions.
- Added the permissions for the tabs so they are not visible yet. "Extensions" and "Calls" are the only ones with the permissions after running app defaults
2026-03-25 11:42:53 -06:00