create provision file for w73/76/79p technically it can support 10 ac… (#6219)

* create provision file for w73/76/79p technically it can support 10 accounts but screw it, 8 is fine.

* Create directory.xml

* Create favorite_setting.xml

* Create y000000000146.cfg

* Create y000000000000.boot

* Update app_config.php

* Update y000000000000.boot

* Update app_config.php
This commit is contained in:
smeyernyc
2022-01-04 12:53:59 -05:00
committed by GitHub
parent 3f144a35a4
commit 82d1c9abbf
7 changed files with 2817 additions and 1 deletions

View File

@@ -399,6 +399,14 @@
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Filename of the T46U firmware ROM";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "fe57b4db-e6a2-49be-b103-74345e8dd8b5";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_firmware_t48u";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "T46U(T43U,T46U,T41U,T48U,T42U)-108.86.0.20.rom";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Filename of the T46U firmware ROM";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "6b70cfeb-2124-42dc-ba8b-6cd77da3fa5f";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_firmware_t53w";