Update app_config.php (#5040)

* Update app_config.php
This commit is contained in:
chansizzle
2020-01-08 20:48:58 -07:00
committed by FusionPBX
parent 13e15570b2
commit 9fe84a2b7d

View File

@@ -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";