mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove this as it causes a syntax error.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user