mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Add domain_uuid to make the feature multi-tenant ready.
This commit is contained in:
@@ -209,6 +209,7 @@
|
||||
sql = [[SELECT * FROM v_conference_rooms as s, v_meeting_pins as p
|
||||
WHERE s.domain_uuid = ']] .. domain_uuid ..[['
|
||||
AND s.meeting_uuid = p.meeting_uuid
|
||||
AND p.domain_uuid = ']] .. domain_uuid ..[['
|
||||
AND p.member_pin = ']] .. pin_number ..[['
|
||||
AND enabled = 'true' ]];
|
||||
if (debug["sql"]) then
|
||||
|
||||
Reference in New Issue
Block a user