From 4e1b74211a559bfc7e27fe42be5e2df28ccb3bb4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 29 Nov 2007 01:28:08 +0000 Subject: [PATCH] basic framework for built-in web stuff on voicemail git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6428 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/voicemail.tpl | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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--