mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
Many yealink changes and fixes (#6228)
* Create directory.xml * More Yealink fixes -Spelling -Wrong var -Updated power_saving schema to be uniform across all devices to best written variable logic. - Good job whoever built it. IF YOU HAVE SET THIS UP IN THE PAST IN THE OLD FORMAT IT MAY BREAK. $yealink_powersave_* vars have been depreciated in favor of $yealink_ps_* since logic has been built to allow more with less total vars. -Added some documentation
This commit is contained in:
@@ -423,7 +423,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
transfer.on_hook_trans_enable = {$yealink_transfer_onhook}
|
||||
@@ -1549,20 +1549,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
##T33P/T33G :X ranges from 1 to 4
|
||||
##T30/T30P Not Support
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.1.phone_setting.call_appearance.transfer_via_new_linekey= {$yealink_transfer_via_new_linekey}
|
||||
|
||||
|
||||
@@ -1413,20 +1413,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -1410,20 +1410,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -424,7 +424,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
transfer.on_hook_trans_enable = {$yealink_transfer_onhook}
|
||||
@@ -1573,20 +1573,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -1411,20 +1411,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -424,7 +424,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
transfer.on_hook_trans_enable = {$yealink_transfer_onhook}
|
||||
@@ -1569,20 +1569,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -1460,20 +1460,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -424,7 +424,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
transfer.on_hook_trans_enable = {$yealink_transfer_onhook}
|
||||
@@ -1569,20 +1569,43 @@ screensaver.xml_browser.url=
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable=
|
||||
features.power_saving.power_led_flash.on_time=
|
||||
features.power_saving.power_led_flash.off_time=
|
||||
features.power_saving.office_hour.monday=
|
||||
features.power_saving.office_hour.tuesday=
|
||||
features.power_saving.office_hour.wednesday=
|
||||
features.power_saving.office_hour.thursday=
|
||||
features.power_saving.office_hour.friday=
|
||||
features.power_saving.office_hour.saturday=
|
||||
features.power_saving.office_hour.sunday =
|
||||
features.power_saving.user_input_ext.idle_timeout=
|
||||
features.power_saving.off_hour.idle_timeout=
|
||||
features.power_saving.office_hour.idle_timeout=
|
||||
features.power_saving.intelligent_mode=
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -1596,11 +1619,11 @@ features.power_saving.intelligent_mode=
|
||||
##Single File Size: <=5MB
|
||||
##2MB of space should bereserved for the phone
|
||||
|
||||
wallpaper_upload.url = {$yealink_t46u_wallpaper}
|
||||
{if isset($yealink_t46u_wallpaper_filename)}
|
||||
phone_setting.backgrounds = Config:{$yealink_t46u_wallpaper_filename}
|
||||
wallpaper_upload.url = {$yealink_t48u_wallpaper}
|
||||
{if isset($yealink_t48u_wallpaper_filename)}
|
||||
phone_setting.backgrounds = Config:{$yealink_t48u_wallpaper_filename}
|
||||
{else}
|
||||
phone_setting.backgrounds = Config:yealink_t46u_wallpaper.png
|
||||
phone_setting.backgrounds = Config:yealink_t48u_wallpaper.png
|
||||
{/if}
|
||||
|
||||
## phone_setting.backgrounds_with_dsskey_unfold(Only support T48U/T48G/S)
|
||||
|
||||
@@ -1460,10 +1460,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1490,6 +1491,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1410,10 +1410,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1440,6 +1441,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1409,10 +1409,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1439,6 +1440,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1413,10 +1413,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1443,6 +1444,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1460,10 +1460,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1490,6 +1491,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1410,10 +1410,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1440,6 +1441,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1460,10 +1460,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1490,6 +1491,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1409,10 +1409,11 @@ screensaver.xml_browser.url=
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1439,6 +1440,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -1410,20 +1410,43 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable= {$yealink_powersave_enable}
|
||||
features.power_saving.power_led_flash.on_time= {$yealink_powersave_led_on_time}
|
||||
features.power_saving.power_led_flash.off_time= {$yealink_powersave_led_off_time}
|
||||
features.power_saving.office_hour.monday= {$yealink_powersave_hour_mon}
|
||||
features.power_saving.office_hour.tuesday= {$yealink_powersave_hour_tue}
|
||||
features.power_saving.office_hour.wednesday= {$yealink_powersave_wed}
|
||||
features.power_saving.office_hour.thursday= {$yealink_powersave_thu}
|
||||
features.power_saving.office_hour.friday= {$yealink_powersave_fri}
|
||||
features.power_saving.office_hour.saturday= {$yealink_powersave_sat}
|
||||
features.power_saving.office_hour.sunday = {$yealink_powersave_sun}
|
||||
features.power_saving.user_input_ext.idle_timeout= {$yealink_powersave_user_input_timeout}
|
||||
features.power_saving.off_hour.idle_timeout= {$yealink_powersave_off_hour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout= {$yealink_powersave_office_hour_timeout}
|
||||
features.power_saving.intelligent_mode= {$yealink_powersave_intelligent_mode}
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -416,7 +416,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
features.transfer_type= {$yealink_transfer_type}
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
@@ -1559,20 +1559,43 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable= {$yealink_powersave_enable}
|
||||
features.power_saving.power_led_flash.on_time= {$yealink_powersave_led_on_time}
|
||||
features.power_saving.power_led_flash.off_time= {$yealink_powersave_led_off_time}
|
||||
features.power_saving.office_hour.monday= {$yealink_powersave_hour_mon}
|
||||
features.power_saving.office_hour.tuesday= {$yealink_powersave_hour_tue}
|
||||
features.power_saving.office_hour.wednesday= {$yealink_powersave_wed}
|
||||
features.power_saving.office_hour.thursday= {$yealink_powersave_thu}
|
||||
features.power_saving.office_hour.friday= {$yealink_powersave_fri}
|
||||
features.power_saving.office_hour.saturday= {$yealink_powersave_sat}
|
||||
features.power_saving.office_hour.sunday = {$yealink_powersave_sun}
|
||||
features.power_saving.user_input_ext.idle_timeout= {$yealink_powersave_user_input_timeout}
|
||||
features.power_saving.off_hour.idle_timeout= {$yealink_powersave_off_hour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout= {$yealink_powersave_office_hour_timeout}
|
||||
features.power_saving.intelligent_mode= {$yealink_powersave_intelligent_mode}
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
##account.X.*:(T54S/T48G/T48S/T46G/T46S/T29G: X ranges from 1 to 16. T52S/T42G/T42S: X ranges from 1 to 12. T41P/T41S/T27P/T27G: X ranges from 1 to 6. T40P/T40G/T23P/T23G: X ranges from 1 to 3. T21(P) E2: X ranges from 1 to 2.)##
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -564,7 +564,7 @@ bw.virtual_user.1.xsi.user=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.2.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -1090,7 +1090,7 @@ pstn.account.2.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -1617,7 +1617,7 @@ pstn.account.3.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.4.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -2143,7 +2143,7 @@ pstn.account.4.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.5.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -2683,7 +2683,7 @@ bw.virtual_user.1.xsi.user=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.6.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -3210,7 +3210,7 @@ pstn.account.6.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.7.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -3737,7 +3737,7 @@ pstn.account.7.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.8.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -4264,7 +4264,7 @@ pstn.account.8.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.9.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -4791,7 +4791,7 @@ pstn.account.9.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.10.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
|
||||
@@ -416,7 +416,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
features.transfer_type= {$yealink_transfer_type}
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
@@ -1563,20 +1563,43 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable= {$yealink_powersave_enable}
|
||||
features.power_saving.power_led_flash.on_time= {$yealink_powersave_led_on_time}
|
||||
features.power_saving.power_led_flash.off_time= {$yealink_powersave_led_off_time}
|
||||
features.power_saving.office_hour.monday= {$yealink_powersave_hour_mon}
|
||||
features.power_saving.office_hour.tuesday= {$yealink_powersave_hour_tue}
|
||||
features.power_saving.office_hour.wednesday= {$yealink_powersave_wed}
|
||||
features.power_saving.office_hour.thursday= {$yealink_powersave_thu}
|
||||
features.power_saving.office_hour.friday= {$yealink_powersave_fri}
|
||||
features.power_saving.office_hour.saturday= {$yealink_powersave_sat}
|
||||
features.power_saving.office_hour.sunday = {$yealink_powersave_sun}
|
||||
features.power_saving.user_input_ext.idle_timeout= {$yealink_powersave_user_input_timeout}
|
||||
features.power_saving.off_hour.idle_timeout= {$yealink_powersave_off_hour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout= {$yealink_powersave_office_hour_timeout}
|
||||
features.power_saving.intelligent_mode= {$yealink_powersave_intelligent_mode}
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
##account.X.*:(T54S/T48G/T48S/T46G/T46S/T29G: X ranges from 1 to 16. T52S/T42G/T42S: X ranges from 1 to 12. T41P/T41S/T27P/T27G: X ranges from 1 to 6. T40P/T40G/T23P/T23G: X ranges from 1 to 3. T21(P) E2: X ranges from 1 to 2.)##
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -565,7 +565,7 @@ bw.virtual_user.1.xsi.user=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.2.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -1092,7 +1092,7 @@ pstn.account.2.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -1620,7 +1620,7 @@ pstn.account.3.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.4.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -2147,7 +2147,7 @@ pstn.account.4.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.5.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -2688,7 +2688,7 @@ bw.virtual_user.1.xsi.user=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.6.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -3216,7 +3216,7 @@ pstn.account.6.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.7.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -3744,7 +3744,7 @@ pstn.account.7.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.8.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -4272,7 +4272,7 @@ pstn.account.8.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.9.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -4800,7 +4800,7 @@ pstn.account.9.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.10.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
|
||||
@@ -1408,20 +1408,43 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable= {$yealink_powersave_enable}
|
||||
features.power_saving.power_led_flash.on_time= {$yealink_powersave_led_on_time}
|
||||
features.power_saving.power_led_flash.off_time= {$yealink_powersave_led_off_time}
|
||||
features.power_saving.office_hour.monday= {$yealink_powersave_hour_mon}
|
||||
features.power_saving.office_hour.tuesday= {$yealink_powersave_hour_tue}
|
||||
features.power_saving.office_hour.wednesday= {$yealink_powersave_wed}
|
||||
features.power_saving.office_hour.thursday= {$yealink_powersave_thu}
|
||||
features.power_saving.office_hour.friday= {$yealink_powersave_fri}
|
||||
features.power_saving.office_hour.saturday= {$yealink_powersave_sat}
|
||||
features.power_saving.office_hour.sunday = {$yealink_powersave_sun}
|
||||
features.power_saving.user_input_ext.idle_timeout= {$yealink_powersave_user_input_timeout}
|
||||
features.power_saving.off_hour.idle_timeout= {$yealink_powersave_off_hour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout= {$yealink_powersave_office_hour_timeout}
|
||||
features.power_saving.intelligent_mode= {$yealink_powersave_intelligent_mode}
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -416,7 +416,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
features.transfer_type= {$yealink_transfer_type}
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
@@ -1565,20 +1565,43 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable= {$yealink_powersave_enable}
|
||||
features.power_saving.power_led_flash.on_time= {$yealink_powersave_led_on_time}
|
||||
features.power_saving.power_led_flash.off_time= {$yealink_powersave_led_off_time}
|
||||
features.power_saving.office_hour.monday= {$yealink_powersave_hour_mon}
|
||||
features.power_saving.office_hour.tuesday= {$yealink_powersave_hour_tue}
|
||||
features.power_saving.office_hour.wednesday= {$yealink_powersave_wed}
|
||||
features.power_saving.office_hour.thursday= {$yealink_powersave_thu}
|
||||
features.power_saving.office_hour.friday= {$yealink_powersave_fri}
|
||||
features.power_saving.office_hour.saturday= {$yealink_powersave_sat}
|
||||
features.power_saving.office_hour.sunday = {$yealink_powersave_sun}
|
||||
features.power_saving.user_input_ext.idle_timeout= {$yealink_powersave_user_input_timeout}
|
||||
features.power_saving.off_hour.idle_timeout= {$yealink_powersave_off_hour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout= {$yealink_powersave_office_hour_timeout}
|
||||
features.power_saving.intelligent_mode= {$yealink_powersave_intelligent_mode}
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
## account.X.enable = ?????????????????????????????????????????????????????????????????????????????????????????????????????????????
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.{$row.line_number}.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
|
||||
@@ -417,7 +417,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
features.transfer_type= {$yealink_transfer_type}
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
@@ -1564,20 +1564,43 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
#######################################################################################
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable= {$yealink_powersave_enable}
|
||||
features.power_saving.power_led_flash.on_time= {$yealink_powersave_led_on_time}
|
||||
features.power_saving.power_led_flash.off_time= {$yealink_powersave_led_off_time}
|
||||
features.power_saving.office_hour.monday= {$yealink_powersave_hour_mon}
|
||||
features.power_saving.office_hour.tuesday= {$yealink_powersave_hour_tue}
|
||||
features.power_saving.office_hour.wednesday= {$yealink_powersave_wed}
|
||||
features.power_saving.office_hour.thursday= {$yealink_powersave_thu}
|
||||
features.power_saving.office_hour.friday= {$yealink_powersave_fri}
|
||||
features.power_saving.office_hour.saturday= {$yealink_powersave_sat}
|
||||
features.power_saving.office_hour.sunday = {$yealink_powersave_sun}
|
||||
features.power_saving.user_input_ext.idle_timeout= {$yealink_powersave_user_input_timeout}
|
||||
features.power_saving.off_hour.idle_timeout= {$yealink_powersave_off_hour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout= {$yealink_powersave_office_hour_timeout}
|
||||
features.power_saving.intelligent_mode= {$yealink_powersave_intelligent_mode}
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_days_all}
|
||||
{elseif isset($yealink_ps_days_workweek)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_days_workweek}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{else}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_day_monday}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_day_tuesday}
|
||||
features.power_saving.office_hour.wednesday = {$yealink_ps_day_wednesday}
|
||||
features.power_saving.office_hour.thursday = {$yealink_ps_day_thursday}
|
||||
features.power_saving.office_hour.friday = {$yealink_ps_day_friday}
|
||||
features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
features.power_saving.intelligent_mode = {$yealink_ps_intel_mode}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
##account.X.*:(T54S/T48G/T48S/T46G/T46S/T29G: X ranges from 1 to 16. T52S/T42G/T42S: X ranges from 1 to 12. T41P/T41S/T27P/T27G: X ranges from 1 to 6. T40P/T40G/T23P/T23G: X ranges from 1 to 3. T21(P) E2: X ranges from 1 to 2.)##
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -565,7 +565,7 @@ bw.virtual_user.1.xsi.user=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.2.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -1091,7 +1091,7 @@ pstn.account.2.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.1.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -1618,7 +1618,7 @@ pstn.account.3.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.4.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -2144,7 +2144,7 @@ pstn.account.4.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.5.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -2684,7 +2684,7 @@ bw.virtual_user.1.xsi.user=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.6.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -3211,7 +3211,7 @@ pstn.account.6.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.7.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -3738,7 +3738,7 @@ pstn.account.7.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.8.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -4265,7 +4265,7 @@ pstn.account.8.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.9.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
@@ -4792,7 +4792,7 @@ pstn.account.9.label=
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
account.10.phone_setting.call_appearance.transfer_via_new_linekey=
|
||||
|
||||
|
||||
@@ -1408,10 +1408,11 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1438,6 +1439,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -410,7 +410,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
features.transfer_type= {$yealink_transfer_type}
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
@@ -1558,10 +1558,11 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1588,6 +1589,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -411,7 +411,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
features.transfer_type= {$yealink_transfer_type}
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
@@ -1559,10 +1559,11 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1589,6 +1590,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
@@ -411,7 +411,7 @@ static.auto_provision.encryption.config =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Trnasfer ##
|
||||
## Transfer ##
|
||||
#######################################################################################
|
||||
features.transfer_type= {$yealink_transfer_type}
|
||||
dialplan.transfer.mode = {$yealink_transfer_mode}
|
||||
@@ -1559,10 +1559,11 @@ screensaver.xml_browser.url= {$yealink_screensaver_xml_url}
|
||||
## Power Saving ##
|
||||
#######################################################################################
|
||||
features.power_saving.enable = {$yealink_ps_enabled}
|
||||
|
||||
##Written in 24hr
|
||||
features.power_saving.power_led_flash.on_time = {$yealink_ps_led_on}
|
||||
features.power_saving.power_led_flash.off_time = {$yealink_ps_led_off}
|
||||
|
||||
##Written in 24hr, values should be comma delimited, e.g. 9,17
|
||||
{if isset($yealink_ps_days_all)}
|
||||
features.power_saving.office_hour.monday = {$yealink_ps_days_all}
|
||||
features.power_saving.office_hour.tuesday = {$yealink_ps_days_all}
|
||||
@@ -1589,6 +1590,7 @@ features.power_saving.office_hour.saturday = {$yealink_ps_day_saturday}
|
||||
features.power_saving.office_hour.sunday = {$yealink_ps_day_sunday}
|
||||
{/if}
|
||||
|
||||
##Written in minutes
|
||||
features.power_saving.user_input_ext.idle_timeout = {$yealink_ps_idle_timeout}
|
||||
features.power_saving.off_hour.idle_timeout = {$yealink_ps_offhour_timeout}
|
||||
features.power_saving.office_hour.idle_timeout = {$yealink_ps_hour_timeout}
|
||||
|
||||
Reference in New Issue
Block a user