Improve the code comment

This commit is contained in:
FusionPBX 2021-06-22 11:10:32 -06:00 committed by GitHub
parent 3a063bc2ff
commit 7bbdb8160f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@
require "resources.functions.file_exists";
require "resources.functions.mkdir";
--define objects
--initialize the objects
local Database = require "resources.functions.database";
local log = require "resources.functions.log".call_flow_monitor
local presence_in = require "resources.functions.presence_in"
@ -65,6 +65,7 @@
file:close()
log.notice("Start")
--monitor the call flows status
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 "..