Voicemail: Fix greeting path.

This commit is contained in:
Nate Jones 2015-04-18 00:08:54 +00:00
parent cd5706eeb5
commit 978bea9caf
1 changed files with 0 additions and 6 deletions

View File

@ -186,12 +186,6 @@
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
if (voicemail_id ~= nil) then
if (session:ready()) then