From 0546c2b71ae7518662b0e2f60fef5fab1e58b96c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 10 Apr 2020 22:34:09 -0600 Subject: [PATCH] Update app_config.php --- app/ring_groups/app_config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 42c98c9ccb..741523c4ef 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -245,9 +245,13 @@ $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_call_forward_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to follow a ring group destination's call forward."; + $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."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to follow a ring group destination's follow me."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_missed_call_app"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";