Commit Graph

22815 Commits

Author SHA1 Message Date
frytimo
d5286a12bc Websockets (#7393)
* Initial commit of websockets

* Move app_menu to the active_calls websockets

* Fix hangup function

* Remove connection wait-state on web socket server so events can process

* Add timestamp and debug level to console for service debug output

* Remove debug exit

* Fix typo for ws_client instead of ws_server

* Update app_config.php

* Fix typo and remove empty function

* Remove call to empty function

* Fix the menu to point to the correct location

* Remove Logging Class

* Rename service file

* Rename service file

* Fix the in progress browser request

* Fix browser reload and implement 'active_calls' default values

* Add apply_filter function

* Create new permission_filter object

* In progress active calls now use filter

* Add invalid_uuid_exception class

* add event_key_filter to honor user permissions

* add and_link and or_link for filters

* Fix disconnected subscriber and add filters to honor permissions

* Add $key and $value for filter

* define a service name

* catch throwable instead of exception

* Add $key and $value for filter and allow returning null

* Update permission checks when loading page

* Add apply_filter function to honor subscriber permissions

* Add create_filter_chain_for function to honor subscriber permissions

* Add apply_filter function to honor subscriber permissions

* Add apply_filter function to honor subscriber permissions

* create interface to allow filterable payload

* create interface to define functions required for websocket services

* Pass in service class when creating a service token

* Allow key/name and return null for filter

* Adjust subscriber exceptions to return the ID of the subscriber

* Add event filter to filter chain

* Add command line options for ip and port for websockets and switch

* update service to use is_a syntax

* initial commit of base class for websockets system services

* initial commit of the system cpu status service

* remove extra line feed

* fix path on active_calls

* initial proof of concept for cpu status updated by websockets

* Allow returning null

* Use default settings to set the interval for cpu status broadcast

* Improve the CPU percent function for Linux systems

* Show more debug information

* Allow child processes to re-connect to the web socket service

* Fix websockets as plural instead of singular

* Add class name list-row

* Update active_calls.php

* Update active_calls.php

* Update websocket_client.js

* Update app_config.php

* Update app_menu.php

* Update debian-websockets.service

* Update debian-active_calls.service

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2025-06-24 13:07:57 -06:00
FusionPBX
86f0561e0c Move the call recording above transcription 2025-06-23 22:33:55 -06:00
FusionPBX
79bbd2719d Add the greeting to the database
If the greeting file exists on the file system but not in the database, then add it to the database.
2025-06-23 14:18:19 -06:00
fusionate
17be5f51a3 CDR - Details: Display call recording playback/waveform, if allowed. 2025-06-23 13:24:14 -06:00
frytimo
c53ee8c503 Remove setting app and uuid for groups (#7392) 2025-06-23 13:18:57 -06:00
FusionPBX
57ffc57092 Update functions.php 2025-06-21 11:49:38 -06:00
FusionPBX
1e2e7ea441 Add option for diversion header for ring group forward 2025-06-18 17:10:19 -06:00
Alex
780af3dd29 Add icons to call details page (#7391)
* Add icons to call details page

* Update xml_cdr.php
2025-06-18 15:25:47 -06:00
Trick Solutions
282134980e Fix closing tag on if/else (#7390)
The firmware download section was missing the closing {/if}

Co-authored-by: Matthew Midgett <mmidgett@nationalwi-fi.com>
2025-06-18 15:14:18 -06:00
FusionPBX
b5efee25c7 Fix call center missed call
Fixed this by changing the order of operations.
Billsec greater than zero overrode missed call equal to true.
2025-06-17 12:56:48 -06:00
FusionPBX
0ec8c151a5 Fix the recordings date 2025-06-13 17:30:24 -06:00
FusionPBX
01ba83f4ef Add recording insert_date 2025-06-13 17:28:50 -06:00
FusionPBX
793a58ba1c Update registrations.php 2025-06-12 10:16:03 -06:00
FusionPBX
a71201487e Add ooma to decode the IP address 2025-06-12 10:12:22 -06:00
FusionPBX
9bc91b7885 Update 400_recordings.xml
Add record_ext=wav to maintain original behavior, recording by default to a WAV file.
2025-06-12 01:36:24 -06:00
FusionPBX
52825a8f59 Allow additional characters for the name, content and details
- Allow additional characters
- Allow multi-lingual
- Use escape to keep it secure
2025-06-11 16:12:30 -06:00
FusionPBX
8d8867f29b Add support for algo to send check-sync 2025-06-10 14:02:11 -06:00
FusionPBX
6deaa1fa37 Revert commit #71032f2
This caused a recording issue for ring groups, where it would only record the first extension in the ring group destinations and would not record any others.
2025-06-10 10:35:42 -06:00
FusionPBX
10ef68a7aa Make group_confirm work with queue language, dialect and voice 2025-06-09 14:42:16 -06:00
FusionPBX
ef18551090 Add call center queue language, dialect, and voice 2025-06-09 14:11:52 -06:00
FusionPBX
e5ac4f8779 Use UUID v4 for wifi_apx 2025-06-07 19:27:19 -06:00
FusionPBX
564394c205 Add extension_uuid to the CDR array 2025-06-06 17:13:03 -06:00
FusionPBX
4b54f93382 Use the agent_id as an alternative way to get the extension_uuid 2025-06-06 15:41:24 -06:00
FusionPBX
b5c28011ce Check for Mitel in the user agent string 2025-06-06 13:49:24 -06:00
FusionPBX
4e3618e35f Update process_exists 2025-06-05 16:46:39 -06:00
FusionPBX
e89522ff25 Fix the process_exists function 2025-06-05 12:22:55 -06:00
FusionPBX
cfd862cf64 Update xml_cdr.php 2025-06-05 10:20:43 -06:00
Trick Solutions
5336b34a75 WiFi AP configuration support for Grandstream devices - Adding support for AP1 and AP2 (#7385)
* Add SNMP configuration support for Grandstream HT801,HT802 and GXP2135 devices

 Added configurable SNMP settings to Grandstream HT801, HT802 and GX92135 provisioning template. Includes enable/disable toggle, SNMP version selection (default v2c), and community string configuration. SNMP is disabled by default
  for security.

* Update app_config.php

* WiFi AP configuration support for Grandstream devices

Added WiFi access point 1 and 2 configuration (SSID, password, security type) for GRP2612/2613/2614/2615/2616 devices.
  Includes database configuration entries with unique UUIDs and template variable integration following FusionPBX patterns.

---------

Co-authored-by: Matthew Midgett <mmidgett@nationalwi-fi.com>
2025-06-03 20:38:26 -06:00
FusionPBX
f9c7da3a6b Update 050_user_record.xml 2025-06-03 09:51:23 -06:00
FusionPBX
37c3da1e5e Update call_center_agents.php 2025-06-03 09:31:32 -06:00
Trick Solutions
fb574fead1 Add SNMP configuration support for Grandstream HT801,HT802 and GXP2135 (#7384)
* Add SNMP configuration support for Grandstream HT801,HT802 and GXP2135 devices

 Added configurable SNMP settings to Grandstream HT801, HT802 and GX92135 provisioning template. Includes enable/disable toggle, SNMP version selection (default v2c), and community string configuration. SNMP is disabled by default
  for security.

* Update app_config.php

---------

Co-authored-by: Matthew Midgett <mmidgett@nationalwi-fi.com>
2025-06-03 07:58:54 -06:00
FusionPBX
d8ec8be917 Fix a spelling mistake in htmspecialchars 2025-05-31 16:49:17 -06:00
Rob Mosher
5722d3e9e6 Fix CDR HTTP authentication logic bug (#7382)
- Add missing negation operator in http_enabled check
- Resolves silent CDR import failures when http_enabled is true
- Fixes authentication logic that was preventing valid HTTP CDR imports
2025-05-31 09:01:17 -06:00
Bifur1
4ca21d906f Add Grandstream variable for IP mode (DHCP, Static, Etc) (#7380)
* Update {$mac}.xml

Allow device to not revert back to DHCP on reboot and keep manually entered static IP.

* Add variable for IP mode (DHCP, Static, etc)

Prevents device from reverting back to DHCP on reboot if a static IP is manually set.
2025-05-30 21:13:53 -06:00
chansizzle
dde70b8508 HT818 - Add default setting variables for tr069 & acs (#7378) 2025-05-30 21:12:22 -06:00
chansizzle
9381a94900 Call Recordings - remove duplicate destination_number from the description (#7381) 2025-05-30 21:11:32 -06:00
FusionPBX
3f6b08b17e Update {$mac}.xml 2025-05-30 16:47:39 -06:00
FusionPBX
1103e082cb Update {$mac}.xml 2025-05-30 13:37:45 -06:00
FusionPBX
948af4f76b Update {$mac}.xml 2025-05-30 12:55:21 -06:00
FusionPBX
cab8aaa463 Update the Cisco 9861 template 2025-05-29 17:42:24 -06:00
FusionPBX
94f787a068 Add default template for the Cisco 9861 2025-05-29 17:41:22 -06:00
FusionPBX
f2054fa490 Minor version update 5.4.3 2025-05-28 19:54:36 -06:00
FusionPBX
ee16644e25 Rename methods used in restore default
Renamed methods
- delete to restore_delete 
- restore to restore_default
2025-05-28 19:49:45 -06:00
FusionPBX
b96b5f8c0f menu_item_protected deprecated
This protected feature has not been working correctly. At the moment commented out depending on feedback it maybe removed entirely.
2025-05-28 19:37:58 -06:00
fusionate
ec613ab18d Music on Hold: Hide global categories for users without music_on_hold_all permission. 2025-05-27 15:21:54 -06:00
FusionPBX
b664b92cc9 Remove overflow on call_recording_length 2025-05-26 11:14:51 -06:00
FusionPBX
9445d39cc2 Add IVR Menu search to Call Detail Records 2025-05-24 18:14:53 -06:00
FusionPBX
9a2f2e0866 Fix the default values for voicemail_enabled and voicemail_local_after_email 2025-05-22 10:50:07 -06:00
Bifur1
0284ee3e86 Force Groundwire to use GSM/LTE for emergency calls (#7371)
This applies to users in the United States. When a user dials 911 or 933 (commonly used for 911 testing) from the Groundwire app, the call is automatically placed using the device's cellular service. This approach can enhance location accuracy for emergency services and ensure more reliable call completion.
2025-05-22 09:59:39 -06:00
Bifur1
832c5f5eb8 Add variable for speaker phone volume (#7368)
Add variable to provision speaker phone volume. Helpful when phones are primarily used as intercom devices. Values are 0-15, 15 being the loudest.
2025-05-22 09:59:16 -06:00