Update active_calls.php

This commit is contained in:
FusionPBX
2025-06-24 14:14:37 -06:00
committed by GitHub
parent eb66f76675
commit 333606e500

View File

@@ -504,6 +504,7 @@ echo "<script src='resources/javascript/arrows.js?v=$version'></script>\n";
// Set some values that we will use
const uuid = call.unique_id;
const row = document.getElementById(uuid);
if (!row) { return; }
const direction = call.variable_call_direction ?? '';
// use application field to help determine arrows