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
This commit is contained in:
parent
288f7af579
commit
48e676bbda
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue