Voicemail: Fix file storage location, restores playback/download functionality of GUI.
This commit is contained in:
@@ -164,6 +164,12 @@
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--set the voicemail_dir
|
||||||
|
voicemail_dir = voicemail_dir.."/default/"..domain_name;
|
||||||
|
if (debug["info"]) then
|
||||||
|
freeswitch.consoleLog("notice", "[voicemail] voicemail_dir: " .. voicemail_dir .. "\n");
|
||||||
|
end
|
||||||
|
|
||||||
--get the voicemail settings
|
--get the voicemail settings
|
||||||
if (voicemail_id ~= nil) then
|
if (voicemail_id ~= nil) then
|
||||||
if (session:ready()) then
|
if (session:ready()) then
|
||||||
|
|||||||
Reference in New Issue
Block a user