2012-06-04 14:58:40 +00:00
<? php
2014-12-26 03:27:54 +00:00
2017-06-03 16:00:20 +01:00
//application details
2020-08-05 10:45:59 -06:00
$apps [ $x ][ 'name' ] = "Call Forward" ;
2017-06-03 16:00:20 +01:00
$apps [ $x ][ 'uuid' ] = "19806921-e8ed-dcff-b325-dd3e5da4959d" ;
$apps [ $x ][ 'category' ] = "Switch" ;;
$apps [ $x ][ 'subcategory' ] = "" ;
2021-11-09 17:08:06 -07:00
$apps [ $x ][ 'version' ] = "1.2" ;
2017-06-03 16:00:20 +01:00
$apps [ $x ][ 'license' ] = "Mozilla Public License 1.1" ;
$apps [ $x ][ 'url' ] = "http://www.fusionpbx.com" ;
$apps [ $x ][ 'description' ][ 'en-us' ] = "Call Forward, Follow Me and Do Not Disturb." ;
2020-03-20 20:47:13 +00:00
$apps [ $x ][ 'description' ][ 'en-gb' ] = "Call Forward, Follow Me and Do Not Disturb." ;
2017-06-03 16:00:20 +01:00
$apps [ $x ][ 'description' ][ 'ar-eg' ] = "" ;
$apps [ $x ][ 'description' ][ 'de-at' ] = "Anrufweiterleitung, Follow Me und Nicht-Stören." ;
$apps [ $x ][ 'description' ][ 'de-ch' ] = "" ;
$apps [ $x ][ 'description' ][ 'de-de' ] = "Anrufweiterleitung, Follow Me und Nicht-Stören." ;
$apps [ $x ][ 'description' ][ 'es-cl' ] = "Reenvio de llamada, Sígueme y No Molestar." ;
$apps [ $x ][ 'description' ][ 'es-mx' ] = "" ;
$apps [ $x ][ 'description' ][ 'fr-ca' ] = "" ;
$apps [ $x ][ 'description' ][ 'fr-fr' ] = "Renvoi d'appel, Follow Me et ne pas deranger." ;
$apps [ $x ][ 'description' ][ 'he-il' ] = "" ;
$apps [ $x ][ 'description' ][ 'it-it' ] = "" ;
2019-11-19 19:15:42 +01:00
$apps [ $x ][ 'description' ][ 'nl-nl' ] = "Oproep doorsturen, Volg mij en Niet storen" ;
2017-06-03 16:00:20 +01:00
$apps [ $x ][ 'description' ][ 'pl-pl' ] = "" ;
$apps [ $x ][ 'description' ][ 'pt-br' ] = "Desvio de chamadas, Siga-me e Não perturbe (DND)." ;
$apps [ $x ][ 'description' ][ 'pt-pt' ] = "Desvio de Chamadas, Seguir-me e Não Perturbar." ;
$apps [ $x ][ 'description' ][ 'ro-ro' ] = "" ;
$apps [ $x ][ 'description' ][ 'ru-ru' ] = "" ;
$apps [ $x ][ 'description' ][ 'sv-se' ] = "" ;
$apps [ $x ][ 'description' ][ 'uk-ua' ] = "" ;
2012-06-04 14:58:40 +00:00
2017-06-03 16:00:20 +01:00
//permission details
$y = 0 ;
$apps [ $x ][ 'permissions' ][ $y ][ 'name' ] = "follow_me" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "superadmin" ;
2019-01-02 16:25:27 -07:00
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "admin" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "user" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "agent" ;
2017-06-03 16:00:20 +01:00
$y ++ ;
$apps [ $x ][ 'permissions' ][ $y ][ 'name' ] = "call_forward" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "superadmin" ;
2019-01-02 16:25:27 -07:00
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "admin" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "user" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "agent" ;
2017-06-03 16:00:20 +01:00
$y ++ ;
$apps [ $x ][ 'permissions' ][ $y ][ 'name' ] = "do_not_disturb" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "superadmin" ;
2019-01-02 16:25:27 -07:00
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "admin" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "user" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "agent" ;
2018-03-09 20:07:40 -07:00
$y ++ ;
2020-08-05 10:45:59 -06:00
$apps [ $x ][ 'permissions' ][ $y ][ 'name' ] = "call_forward_all" ;
$apps [ $x ][ 'permissions' ][ $y ][ 'groups' ][] = "superadmin" ;
2012-06-04 14:58:40 +00:00
2017-06-03 16:00:20 +01:00
//default settings
$y = 0 ;
2019-11-22 17:40:13 -07:00
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "655447f1-e969-4885-b3da-28889b531568" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "follow_me" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "follow_me_autocomplete" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "boolean" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "true" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "false" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_order' ] = "0" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "follow me destinations autocomplete list. true=autocomplete On, false=autocomplete Off" ;
$y ++ ;
2017-06-03 16:00:20 +01:00
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "4fedc226-caca-4ebf-b4eb-31de93e5bed3" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "follow_me" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "max_destinations" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "numeric" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "5" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "false" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_order' ] = "0" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "Set the maximum number of Follow Me Destinations." ;
$y ++ ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "ce105d64-2d1b-4d19-ae34-ccb818cc9c6e" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "follow_me" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "timeout" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "numeric" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "30" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "false" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_order' ] = "0" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "Set the default Follow Me Timeout value." ;
2023-01-31 00:19:09 +00:00
$y ++ ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "ed901e23-1abb-454c-b0d3-e986efed9f56" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "dashboard" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "call_forward_chart_color_call_forward" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "text" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "#2a9df4" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "true" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "" ;
$y ++ ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "b65593fa-fe16-4380-936c-16d0d2e9bf48" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "dashboard" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "call_forward_chart_color_follow_me" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "text" ;
2023-01-31 11:08:00 -07:00
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "#03c04a" ;
2023-01-31 00:19:09 +00:00
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "true" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "" ;
$y ++ ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "c21c0ab6-5d23-4079-ba4d-439547f81978" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "dashboard" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "call_forward_chart_color_do_not_disturb" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "text" ;
2023-01-31 11:08:00 -07:00
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "#ea4c46" ;
2023-01-31 00:19:09 +00:00
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "true" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "" ;
$y ++ ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "d5dc5bcb-65ff-46a6-9d1a-c83b19c3782e" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "dashboard" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "call_forward_chart_color_active" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "text" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "#d4d4d4" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "true" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "" ;
$y ++ ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "add25bdb-c0a5-44e7-adf0-87dea41955e7" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "dashboard" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "call_forward_chart_border_color" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "text" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "rgba(0,0,0,0)" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "true" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "" ;
$y ++ ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_uuid' ] = "3b2384d4-be62-44a1-96dc-27bb470f9473" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_category' ] = "dashboard" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_subcategory' ] = "call_forward_chart_border_width" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_name' ] = "text" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_value' ] = "0" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_enabled' ] = "true" ;
$apps [ $x ][ 'default_settings' ][ $y ][ 'default_setting_description' ] = "" ;
2017-01-12 23:11:20 -07:00
2018-03-09 20:07:40 -07:00
?>