diff --git a/app/sip_status/sip_status.php b/app/sip_status/sip_status.php index ef52a7f266..575e9018a3 100644 --- a/app/sip_status/sip_status.php +++ b/app/sip_status/sip_status.php @@ -182,7 +182,7 @@ if ($_GET['a'] == "download") { echo "".$gateway_name."@".$gateway_domain_name.""; } elseif ($gateway_domain_name == '') { - echo $gateway_name."@(Global)"; + echo $gateway_name; else { echo $gateway_name."@".$gateway_domain_name; } @@ -323,4 +323,4 @@ if ($_GET['a'] == "download") { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>