Make sure the voicemail directory exists.
This commit is contained in:
@@ -218,6 +218,9 @@
|
||||
--valid voicemail
|
||||
if (voicemail_uuid ~= nil) then
|
||||
|
||||
--make sure the voicemail directory exists
|
||||
mkdir(voicemail_dir.."/"..voicemail_id);
|
||||
|
||||
--save the recording
|
||||
timeouts = 0;
|
||||
play_greeting();
|
||||
|
||||
Reference in New Issue
Block a user