mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Add a new variable to the Yealink template ($yealink_power_led_on). And change account 6 voice_mail.number.5 = *97 to voice_mail.number.6 = *97.
This commit is contained in:
@@ -574,8 +574,12 @@ features.call_completion_enable =
|
||||
features.direct_ip_call_enable =
|
||||
|
||||
|
||||
#Configure the power Indicator LED to turn on ro turn off; 0-On (default), 1-Off;
|
||||
#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off;
|
||||
{if isset($yealink_power_led_on) }
|
||||
features.power_led_on = {$yealink_power_led_on}
|
||||
{else}
|
||||
features.power_led_on =
|
||||
{/if}
|
||||
|
||||
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
|
||||
features.relog_offtime =
|
||||
|
||||
@@ -2565,7 +2565,7 @@ account.6.advanced.timer_t1 = 0.5
|
||||
account.6.advanced.timer_t2 = 4
|
||||
account.6.advanced.timer_t4 = 5
|
||||
|
||||
voice_mail.number.5 = *97
|
||||
voice_mail.number.6 = *97
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -574,8 +574,12 @@ features.call_completion_enable =
|
||||
features.direct_ip_call_enable =
|
||||
|
||||
|
||||
#Configure the power Indicator LED to turn on ro turn off; 0-On (default), 1-Off;
|
||||
#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off;
|
||||
{if isset($yealink_power_led_on) }
|
||||
features.power_led_on = {$yealink_power_led_on}
|
||||
{else}
|
||||
features.power_led_on =
|
||||
{/if}
|
||||
|
||||
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
|
||||
features.relog_offtime =
|
||||
|
||||
@@ -2565,7 +2565,7 @@ account.6.advanced.timer_t1 = 0.5
|
||||
account.6.advanced.timer_t2 = 4
|
||||
account.6.advanced.timer_t4 = 5
|
||||
|
||||
voice_mail.number.5 = *97
|
||||
voice_mail.number.6 = *97
|
||||
|
||||
|
||||
#######################################################################################
|
||||
@@ -2574,11 +2574,11 @@ voice_mail.number.5 = *97
|
||||
## “X” ranges from 1 to 6;
|
||||
##account.X.subscribe_mwi =
|
||||
|
||||
account.6.subscribe_mwi = 0
|
||||
account.6.subscribe_mwi = 1
|
||||
account.6.subscribe_mwi_expires = 3600
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.6.subscribe_mwi_to_vm = 0
|
||||
account.6.subscribe_mwi_to_vm = 1
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
||||
@@ -574,8 +574,12 @@ features.call_completion_enable =
|
||||
features.direct_ip_call_enable =
|
||||
|
||||
|
||||
#Configure the power Indicator LED to turn on ro turn off; 0-On (default), 1-Off;
|
||||
#Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off;
|
||||
{if isset($yealink_power_led_on) }
|
||||
features.power_led_on = {$yealink_power_led_on}
|
||||
{else}
|
||||
features.power_led_on =
|
||||
{/if}
|
||||
|
||||
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
|
||||
features.relog_offtime =
|
||||
|
||||
@@ -2565,7 +2565,7 @@ account.6.advanced.timer_t1 = 0.5
|
||||
account.6.advanced.timer_t2 = 4
|
||||
account.6.advanced.timer_t4 = 5
|
||||
|
||||
voice_mail.number.5 = *97
|
||||
voice_mail.number.6 = *97
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user