Update index.lua

This commit is contained in:
FusionPBX 2019-11-01 12:57:38 -06:00 committed by GitHub
parent 7cd5b0c852
commit 2f4c48115c
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
--set call block default to false
call_block = false;
if (call_block_action ~= nil) then
if (call_block_app ~= nil) then
call_block = true;
if (session:ready()) then
session:execute('set', 'call_block=true');