Update app_config.php

This commit is contained in:
FusionPBX
2019-07-30 01:39:55 -06:00
committed by GitHub
parent 011327b233
commit 962039a385

View File

@@ -64,6 +64,9 @@
$apps[$x]['permissions'][$y]['name'] = "call_flow_context";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//cache details
$apps[$x]['cache']['key'] = "dialplan.\${call_flow_context}";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_call_flows";