From 5e72d0601c0e58377173070a7dfd855298ec9944 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Mar 2018 12:28:54 -0600 Subject: [PATCH] Update app_defaults.php --- app/voicemails/app_defaults.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/voicemails/app_defaults.php b/app/voicemails/app_defaults.php index 81e5e21daf..6d9b002142 100644 --- a/app/voicemails/app_defaults.php +++ b/app/voicemails/app_defaults.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2016 + Portions created by the Initial Developer are Copyright (C) 2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -119,6 +119,8 @@ $array['email_templates'][$x]['template_body'] .= "Received \${message_date}\n"; $array['email_templates'][$x]['template_body'] .= "Length \${message_duration}\n"; $array['email_templates'][$x]['template_body'] .= "Message \${message}\n"; + $array['email_templates'][$x]['template_body'] .= "\n"; + $array['email_templates'][$x]['template_body'] .= "\${message_text}\n"; $array['email_templates'][$x]['template_enabled'] = 'true'; $array['email_templates'][$x]['template_description'] = ''; $x++;