mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update registrations.php
This commit is contained in:
@@ -102,6 +102,7 @@ if (!class_exists('registrations')) {
|
||||
$registrations[$id]['mwi-account'] = $row['mwi-account'] ?: " ";
|
||||
$registrations[$id]['status'] = $row['status'] ?: " ";
|
||||
$registrations[$id]['ping-time'] = $row['ping-time'] ?: " ";
|
||||
$registrations[$id]['sip_profile_name'] = $row['sip_profile_name'];
|
||||
|
||||
//get network-ip to url or blank
|
||||
if(isset($row['network-ip'])) {
|
||||
|
||||
Reference in New Issue
Block a user