diff --git a/app/calls_active/app_languages.php b/app/calls_active/app_languages.php
index 16be3233d3..31aa670fbf 100644
--- a/app/calls_active/app_languages.php
+++ b/app/calls_active/app_languages.php
@@ -16,14 +16,6 @@ $text['title']['pt-br'] = "Configurações da Conta";
$text['title']['pl'] = "Ustawienia konta";
$text['title']['sv-se'] = "Aktiva samtal";
-$text['label-transfer']['en-us'] = "Transfer To";
-$text['label-transfer']['es-cl'] = "Transferir a";
-$text['label-transfer']['fr-fr'] = "Transférer à";
-$text['label-transfer']['pt-pt'] = "Transferir Para";
-$text['label-transfer']['pt-br'] = "Tranferência";
-$text['label-transfer']['pl'] = "Transferowanie";
-$text['label-transfer']['sv-se'] = "Överför till";
-
$text['label-time']['en-us'] = "Time";
$text['label-time']['es-cl'] = "Tiempo";
$text['label-time']['fr-fr'] = "Temps";
@@ -120,10 +112,10 @@ $text['label-message']['pt-br'] = "Mensagem";
$text['label-message']['pl'] = "Wiadomość";
$text['label-message']['sv-se'] = "Meddelande";
-$text['label-hangup']['en-us'] = "hangup";
-$text['label-hangup']['es-cl'] = "terminar";
-$text['label-hangup']['fr-fr'] = "raccrocher";
-$text['label-hangup']['pt-pt'] = "terminar";
+$text['label-hangup']['en-us'] = "Hangup";
+$text['label-hangup']['es-cl'] = "Terminar";
+$text['label-hangup']['fr-fr'] = "Raccrocher";
+$text['label-hangup']['pt-pt'] = "Terminar";
$text['label-hangup']['pt-br'] = "Desligar";
$text['label-hangup']['pl'] = "Zakończ rozmowę";
$text['label-hangup']['sv-se'] = "Avsluta";
diff --git a/app/calls_active/calls_active.php b/app/calls_active/calls_active.php
index ef2fb98241..31e6d6136e 100644
--- a/app/calls_active/calls_active.php
+++ b/app/calls_active/calls_active.php
@@ -37,13 +37,11 @@ else {
$language = new text;
$text = $language->get();
-$conference_name = trim($_REQUEST["c"]);
-$tmp_conference_name = str_replace("_", " ", $conference_name);
-
-require_once "resources/header.php";
$document['title'] = $text['title'];
+require_once "resources/header.php";
+?>
-?>
".$text['title']."";
+echo "
\n";
+echo $text['description']."\n";
+echo "
\n";
-
-echo "
| ";
-echo " ".$text['title']."";
-echo " \n"; -echo " ".$text['description']."\n"; -echo " \n"; -echo " | \n";
-echo " \n";
-
-echo "
| \n";
-echo "
| ID | \n"; - //echo "UUID | \n"; - //echo "Dir | \n"; echo "".$text['label-profile']." | \n"; echo "".$text['label-created']." | \n"; - //echo "Created Epoch | \n"; - //echo "Name | \n"; echo "".$text['label-number']." | \n"; - //echo "State | \n"; echo "".$text['label-cid-name']." | \n"; echo "".$text['label-cid-number']." | \n"; - //echo "IP Addr | \n"; echo "".$text['label-destination']." | \n"; echo "".$text['label-app']." | \n"; - //echo "Dialplan | \n"; - //echo "Context | \n"; echo "".$text['label-codec']." | \n"; - //echo "Read Rate | \n"; - //echo "Write Codec | \n"; - //echo "Write Rate | \n"; echo "".$text['label-secure']." | \n"; - echo "".$text['label-opt']." | \n"; + echo "\n"; echo " | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
".print_r($row, true)." | |||||||||||||||||||||||||||||||
| $id | \n"; - //echo "$uuid | \n"; - //echo "$direction | \n"; - echo "$sip_profile | \n"; - echo "$created | \n"; - //echo "$created_epoch | \n"; - //echo "$name | \n"; + echo "".$sip_profile." | \n"; + echo "".$created." | \n"; echo "".$tmp_number." | \n"; - //echo "$state | \n"; - echo "$cid_name | \n"; - echo "$cid_num | \n"; - //echo "$ip_addr | \n"; - echo "$dest | \n"; - if (strlen($application) > 0) { - echo "".$application.":".$application_data." | \n"; - } - else { - echo "\n"; - } - //echo " | $dialplan | \n"; - //echo "$context | \n"; - echo "$read_codec:$read_rate / $write_codec:$write_rate | \n"; - //echo "$read_rate | \n"; - //echo "$write_codec | \n"; - //echo "$write_rate | \n"; - echo "$secure | \n"; - echo "\n"; - //transfer - echo " ".$text['label-transfer']."';\" onclick=\"send_cmd('calls_exec.php?cmd='+get_transfer_cmd(escape('$uuid')));\">".$text['label-transfer']." \n"; - //park - echo " ".$text['label-park']." \n"; - //hangup - echo " ".$text['label-hangup']." \n"; - //record start/stop - $tmp_dir = $_SESSION['switch']['recordings']['dir']."/archive/".date("Y")."/".date("M")."/".date("d"); - mkdir($tmp_dir, 0777, true); - $tmp_file = $tmp_dir."/".$uuid.".wav"; - if (file_exists($tmp_file)) { - //stop - echo " ".$text['label-stop']." \n"; - } - else { - //start - echo " ".$text['label-start']." \n"; - } - echo " "; - echo " | \n"; + echo "".$cid_name." | \n"; + echo "".$cid_num." | \n"; + echo "".$dest." | \n"; + echo "".((strlen($application) > 0) ? $application.":".$application_data : null)." | \n"; + echo "".$read_codec.":".$read_rate." / ".$write_codec.":".$write_rate." | \n"; + echo "".$secure." | \n"; + echo "".$v_link_label_delete." | \n"; echo "