From f82cdd483005fc36dd4ea4cccf56ba985016d3af Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 6 Mar 2021 08:51:27 -0700 Subject: [PATCH] Remove follow_me_caller_id and field follow_me_caller_id_uuid. --- app/follow_me/app_config.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index a09aff8c7e..cd25312375 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -99,8 +99,6 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "user"; $apps[$x]['permissions'][$y]['groups'][] = "agent"; - $y++; - $apps[$x]['permissions'][$y]['name'] = "follow_me_caller_id"; //default settings $y=0; @@ -153,15 +151,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_caller_id_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; - $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; - $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign"; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_destinations"; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "destination_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_ignore_busy"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";