mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Update app.unavailable for Android based phones. (#6309)
* Update app.unavailable * Update y000000000073.cfg * Update y000000000058.cfg * Update y000000000091.cfg
This commit is contained in:
@@ -1633,4 +1633,5 @@ firmware.url = {$yealink_firmware_url}/{$yealink_firmware_cp960}
|
||||
#######################################################################################
|
||||
## APP ##
|
||||
#######################################################################################
|
||||
{foreach $yealink_app_unavailable as $value}app.unavailable = {$value}{"\n"}{/foreach}
|
||||
pm.version = standard
|
||||
app.unavailable = {foreach $yealink_app_unavailable as $value}{$value}/{/foreach}
|
||||
|
||||
@@ -1570,4 +1570,5 @@ expansion_module.1.key.1.extension =
|
||||
#######################################################################################
|
||||
## APP ##
|
||||
#######################################################################################
|
||||
{foreach $yealink_app_unavailable as $value}app.unavailable = {$value}{"\n"}{/foreach}
|
||||
pm.version = standard
|
||||
app.unavailable = {foreach $yealink_app_unavailable as $value}{$value}/{/foreach}
|
||||
|
||||
@@ -1591,5 +1591,6 @@ features.doorphone.%d.unlock_pin =
|
||||
#######################################################################################
|
||||
## APP ##
|
||||
#######################################################################################
|
||||
{foreach $yealink_app_unavailable as $value}app.unavailable = {$value}{"\n"}{/foreach}
|
||||
pm.version = standard
|
||||
app.unavailable = {foreach $yealink_app_unavailable as $value}{$value}/{/foreach}
|
||||
|
||||
|
||||
@@ -1529,22 +1529,6 @@ features.video_call_bandwidth =
|
||||
video.enable =
|
||||
features.default_layout =
|
||||
|
||||
#######################################################################################
|
||||
## APP ##
|
||||
#######################################################################################
|
||||
app.install_url =
|
||||
app.uninstall =
|
||||
{foreach $yealink_app_unavailable as $value}app.unavailable = {$value}{"\n"}{/foreach}
|
||||
app.autorun =
|
||||
custom.static.system_mode =
|
||||
custom.static.system_mode_selection =
|
||||
custom.static.system_mode_enable =
|
||||
features.action_call_answer =
|
||||
features.action_contact =
|
||||
features.action_dialer =
|
||||
features.action_dsskey =
|
||||
features.action_history =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Broadsoft Emergency Call ##
|
||||
@@ -1774,4 +1758,22 @@ search_in_dialing.meta_directory.enable =
|
||||
## Contact Backup ##
|
||||
#######################################################################################
|
||||
static.auto_provision.local_contact.backup.path =
|
||||
static.auto_provision.local_contact.backup.enable=
|
||||
static.auto_provision.local_contact.backup.enable =
|
||||
|
||||
#######################################################################################
|
||||
## APP ##
|
||||
#######################################################################################
|
||||
app.install_url =
|
||||
app.uninstall =
|
||||
pm.version = standard
|
||||
app.unavailable = {foreach $yealink_app_unavailable as $value}{$value}/{/foreach}
|
||||
app.autorun =
|
||||
custom.static.system_mode =
|
||||
custom.static.system_mode_selection =
|
||||
custom.static.system_mode_enable =
|
||||
features.action_call_answer =
|
||||
features.action_contact =
|
||||
features.action_dialer =
|
||||
features.action_dsskey =
|
||||
features.action_history =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user