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));