diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index e2f5a8ae17..c847e08128 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -109,6 +109,9 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; + //cache details + $apps[$x]['cache']['key'] = "dialplan.\${destination_context}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_destinations";