From 54076707b0da1d7f7add2b5faae378dfabc13218 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 6 Dec 2013 05:56:24 +0000 Subject: [PATCH] Status -> SIP status change the gateway name and link it back to Accounts -> Gateway -> Edit. --- app/sip_status/sip_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";