Revert "cherry picked changes from 4.0 branch"

This commit is contained in:
FusionPBX
2016-01-04 13:13:48 -07:00
parent 9054881d5a
commit f208e06a9d
@@ -156,20 +156,11 @@
file = voicemail_dir.."/"..id.."/msg_"..uuid.."."..vm_message_ext; file = voicemail_dir.."/"..id.."/msg_"..uuid.."."..vm_message_ext;
--send the email --send the email
if (voicemail_file == "attach") then send_mail(headers,
freeswitch.email(voicemail_mail_to, voicemail_mail_to,
voicemail_mail_to, {subject, body},
"To: "..voicemail_mail_to.."\nFrom: "..voicemail_mail_to.."\nX-Headers: "..headers.."\nSubject: "..subject, (voicemail_file == "attach") and file
body, );
file
);
else
freeswitch.email(voicemail_mail_to,
voicemail_mail_to,
"To: "..voicemail_mail_to.."\nFrom: "..voicemail_mail_to.."\nX-Headers: "..headers.."\nSubject: "..subject,
body
);
end
end end
--whether to keep the voicemail message and details local after email --whether to keep the voicemail message and details local after email