mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Change the voicemail recording max length from 30 seconds to 300 seconds.
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
|
||||
--save the recording
|
||||
-- syntax is session:recordFile(file_name, max_len_secs, silence_threshold, silence_secs)
|
||||
max_len_seconds = 30;
|
||||
max_len_seconds = 300;
|
||||
silence_threshold = 30;
|
||||
silence_seconds = 5;
|
||||
os.execute("mkdir -p " .. voicemail_dir.."/"..voicemail_id);
|
||||
|
||||
Reference in New Issue
Block a user