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
This commit is contained in:
Anthony Minessale 2007-11-29 01:28:08 +00:00
parent 60212fe052
commit 4e1b74211a
1 changed files with 12 additions and 6 deletions

View File

@ -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} <a href=tel:${voicemail_caller_id_number}>Click to call</a>
<font face=arial>
<b>Message From ${voicemail_caller_id_name} ${voicemail_caller_id_number}</b><br>
<hr noshade size=1>
Created: ${voicemail_time}<br>
Duration: ${voicemail_message_len}<br>
Account: ${voicemail_account}@${voicemail_domain}<br>
--000XXX000--