From 14a57b498eed67a1ea3a1e07dc9871dc52cd8f3f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 22 Dec 2016 23:59:28 -0700 Subject: [PATCH] Update app_config.php Show the follow me ignore busy by default. --- app/follow_me/app_config.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index e4aae7f7f3..30a41c7a93 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -63,8 +63,9 @@ $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "follow_me_ignore_busy"; - //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - //$apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "follow_me_cid_name_prefix"; //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -179,4 +180,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; -?> \ No newline at end of file +?>