diff --git a/app/calls/app_config.php b/app/calls/app_config.php index 6fe5023179..930ce768f6 100644 --- a/app/calls/app_config.php +++ b/app/calls/app_config.php @@ -44,6 +44,11 @@ $apps[$x]['permissions'][$y]['groups'][] = "user"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_forward_caller_id"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y=0; @@ -65,4 +70,4 @@ $apps[$x]['default_settings'][$y]['default_setting_order'] = "0"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default Follow Me Timeout value."; -?> \ No newline at end of file +?>