Update disa.lua

This commit is contained in:
FusionPBX 2018-05-30 19:54:11 -06:00 committed by GitHub
parent bc6a58aa30
commit 02a3e3e0da
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
--set defaults
if (not digit_min_length) then
digit_min_length = "2";
digit_min_length = "7";
end
if (not digit_max_length) then