diff --git a/app/sip_status/sip_status.php b/app/sip_status/sip_status.php index 02deca0f7e..4cc242bb76 100644 --- a/app/sip_status/sip_status.php +++ b/app/sip_status/sip_status.php @@ -136,7 +136,7 @@ if (strlen($msg) > 0) { foreach ($xml->gateway as $row) { //print_r($row); echo "\n"; - echo " ".$row->name."\n"; + echo " ".$row->name."\n"; echo " ".$row->type."\n"; echo " ".$row->data."\n"; echo " ".$row->state."\n";