From 5823b0f8bc14df61e881cb0383fb3519b7f96e55 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 23 Jun 2015 19:58:07 +0000 Subject: [PATCH] Add call_screen_enabled to the database and add the lable for translations. --- app/extensions/app_config.php | 4 ++++ app/extensions/app_languages.php | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 04a39dcfce..f51b828e6f 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -241,6 +241,10 @@ $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'] = "call_screen_enabled"; + $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'] = "user_record"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; diff --git a/app/extensions/app_languages.php b/app/extensions/app_languages.php index f5ee07be2a..be97de3694 100644 --- a/app/extensions/app_languages.php +++ b/app/extensions/app_languages.php @@ -781,6 +781,17 @@ $text['label-call_group']['sv-se'] = "Ring Grupp"; $text['label-call_group']['de-at'] = "Rufgruppe"; $text['label-call_group']['ro'] = "Grup apelare"; +$text['label-call_screen_enabled']['en-us'] = "Call Screen"; +$text['label-call_screen_enabled']['es-cl'] = ""; +$text['label-call_screen_enabled']['pt-pt'] = ""; +$text['label-call_screen_enabled']['fr-fr'] = ""; +$text['label-call_screen_enabled']['pt-br'] = ""; +$text['label-call_screen_enabled']['pl'] = ""; +$text['label-call_screen_enabled']['uk'] = ""; +$text['label-call_screen_enabled']['sv-se'] = ""; +$text['label-call_screen_enabled']['de-at'] = ""; +$text['label-call_screen_enabled']['ro'] = ""; + $text['label-bypass_media_after_bridge']['en-us'] = "Bypass Media After Bridge"; $text['label-bypass_media_after_bridge']['es-cl'] = "Después de la omisión de medios puente"; $text['label-bypass_media_after_bridge']['pt-pt'] = "Depois de Ponte de mídia Bypass"; @@ -1320,6 +1331,17 @@ $text['description-call_timeout']['sv-se'] = "Ange 'call timeout'"; $text['description-call_timeout']['de-at'] = "Geben Sie die Abwurfzeit an."; $text['description-call_timeout']['ro'] = "Introduceți timpul de expirare pentru apel."; +$text['description-call_screen_enabled']['en-us'] = "Choose whether to enable or disable call screening."; +$text['description-call_screen_enabled']['es-cl'] = ""; +$text['description-call_screen_enabled']['pt-pt'] = ""; +$text['description-call_screen_enabled']['fr-fr'] = ""; +$text['description-call_screen_enabled']['pt-br'] = ""; +$text['description-call_screen_enabled']['pl'] = ""; +$text['description-call_screen_enabled']['uk'] = ""; +$text['description-call_screen_enabled']['sv-se'] = ""; +$text['description-call_screen_enabled']['de-at'] = ""; +$text['description-call_screen_enabled']['ro'] = ""; + $text['description-call_group']['en-us'] = "Enter the user call group here. Groups available by default: sales, support, billing."; $text['description-call_group']['es-cl'] = "Ingrese el grupo a llamar aquí. Los grupos disponible de forma predeterminada son: ventas, soporte, facturación."; $text['description-call_group']['pt-pt'] = "Introduza o grupo a associar ao utilizador aqui. Grupos disponíveis por omissão: vendas, suporte, facturação.";