Update index.lua

This commit is contained in:
FusionPBX
2016-08-17 09:55:08 -06:00
committed by GitHub
parent abc0eb8bb8
commit e6a0478003

View File

@@ -58,7 +58,7 @@
end
--get the pin number from the caller
if (agent_password == nil and agent_authorized ~= 'true')) then
if (agent_password == nil and agent_authorized ~= 'true') then
min_digits = 3;
max_digits = 20;
max_tries = 3;