diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index c6e0a4722f..cb3cfae91b 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -180,6 +180,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_call_timeout"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the call timeout."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_forward_destination"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";