Merge pull request #4216 from emaktech/patch-6

Fix Call Block Type Setting Check
This commit is contained in:
FusionPBX 2019-05-28 14:55:36 -06:00 committed by GitHub
commit ac9c0829ea
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ This method causes the script to get its manadatory arguments directly from the
-- get the configuration variables from the DB
local db = dbh or Database.new('system')
local settings = Settings.new(db, domain_name, domain_uuid)
local call_block_matching = settings:get('call block', 'call_block_matching', 'text');
local call_block_matching = settings:get('call_block', 'call_block_matching', 'text');
--send to the log
logger("D", "NOTICE", "params are: " .. string.format("'%s', '%s', '%s', '%s'", params["cid_num"],