voicemail.tpl 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. From: "${voicemail_caller_id_name}" <${voicemail_caller_id_number}@${voicemail_domain}>
  2. To: <${voicemail_email}>
  3. Subject: Voicemail from "${voicemail_caller_id_name}" <${voicemail_caller_id_number}> ${voicemail_message_len}
  4. X-Priority: ${voicemail_priority}
  5. X-Mailer: FreeSWITCH
  6. Content-Type: multipart/alternative;
  7. boundary="000XXX000"
  8. --000XXX000
  9. Content-Type: text/plain; charset=ISO-8859-1; Format=Flowed
  10. Content-Disposition: inline
  11. Content-Transfer-Encoding: 7bit
  12. Created: ${voicemail_time}
  13. From: "${voicemail_caller_id_name}" <${voicemail_caller_id_number}>
  14. Duration: ${voicemail_message_len}
  15. Account: ${voicemail_account}@${voicemail_domain}
  16. --000XXX000
  17. Content-Type: text/html; charset=ISO-8859-1
  18. Content-Disposition: inline
  19. Content-Transfer-Encoding: 7bit
  20. <html xmlns="http://www.w3.org/1999/xhtml">
  21. <head>
  22. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  23. <title>Voicemail from "${voicemail_caller_id_name}" <${voicemail_caller_id_number}> ${voicemail_message_len}</title>
  24. <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
  25. </head>
  26. <body>
  27. <font face=arial>
  28. <b>Message From "${voicemail_caller_id_name}" <A HREF="tel:${voicemail_caller_id_number}">${voicemail_caller_id_number}</A></b><br>
  29. <hr noshade size=1>
  30. Created: ${voicemail_time}<br>
  31. Duration: ${voicemail_message_len}<br>
  32. Account: ${voicemail_account}@${voicemail_domain}<br>
  33. </body>
  34. </html>
  35. --000XXX000--