From 8227bece6526b52236fb34696d683127b2bd9bcb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Oct 2019 12:42:55 -0600 Subject: [PATCH] Update app_config.php --- app/ring_groups/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 6b7b9ff4df..d3bd15b819 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -234,6 +234,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the ringback."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_follow_me_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the follow me enabled."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_missed_call_app"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";