Update app_config.php

This commit is contained in:
FusionPBX 2019-10-02 12:42:55 -06:00 committed by GitHub
parent 2719661ce9
commit 8285fc2bb9
1 changed files with 4 additions and 0 deletions

View File

@ -234,6 +234,10 @@
$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_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.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_missed_call_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";