2007-11-27 19:50:32 +00:00
|
|
|
From: FreeSWITCH mod_voicemail <${voicemail_account}@${voicemail_domain}>
|
|
|
|
To: <${voicemail_email}>
|
|
|
|
Subject: ${voicemail_message_len} sec Voicemail from ${voicemail_caller_id_name} ${voicemail_caller_id_number}
|
|
|
|
X-Priority: ${voicemail_priority}
|
|
|
|
X-Mailer: FreeSWITCH
|
|
|
|
|
2007-11-28 23:12:13 +00:00
|
|
|
Content-Type: multipart/alternative;
|
|
|
|
boundary=000XXX000
|
|
|
|
|
|
|
|
--000XXX000
|
|
|
|
Content-Type: text/plain; charset=ISO-8859-1; Format=Flowed
|
|
|
|
Content-Disposition: attachment
|
|
|
|
Content-Transfer-Encoding: 7bit
|
|
|
|
|
2007-11-27 19:50:32 +00:00
|
|
|
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}
|
|
|
|
|
2007-11-28 23:12:13 +00:00
|
|
|
--000XXX000
|
|
|
|
Content-Type: text/html; charset=ISO-8859-1
|
|
|
|
Content-Disposition: attachment
|
|
|
|
Content-Transfer-Encoding: 7bit
|
2007-11-27 19:50:32 +00:00
|
|
|
|
2007-11-28 23:12:13 +00:00
|
|
|
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>
|
2007-11-27 19:50:32 +00:00
|
|
|
|
2007-11-28 23:12:13 +00:00
|
|
|
--000XXX000--
|