From 2120d9ad9c88b4dc4796998980017c6a7aa77046 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Mar 2018 16:24:55 -0600 Subject: [PATCH] Update app_defaults.php --- app/voicemails/app_defaults.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/voicemails/app_defaults.php b/app/voicemails/app_defaults.php index 626fc3514a..b92e814d66 100644 --- a/app/voicemails/app_defaults.php +++ b/app/voicemails/app_defaults.php @@ -91,6 +91,9 @@ $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'] .= "Transcription\n"; + $array['email_templates'][$x]['template_body'] .= "\${message_text}\n"; $array['email_templates'][$x]['template_enabled'] = 'true'; $array['email_templates'][$x]['template_description'] = ''; $x++; @@ -120,6 +123,7 @@ $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'] .= "Transcription\n"; $array['email_templates'][$x]['template_body'] .= "\${message_text}\n"; $array['email_templates'][$x]['template_enabled'] = 'true'; $array['email_templates'][$x]['template_description'] = '';