mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update extensions.php
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
$found = false;
|
||||
$found_count = 0;
|
||||
foreach ($registrations as $arr) {
|
||||
if (in_array($row['extension'],$arr)) {
|
||||
if (in_array($row['extension'].'@'.$_SESSION['domain_name'],$arr)) {
|
||||
$found = true;
|
||||
$found_count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user