mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Make an adjustment to the xml_handler.lua file.
This commit is contained in:
@@ -755,9 +755,9 @@
|
||||
sql = sql .. "where d.dialplan_context = '" .. call_context .. "' ";
|
||||
sql = sql .. "and d.dialplan_enabled = 'true' ";
|
||||
sql = sql .. "and d.dialplan_uuid = s.dialplan_uuid ";
|
||||
if (call_context ~= "public") then
|
||||
sql = sql .. "and d.domain_uuid = '" .. domain_uuid .. "' ";
|
||||
end
|
||||
--if (call_context ~= "public") then
|
||||
-- sql = sql .. "and d.domain_uuid = '" .. domain_uuid .. "' ";
|
||||
--end
|
||||
sql = sql .. "order by ";
|
||||
sql = sql .. "d.dialplan_order asc, ";
|
||||
sql = sql .. "d.dialplan_name asc, ";
|
||||
|
||||
Reference in New Issue
Block a user