Update call_flow_monitor.lua boolean

This commit is contained in:
FusionPBX
2025-09-20 18:28:52 -06:00
committed by GitHub
parent 5e017a7154
commit 96874c19b8

View File

@@ -60,7 +60,8 @@
local sql = "select d.domain_name, f.call_flow_uuid, f.call_flow_extension, f.call_flow_feature_code," ..
"f.call_flow_status, f.call_flow_label, f.call_flow_alternate_label "..
"from v_call_flows as f, v_domains as d " ..
"where f.domain_uuid = d.domain_uuid " -- and call_flow_enabled = 'true'
"where f.domain_uuid = d.domain_uuid " ..
"and call_flow_enabled = true "
while true do
-- debug print
if (debug["sql"]) then