Device lines for the current domain

This commit is contained in:
FusionPBX 2024-08-14 22:34:39 -06:00 committed by GitHub
parent 193a03291c
commit b7b3073d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@
$sql .= "( ";
$sql .= " select device_uuid ";
$sql .= " from v_device_lines ";
$sql .= " where extension_uuid = e.extension_uuid ";
$sql .= " where domain_uuid = e.domain_uuid ";
$sql .= " and user_id = e.extension ";
$sql .= " limit 1 ";
$sql .= ") AS device_uuid, ";
@ -443,4 +443,4 @@
//show the footer
require_once "resources/footer.php";
?>
?>