From 5f060f7cc8ac104d4b80fd950f3d4e317311285b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 2 Jul 2019 17:32:49 -0600 Subject: [PATCH] Update app_config.php --- app/time_conditions/app_config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index 2c3bdb8007..1953e6f1c8 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -22,7 +22,7 @@ $apps[$x]['description']['nl-nl'] = ""; $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; - $apps[$x]['description']['pt-pt'] = "Chamada directa com base na hora do dia."; + $apps[$x]['description']['pt-pt'] = "Chamada directa com base na hora do dia."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Прямые вызовы на основании времени суток."; $apps[$x]['description']['sv-se'] = ""; @@ -33,10 +33,10 @@ $apps[$x]['destinations'][$y]['type'] = "sql"; $apps[$x]['destinations'][$y]['label'] = "time_conditions"; $apps[$x]['destinations'][$y]['name'] = "time_conditions"; - $apps[$x]['destinations'][$y]['sql'] = "select dialplan_name as name, dialplan_number as destination, dialplan_context, dialplan_description as description from v_dialplans "; + $apps[$x]['destinations'][$y]['sql'] = "select dialplan_name as name, dialplan_number as destination, dialplan_context as context, dialplan_description as description from v_dialplans "; $apps[$x]['destinations'][$y]['where'] = "where (domain_uuid = '\${domain_uuid}' or domain_uuid is null) and app_uuid = '4b821450-926b-175a-af93-a03c441818b1' and dialplan_enabled = 'true' "; $apps[$x]['destinations'][$y]['order_by'] = "dialplan_number asc"; - $apps[$x]['destinations'][$y]['field']['context'] = "dialplan_context"; + $apps[$x]['destinations'][$y]['field']['context'] = "context"; $apps[$x]['destinations'][$y]['field']['name'] = "dialplan_name"; $apps[$x]['destinations'][$y]['field']['destination'] = "dialplan_number"; $apps[$x]['destinations'][$y]['field']['description'] = "dialplan_description";