From 77064f409d47420516e183fabad2a5df91e9478f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Jan 2026 06:56:14 -0700 Subject: [PATCH] Update the call recording transcription email --- app/call_recordings/app_defaults.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/call_recordings/app_defaults.php b/app/call_recordings/app_defaults.php index bc22ebf126..f7f6b3a166 100644 --- a/app/call_recordings/app_defaults.php +++ b/app/call_recordings/app_defaults.php @@ -46,11 +46,10 @@ if ($domains_processed == 1) { $array['email_templates'][$x]['template_body'] .= " Time \${start_time} \${end_time}
\n"; $array['email_templates'][$x]['template_body'] .= " Length \${duration}
\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; - $array['email_templates'][$x]['template_body'] .= " Summary
\n"; $array['email_templates'][$x]['template_body'] .= " \${summary}\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; - $array['email_templates'][$x]['template_body'] .= " Transcription
\n"; + $array['email_templates'][$x]['template_body'] .= " Conversation Transcription
\n"; $array['email_templates'][$x]['template_body'] .= " \${transcript}\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; $array['email_templates'][$x]['template_body'] .= "
\n";