Fix. Show all registrations. (#1784)

This commit is contained in:
Alexey Melnichuk
2016-07-28 20:00:09 +03:00
committed by FusionPBX
parent 85f0f5f3c5
commit 3b1e277fab

View File

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