mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update call_flow_monitor.lua boolean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user