From 5135c6fadf8ae684b28576043d724585b5545e87 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 5 Apr 2018 14:52:30 -0600 Subject: [PATCH] Update app_config.php --- app/ring_groups/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 228548ca25..426095c734 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -180,6 +180,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select enable or disable the ring group call forward."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_caller_id_name"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller ID name."; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_caller_id_number"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller ID number."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_cid_name_prefix"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller ID name prefix.";