mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix. Show all registrations. (#1784)
This commit is contained in:
committed by
FusionPBX
parent
b7fafa2c50
commit
ac0ebfd380
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user