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'] = "";