CDR - Details: Display call recording playback/waveform, if allowed.

This commit is contained in:
fusionate
2025-06-23 13:24:14 -06:00
parent c53ee8c503
commit 17be5f51a3
3 changed files with 91 additions and 24 deletions

View File

@@ -101,6 +101,8 @@
//set template variables
//add self
$view->assign('php_self', basename($_SERVER['PHP_SELF']));
//add translations
foreach($text as $key => $value) {
$array[str_replace('-', '_', $key)] = $value;