Hey
@markjcrane Just upgraded to master to test this. Executed app defaults, menu defaults and permissions. I can see the dashboard widget for 'Active Calls', but no active calls show up in the list. Also, installed/enabled and started websockets and active_calls systemd services (I think this was required to get started with anything websocket and active calls). Both are running fine as far as I can tell. Any pointers?
Code:
fusionrw@fusionpbx:~# systemctl status websockets.service
● websockets.service - Websocket Router Service
Loaded: loaded (/etc/systemd/system/websockets.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-07-11 15:41:11 EDT; 21min ago
Main PID: 18700 (php)
Tasks: 1 (limit: 2307)
Memory: 11.9M
CPU: 259ms
CGroup: /system.slice/websockets.service
└─18700 /usr/bin/php /var/www/fusionpbx/core/websockets/resources/service/websockets.php --no-fork
Jul 11 16:02:40 fusionpbx [php][service][18700]: fusionpbx[18700]: [websocket_service] Processing Broadcast
Jul 11 16:02:40 fusionpbx [php][service][18700]: fusionpbx[18700]: [websocket_service] No subscribers to broadcast message to
Jul 11 16:03:00 fusionpbx php[18700]: [2025-07-11 16:03:00] [DEBUG] Received message from 18ee246fd8c5de1d4c0fbbb6df345ed1
Jul 11 16:03:00 fusionpbx php[18700]: [2025-07-11 16:03:00] [DEBUG] Message is from service
Jul 11 16:03:00 fusionpbx php[18700]: [2025-07-11 16:03:00] [DEBUG] Processing Broadcast
Jul 11 16:03:00 fusionpbx php[18700]: [2025-07-11 16:03:00] [DEBUG] No subscribers to broadcast message to
Jul 11 16:03:00 fusionpbx [php][service][18700]: fusionpbx[18700]: [websocket_service] Received message from 18ee246fd8c5de1d4c0fbbb6df345ed1
Jul 11 16:03:00 fusionpbx [php][service][18700]: fusionpbx[18700]: [websocket_service] Message is from service
Jul 11 16:03:00 fusionpbx [php][service][18700]: fusionpbx[18700]: [websocket_service] Processing Broadcast
Jul 11 16:03:00 fusionpbx [php][service][18700]: fusionpbx[18700]: [websocket_service] No subscribers to broadcast message to
fusionrw@fusionpbx:~#
fusionrw@fusionpbx:~# systemctl status active_calls.service
● active_calls.service - Active Calls Websocket Service
Loaded: loaded (/etc/systemd/system/active_calls.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-07-11 15:44:13 EDT; 19min ago
Main PID: 19188 (php)
Tasks: 1 (limit: 2307)
Memory: 11.8M
CPU: 886ms
CGroup: /system.slice/active_calls.service
└─19188 /usr/bin/php /var/www/fusionpbx/app/active_calls/resources/service/active_calls.php --no-fork
Jul 11 16:03:00 fusionpbx php[19188]: [2025-07-11 16:03:00] [DEBUG] EVENT: 'HEARTBEAT'
Jul 11 16:03:00 fusionpbx php[19188]: [2025-07-11 16:03:00] [DEBUG] Sending Event: 'HEARTBEAT'
Jul 11 16:03:00 fusionpbx [php][service][19188]: fusionpbx[19188]: [active_calls_service] EVENT: 'HEARTBEAT'
Jul 11 16:03:00 fusionpbx [php][service][19188]: fusionpbx[19188]: [active_calls_service] Sending Event: 'HEARTBEAT'
Jul 11 16:03:20 fusionpbx php[19188]: [2025-07-11 16:03:20] [DEBUG] Received event
Jul 11 16:03:20 fusionpbx php[19188]: [2025-07-11 16:03:20] [DEBUG] EVENT: 'HEARTBEAT'
Jul 11 16:03:20 fusionpbx php[19188]: [2025-07-11 16:03:20] [DEBUG] Sending Event: 'HEARTBEAT'
Jul 11 16:03:20 fusionpbx [php][service][19188]: fusionpbx[19188]: [active_calls_service] Received event
Jul 11 16:03:20 fusionpbx [php][service][19188]: fusionpbx[19188]: [active_calls_service] EVENT: 'HEARTBEAT'
Jul 11 16:03:20 fusionpbx [php][service][19188]: fusionpbx[19188]: [active_calls_service] Sending Event: 'HEARTBEAT'