From a06462eda11b07a1ae9e2431ad0ba1fa08c36a8e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 5 Aug 2016 08:41:13 -0600 Subject: [PATCH] Update app_config.php --- app/ring_groups/app_config.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 3e86ac8199..62c434107e 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -165,10 +165,6 @@ $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_skip_active"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Skip destinations with active calls."; - $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'] = ""; @@ -274,4 +270,4 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>