Update disa.lua

This commit is contained in:
FusionPBX 2019-10-01 17:02:41 -06:00 committed by GitHub
parent f81b53a930
commit 65843df497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@
-- min_digits = 7;
-- max_digits = 20;
-- session:sleep(1000);
-- caller_id_name = '';
-- caller_id_number = session:playAndGetDigits(min_digits, max_digits, max_tries, digit_timeout, "#", sounds_dir.."/"..default_language.."/"..default_dialect.."/"..default_voice.."/ivr/ivr-enter_source_telephone_number.wav", "", "\\d+");
-- if (string.len(caller_id_number) == 0) then
-- sesssion:hangup();