Increase the voicemail greeting length that is allowed to 90 seconds.
This commit is contained in:
parent
59304c226f
commit
2955b8447e
|
|
@ -62,7 +62,7 @@
|
|||
else
|
||||
--prepare to record the greeting
|
||||
if (session:ready()) then
|
||||
max_len_seconds = 30;
|
||||
max_len_seconds = 90;
|
||||
silence_seconds = 5;
|
||||
mkdir(voicemail_dir.."/"..voicemail_id);
|
||||
-- syntax is session:recordFile(file_name, max_len_secs, silence_threshold, silence_secs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue