Remove this as it causes a syntax error.

This commit is contained in:
FusionPBX 2020-08-27 13:23:22 -06:00 committed by GitHub
parent 8c1f42f50d
commit 6abd91830f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -120,9 +120,7 @@
--direct dial regex
direct_dial_digits = settings:get('ivr_menu', 'direct_dial_digits', 'text')
if (direct_dial_digits == nil or direct_dial == '') then
direct_dial_digits = '/^(\d{2,11})$/'
end
--storage path
local storage_type = settings:get('recordings', 'storage_type', 'text')
local storage_path = settings:get('recordings', 'storage_path', 'text')