From b55a75b677171b837d3ed5953494b148541cc05d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 10 Feb 2018 13:15:26 -0700 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 5db07a7546..228548ca25 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -162,6 +162,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_greeting"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the greeting."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_context"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context."; @@ -313,4 +317,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 +?>