mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Device lines for the current domain
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user