Update disa.lua

This commit is contained in:
FusionPBX
2018-05-30 19:54:11 -06:00
committed by GitHub
parent bc6a58aa30
commit 02a3e3e0da

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