Update app_config.php
This commit is contained in:
parent
743b5ac61a
commit
5bdd6948f1
|
|
@ -85,6 +85,9 @@
|
||||||
$apps[$x]['permissions'][$y]['name'] = "dialplan_all";
|
$apps[$x]['permissions'][$y]['name'] = "dialplan_all";
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
|
||||||
|
//cache details
|
||||||
|
$apps[$x]['cache']['key'] = "dialplan.\${dialplan_context}";
|
||||||
|
|
||||||
//schema details
|
//schema details
|
||||||
$y=0;
|
$y=0;
|
||||||
$apps[$x]['db'][$y]['table']['name'] = "v_dialplans";
|
$apps[$x]['db'][$y]['table']['name'] = "v_dialplans";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue