Revert "cherry picked changes from 4.0 branch"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user