From 457a1778c2a6187cb87ee0927bd9cc50f00c7d6a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 7 May 2018 19:35:17 -0600 Subject: [PATCH] Update app_config.php --- app/ring_groups/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) 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";