mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update index.lua
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user