From 87841bdce2ea5e62f87c3b31c341dac7bfd52ed2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 15 Aug 2013 15:04:20 +0000 Subject: [PATCH] Add ring group forward destination and forward enabled to the database. --- app/ring_groups/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 19a0d9ece3..47276a770d 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -84,6 +84,14 @@ $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_forward_destination'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the call forward destination.'; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_forward_enabled'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select enable or disable the ring group call forward.'; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_cid_name_prefix'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the caller ID prefix.';