mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-20 18:06:31 +00:00
Update the call recording transcription email
This commit is contained in:
@@ -46,11 +46,10 @@ if ($domains_processed == 1) {
|
||||
$array['email_templates'][$x]['template_body'] .= " Time \${start_time} \${end_time}<br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " Length \${duration}<br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " <br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " Summary<br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " \${summary}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " <br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " <br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " Transcription<br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " <strong>Conversation Transcription<strong><br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " \${transcript}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " <br />\n";
|
||||
$array['email_templates'][$x]['template_body'] .= " <br />\n";
|
||||
|
||||
Reference in New Issue
Block a user