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 =
|
||||
|
||||
Reference in New Issue
Block a user