Update links to use new active calls (#7611)

* Update links to use new active calls

* Update call_broadcast_send.php

* Update system_status.php
This commit is contained in:
Alex
2025-11-13 09:52:13 -07:00
committed by GitHub
parent 2264bca3ef
commit 4c45329df0
3 changed files with 3 additions and 3 deletions
@@ -67,7 +67,7 @@
preg_match("/(\d+)\s+session\(s\)\s+\-\speak/", $tmp, $matches);
$channels = $matches[1] ? $matches[1] : 0;
if (permission_exists('call_active_view')) {
$tr_link_channels = "href='".PROJECT_PATH."/app/calls_active/calls_active.php'";
$tr_link_channels = "href='".PROJECT_PATH."/app/active_calls/active_calls.php'";
}
}