diff --git a/conf/dialplan/default.xml b/conf/dialplan/default.xml index 9146e0a589..2db8637500 100644 --- a/conf/dialplan/default.xml +++ b/conf/dialplan/default.xml @@ -145,6 +145,7 @@ + diff --git a/conf/dialplan/public.xml b/conf/dialplan/public.xml index 14e2e1a3d8..b54aff9b4f 100644 --- a/conf/dialplan/public.xml +++ b/conf/dialplan/public.xml @@ -27,6 +27,7 @@ + diff --git a/conf/notify-voicemail.tpl b/conf/notify-voicemail.tpl index 0b08dbe966..5defd74b3a 100644 --- a/conf/notify-voicemail.tpl +++ b/conf/notify-voicemail.tpl @@ -1,4 +1,5 @@ From: "${voicemail_caller_id_name}" <${voicemail_caller_id_number}@${voicemail_domain}> +Date: ${RFC2822_DATE} To: <${voicemail_notify_email}> Subject: Voicemail from "${voicemail_caller_id_name}" <${voicemail_caller_id_number}> ${voicemail_message_len} X-Priority: ${voicemail_priority} diff --git a/conf/voicemail.tpl b/conf/voicemail.tpl index aede2b8f08..a98f9d703e 100644 --- a/conf/voicemail.tpl +++ b/conf/voicemail.tpl @@ -1,4 +1,5 @@ From: "${voicemail_caller_id_name}" <${voicemail_caller_id_number}@${voicemail_domain}> +Date: ${RFC2822_DATE} To: <${voicemail_email}> Subject: Voicemail from "${voicemail_caller_id_name}" <${voicemail_caller_id_number}> ${voicemail_message_len} X-Priority: ${voicemail_priority}