Fix. Show all registrations. (#1784)

This commit is contained in:
Alexey Melnichuk 2016-07-28 20:00:09 +03:00 committed by FusionPBX
parent b7fafa2c50
commit ac0ebfd380
1 changed files with 1 additions and 1 deletions

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