Update app_config.php

This commit is contained in:
FusionPBX 2019-07-30 00:18:10 -06:00 committed by GitHub
parent 5a58133df8
commit e7bd4c640e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,10 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
//cache details
$y=0;
$apps[$x]['cache']['key'] = "dialplan:\${ivr_menu_context}";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_ivr_menus";