diff --git a/app/sip_status/sip_status.php b/app/sip_status/sip_status.php index 575e9018a3..a960d57137 100644 --- a/app/sip_status/sip_status.php +++ b/app/sip_status/sip_status.php @@ -183,7 +183,7 @@ if ($_GET['a'] == "download") { } elseif ($gateway_domain_name == '') { echo $gateway_name; - else { + } else { echo $gateway_name."@".$gateway_domain_name; } echo " \n";