Update app_config.php

This commit is contained in:
FusionPBX 2020-04-10 22:34:09 -06:00 committed by GitHub
parent 86a9f12d77
commit 0546c2b71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -245,9 +245,13 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the ringback.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_call_forward_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to follow a ring group destination's call forward.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_follow_me_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the follow me enabled.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to follow a ring group destination's follow me.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_missed_call_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";