Update app_defaults.php
This commit is contained in:
parent
c351c0b18f
commit
46b2d6e21f
|
|
@ -43,12 +43,12 @@
|
|||
$array['email_templates'][$x]['template_category'] = 'email';
|
||||
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
||||
$array['email_templates'][$x]['template_subject'] = 'Sprachnachricht von ${caller_id_name} <${caller_id_number}> ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] = 'Neue Sprachnachricht';
|
||||
$array['email_templates'][$x]['template_body'] .= '';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Nebenstelle ${voicemail_name_formatted}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Anrufer ${caller_id_number}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Lä nge ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Nachricht ${message}';
|
||||
$array['email_templates'][$x]['template_body'] = "Neue Sprachnachricht\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Nebenstelle \${voicemail_name_formatted}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Anrufer \${caller_id_number}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Lä nge \${message_duration}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Nachricht \${message}\n";
|
||||
$array['email_templates'][$x]['template_enabled'] = 'true';
|
||||
$array['email_templates'][$x]['template_description'] = '';
|
||||
$x++;
|
||||
|
|
@ -57,12 +57,12 @@
|
|||
$array['email_templates'][$x]['template_category'] = 'email';
|
||||
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
||||
$array['email_templates'][$x]['template_subject'] = 'Sprachnachricht von ${caller_id_name} <${caller_id_number}> ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] = 'Neue Sprachnachricht';
|
||||
$array['email_templates'][$x]['template_body'] .= '';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Nebenstelle ${voicemail_name_formatted}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Anrufer ${caller_id_number}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Lä nge ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Nachricht ${message}';
|
||||
$array['email_templates'][$x]['template_body'] = "Neue Sprachnachricht\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Nebenstelle \${voicemail_name_formatted}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Anrufer \${caller_id_number}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Lä nge \${message_duration}\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "Nachricht \${message}\n";
|
||||
$array['email_templates'][$x]['template_enabled'] = 'true';
|
||||
$array['email_templates'][$x]['template_description'] = '';
|
||||
$x++;
|
||||
|
|
@ -71,12 +71,12 @@
|
|||
$array['email_templates'][$x]['template_category'] = 'email';
|
||||
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
||||
$array['email_templates'][$x]['template_subject'] = 'Voice Mail from ${caller_id_name} <${caller_id_number}> ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] = 'Voicemail ${caller_id_name} <${caller_id_number}>';
|
||||
$array['email_templates'][$x]['template_body'] .= '';
|
||||
$array['email_templates'][$x]['template_body'] .= 'To ${voicemail_name_formatted}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Received ${message_date}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Length ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Message ${message}';
|
||||
$array['email_templates'][$x]['template_body'] = "Voicemail \${caller_id_name} <\${caller_id_number}>\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "To \${voicemail_name_formatted}\n";
|
||||
$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_enabled'] = 'true';
|
||||
$array['email_templates'][$x]['template_description'] = '';
|
||||
$x++;
|
||||
|
|
@ -85,12 +85,12 @@
|
|||
$array['email_templates'][$x]['template_category'] = 'email';
|
||||
$array['email_templates'][$x]['template_subcategory'] = 'transcription';
|
||||
$array['email_templates'][$x]['template_subject'] = 'Voice Mail from ${caller_id_name} <${caller_id_number}> ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] = 'Voicemail ${caller_id_name} <${caller_id_number}>';
|
||||
$array['email_templates'][$x]['template_body'] .= '';
|
||||
$array['email_templates'][$x]['template_body'] .= 'To ${voicemail_name_formatted}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Received ${message_date}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Length ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Message ${message}';
|
||||
$array['email_templates'][$x]['template_body'] = "Voicemail \${caller_id_name} <\${caller_id_number}>\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "To \${voicemail_name_formatted}\n";
|
||||
$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_enabled'] = 'true';
|
||||
$array['email_templates'][$x]['template_description'] = '';
|
||||
$x++;
|
||||
|
|
@ -99,12 +99,12 @@
|
|||
$array['email_templates'][$x]['template_category'] = 'email';
|
||||
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
||||
$array['email_templates'][$x]['template_subject'] = 'Voice Mail from ${caller_id_name} <${caller_id_number}> ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] = 'Voicemail ${caller_id_name} <${caller_id_number}>';
|
||||
$array['email_templates'][$x]['template_body'] .= '';
|
||||
$array['email_templates'][$x]['template_body'] .= 'To ${voicemail_name_formatted}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Received ${message_date}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Length ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Message ${message}';
|
||||
$array['email_templates'][$x]['template_body'] = "Voicemail \${caller_id_name} <\${caller_id_number}>\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "To \${voicemail_name_formatted}\n";
|
||||
$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_enabled'] = 'true';
|
||||
$array['email_templates'][$x]['template_description'] = '';
|
||||
$x++;
|
||||
|
|
@ -113,12 +113,12 @@
|
|||
$array['email_templates'][$x]['template_category'] = 'email';
|
||||
$array['email_templates'][$x]['template_subcategory'] = 'transcription';
|
||||
$array['email_templates'][$x]['template_subject'] = 'Voice Mail from ${caller_id_name} <${caller_id_number}> ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] = 'Voicemail ${caller_id_name} <${caller_id_number}>';
|
||||
$array['email_templates'][$x]['template_body'] .= '';
|
||||
$array['email_templates'][$x]['template_body'] .= 'To ${voicemail_name_formatted}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Received ${message_date}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Length ${message_duration}';
|
||||
$array['email_templates'][$x]['template_body'] .= 'Message ${message}';
|
||||
$array['email_templates'][$x]['template_body'] = "Voicemail \${caller_id_name} <\${caller_id_number}>\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "\n";
|
||||
$array['email_templates'][$x]['template_body'] .= "To \${voicemail_name_formatted}\n";
|
||||
$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_enabled'] = 'true';
|
||||
$array['email_templates'][$x]['template_description'] = '';
|
||||
$x++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue