Update status_registrations.php

Update the indentation on status_registrations.php.
This commit is contained in:
FusionPBX 2016-07-28 11:04:15 -06:00 committed by GitHub
parent ac0ebfd380
commit 36dc7b88b2
1 changed files with 65 additions and 62 deletions

View File

@ -2,7 +2,9 @@
function get_registrations($sip_profile_name) {
//get the global variables
global $_SESSION, $fp, $show;
//get sofia status profile information including registrations
$cmd = "api sofia xmlstatus profile ".$sip_profile_name." reg";
$xml_response = trim(event_socket_request($fp, $cmd));
@ -66,6 +68,7 @@ function get_registrations($sip_profile_name) {
}
}
//return the registrations array
return $registrations;
}