Update app_defaults.php
This commit is contained in:
parent
c57ff078f9
commit
e79dd26c3d
|
|
@ -133,7 +133,7 @@
|
||||||
$array['email_templates'][$x]['template_category'] = 'missed';
|
$array['email_templates'][$x]['template_category'] = 'missed';
|
||||||
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
||||||
$array['email_templates'][$x]['template_subject'] = 'Missed Call from ${caller_id_name} <${caller_id_number}>';
|
$array['email_templates'][$x]['template_subject'] = 'Missed Call from ${caller_id_name} <${caller_id_number}>';
|
||||||
$array['email_templates'][$x]['template_body'] = "Missed Call from ${caller_id_name} <${caller_id_number}> to ${sip_to_user} ext ${dialed_user}\n";
|
$array['email_templates'][$x]['template_body'] = "Missed Call from \${caller_id_name} <\${caller_id_number}> to \${sip_to_user} ext \${dialed_user}\n";
|
||||||
$array['email_templates'][$x]['template_enabled'] = 'true';
|
$array['email_templates'][$x]['template_enabled'] = 'true';
|
||||||
$array['email_templates'][$x]['template_description'] = '';
|
$array['email_templates'][$x]['template_description'] = '';
|
||||||
$x++;
|
$x++;
|
||||||
|
|
@ -142,7 +142,7 @@
|
||||||
$array['email_templates'][$x]['template_category'] = 'missed';
|
$array['email_templates'][$x]['template_category'] = 'missed';
|
||||||
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
$array['email_templates'][$x]['template_subcategory'] = 'default';
|
||||||
$array['email_templates'][$x]['template_subject'] = 'Missed Call from ${caller_id_name} <${caller_id_number}>';
|
$array['email_templates'][$x]['template_subject'] = 'Missed Call from ${caller_id_name} <${caller_id_number}>';
|
||||||
$array['email_templates'][$x]['template_body'] = "Missed Call from ${caller_id_name} <${caller_id_number}> to ${sip_to_user} ext ${dialed_user}\n";
|
$array['email_templates'][$x]['template_body'] = "Missed Call from \${caller_id_name} <\${caller_id_number}> to \${sip_to_user} ext \${dialed_user}\n";
|
||||||
$array['email_templates'][$x]['template_enabled'] = 'true';
|
$array['email_templates'][$x]['template_enabled'] = 'true';
|
||||||
$array['email_templates'][$x]['template_description'] = '';
|
$array['email_templates'][$x]['template_description'] = '';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue