diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 1df008c036..f300cd1c5c 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -173,10 +173,12 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_extension"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_greeting"; @@ -219,6 +221,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_strategy"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the strategy."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_app"; @@ -255,6 +258,7 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_uuid";