Update extensions.php

This commit is contained in:
FusionPBX 2017-11-17 07:41:29 -07:00 committed by GitHub
parent b0422af3e2
commit f3b45d51a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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++;
}