Advertisement
Guest User

Untitled

a guest
Jan 19th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. From: "${voicemail_caller_id_name}" <${voicemail_caller_id_number}@${voicemail_domain}>
  2. Date: ${RFC2822_DATE}
  3. To: <${voicemail_email}>
  4. Subject: Voicemail from "${voicemail_caller_id_name}" <${voicemail_caller_id_number}> ${voicemail_message_len}
  5. X-Priority: ${voicemail_priority}
  6. X-Mailer: FreeSWITCH
  7.  
  8. Content-Type: multipart/alternative;
  9. boundary="000XXX000"
  10.  
  11. --000XXX000
  12. Content-Type: text/plain; charset=ISO-8859-1; Format=Flowed
  13. Content-Disposition: inline
  14. Content-Transfer-Encoding: 7bit
  15.  
  16. Created: ${voicemail_time}
  17. From: "${voicemail_caller_id_name}" <${voicemail_caller_id_number}>
  18. Duration: ${voicemail_message_len}
  19. Account: ${voicemail_account}@${voicemail_domain}
  20.  
  21. --000XXX000
  22. Content-Type: text/html; charset=ISO-8859-1
  23. Content-Disposition: inline
  24. Content-Transfer-Encoding: 7bit
  25.  
  26. <html xmlns="http://www.w3.org/1999/xhtml">
  27. <head>
  28. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  29. <title>Voicemail from "${voicemail_caller_id_name}" <${voicemail_caller_id_number}> ${voicemail_message_len}</title>
  30. <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
  31. </head>
  32. <body>
  33.  
  34. <font face=arial>
  35. <b>Message From "${voicemail_caller_id_name}" <A HREF="tel:${voicemail_caller_id_number}">${voicemail_caller_id_number}</A></b><br>
  36. <hr noshade size=1>
  37. Created: ${voicemail_time}<br>
  38. Duration: ${voicemail_message_len}<br>
  39. Account: ${voicemail_account}@${voicemail_domain}<br>
  40. </font>
  41.  
  42. </body>
  43. </html>
  44. --000XXX000--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement