Update extensions.php

This commit is contained in:
FusionPBX 2017-11-17 07:41:29 -07:00 committed by GitHub
parent 679d4e1fb5
commit 07fd7c2e6b
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}