Update app_config.php
This commit is contained in:
parent
9036e1cabe
commit
d65136a017
|
|
@ -109,6 +109,9 @@
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
||||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
||||||
|
|
||||||
|
//cache details
|
||||||
|
$apps[$x]['cache']['key'] = "dialplan.\${destination_context}";
|
||||||
|
|
||||||
//schema details
|
//schema details
|
||||||
$y=0;
|
$y=0;
|
||||||
$apps[$x]['db'][$y]['table']['name'] = "v_destinations";
|
$apps[$x]['db'][$y]['table']['name'] = "v_destinations";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue