diff --git a/conf/voicemail.tpl b/conf/voicemail.tpl index de753eb5bd..838000f19e 100644 --- a/conf/voicemail.tpl +++ b/conf/voicemail.tpl @@ -9,18 +9,24 @@ Content-Type: multipart/alternative; --000XXX000 Content-Type: text/plain; charset=ISO-8859-1; Format=Flowed -Content-Disposition: attachment +Content-Disposition: inline Content-Transfer-Encoding: 7bit -At ${voicemail_time} you were left a ${voicemail_message_len} second message from ${voicemail_caller_id_name} ${voicemail_caller_id_number} -to your account ${voicemail_account}@${voicemail_domain} +Created: ${voicemail_time} +From: ${voicemail_caller_id_name} ${voicemail_caller_id_number} +Duration: ${voicemail_message_len} +Account: ${voicemail_account}@${voicemail_domain} --000XXX000 Content-Type: text/html; charset=ISO-8859-1 -Content-Disposition: attachment +Content-Disposition: inline Content-Transfer-Encoding: 7bit -At ${voicemail_time} you were left a ${voicemail_message_len} second message from ${voicemail_caller_id_name} ${voicemail_caller_id_number} -to your account ${voicemail_account} @ ${voicemail_domain} Click to call + +Message From ${voicemail_caller_id_name} ${voicemail_caller_id_number}
+
+Created: ${voicemail_time}
+Duration: ${voicemail_message_len}
+Account: ${voicemail_account}@${voicemail_domain}
--000XXX000--