From 48e676bbda5d5a1f562e21d0a8e9be515442a122 Mon Sep 17 00:00:00 2001 From: konradSC Date: Tue, 26 Jun 2018 13:32:45 -0400 Subject: [PATCH] Add Custom option for Yealink DSS key (#3198) * Add Custom option for Yealink DSS key Must also set "features.enhanced_dss _keys.enable = 1" in the provisioning files. Adding this for creating speed dials with a pause then DTMF digits. * Update app_languages.php Add Custom option for Yealink DSS key --- app/devices/app_config.php | 8 ++++++++ app/devices/app_languages.php | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 44bfb38637..ffbec18047 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -1086,6 +1086,14 @@ $vendors[$y]['functions'][$z]['value'] = "66"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; + $z++; + $vendors[$y]['functions'][$z]['uuid'] = "2effe694-8d44-4757-b3df-8217fd13dcd5"; + $vendors[$y]['functions'][$z]['label'] = "label-custom"; + $vendors[$y]['functions'][$z]['name'] = "custom"; + $vendors[$y]['functions'][$z]['value'] = "73"; + $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; + $vendors[$y]['functions'][$z]['groups'][] = "admin"; + $z++; $y++; $vendors[$y]['uuid'] = "8b0ce477-92c7-4bbc-a4fd-ee09c261fa2e"; diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index 7b0be31473..e5d323ee86 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -4041,6 +4041,26 @@ $text['label-add_to_conference']['ru-ru'] = ""; $text['label-add_to_conference']['sv-se'] = ""; $text['label-add_to_conference']['uk-ua'] = ""; +$text['label-custom']['en-us'] = "Custom"; +$text['label-custom']['ar-eg'] = ""; +$text['label-custom']['de-at'] = ""; +$text['label-custom']['de-ch'] = ""; +$text['label-custom']['de-de'] = ""; +$text['label-custom']['es-cl'] = ""; +$text['label-custom']['es-mx'] = ""; +$text['label-custom']['fr-ca'] = ""; +$text['label-custom']['fr-fr'] = ""; +$text['label-custom']['he-il'] = ""; +$text['label-custom']['it-it'] = ""; +$text['label-custom']['nl-nl'] = ""; +$text['label-custom']['pl-pl'] = ""; +$text['label-custom']['pt-br'] = ""; +$text['label-custom']['pt-pt'] = ""; +$text['label-custom']['ro-ro'] = ""; +$text['label-custom']['ru-ru'] = ""; +$text['label-custom']['sv-se'] = ""; +$text['label-custom']['uk-ua'] = ""; + $text['header-profiles']['en-us'] = "Profiles"; $text['header-profiles']['ar-eg'] = ""; $text['header-profiles']['de-at'] = "Profile"; //copied from de-de