diff --git a/status.php b/status.php
index 08246e19..30781bc7 100644
--- a/status.php
+++ b/status.php
@@ -84,7 +84,7 @@ print "
" . get_operator_time($operator_id,DATE_TIME_FORMAT) ."
if (is_voip_enabled($operator_id))
{
- $ext = get_extension($operator_id);
+ $ext = get_extension($operator_id);
$exta = $ext;
//Get just the start of the extension for auto dial out
$exts = explode('/', $ext, 2);
@@ -94,7 +94,9 @@ if (is_voip_enabled($operator_id))
if (get_extension_status($operator_id))
print "
" . T_("VoIP On") . "
";
else
- print "
";
+ print "
";
+
+ print "
" . T_("Extension") . ": $ext
";
}
else
print "
" . T_("No VoIP") . "
";