From ac0ebfd3802ece929688bc56cee4e6e7c36a8a2f Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Thu, 28 Jul 2016 20:00:09 +0300 Subject: [PATCH] Fix. Show all registrations. (#1784) --- app/registrations/resources/classes/status_registrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/registrations/resources/classes/status_registrations.php b/app/registrations/resources/classes/status_registrations.php index 7ddc98ac4e..7a0e5472b0 100644 --- a/app/registrations/resources/classes/status_registrations.php +++ b/app/registrations/resources/classes/status_registrations.php @@ -2,7 +2,7 @@ function get_registrations($sip_profile_name) { - global $_SESSION, $fp; + 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));