mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update sip_status.php
Just use the gateway name when its global and @domain_name when its assigned to a domain.
This commit is contained in:
@@ -182,7 +182,7 @@ if ($_GET['a'] == "download") {
|
||||
echo "<a href='".PROJECT_PATH."/app/gateways/gateway_edit.php?id=".strtolower($row->name)."'>".$gateway_name."@".$gateway_domain_name."</a>";
|
||||
}
|
||||
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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user