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:
konradSC
2018-06-26 11:32:45 -06:00
committed by FusionPBX
parent db89323b3f
commit ca08b8f6df
2 changed files with 28 additions and 0 deletions
+8
View File
@@ -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";