Update registrations.php
This commit is contained in:
parent
1b339c16d5
commit
db535dd07e
|
|
@ -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'])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue