From 986662eac701fe92d8bc1e56ae763551028021e7 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Fri, 23 Apr 2021 17:05:12 -0600 Subject: [PATCH] add android apps disable --- .../templates/provision/yealink/cp960/y000000000073.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/templates/provision/yealink/cp960/y000000000073.cfg b/resources/templates/provision/yealink/cp960/y000000000073.cfg index 00f7d0a349..a76845c78c 100644 --- a/resources/templates/provision/yealink/cp960/y000000000073.cfg +++ b/resources/templates/provision/yealink/cp960/y000000000073.cfg @@ -1629,3 +1629,8 @@ directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_usern ####################################################################################### #Before using this parameter, you should store the desired firmware (x.71.x.x.rom) to the provisioning server. firmware.url = {$yealink_firmware_url}/{$yealink_firmware_cp960} + +####################################################################################### +## APP ## +####################################################################################### +{foreach $yealink_app_unavailable as $value}app.unavailable = {$value}{"\n"}{/foreach}