Update app_config.php
This commit is contained in:
parent
5a58133df8
commit
e7bd4c640e
|
|
@ -126,6 +126,10 @@
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
||||||
|
|
||||||
|
//cache details
|
||||||
|
$y=0;
|
||||||
|
$apps[$x]['cache']['key'] = "dialplan:\${ivr_menu_context}";
|
||||||
|
|
||||||
//schema details
|
//schema details
|
||||||
$y=0;
|
$y=0;
|
||||||
$apps[$x]['db'][$y]['table']['name'] = "v_ivr_menus";
|
$apps[$x]['db'][$y]['table']['name'] = "v_ivr_menus";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue