diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index 4509d7696a..d620fc46f8 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -79,6 +79,9 @@ $apps[$x]['permissions'][$y]['name'] = "sip_profile_domain_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //cache details + $apps[$x]['cache']['key'] = "configuration.sofia.conf.\${sip_profile_name}"; + //schema details $y=0; $apps[$x]['db'][$y]['table']['name'] = "v_sip_profiles";