Add new Yealink MWI Subscribe Variable (#2920)
Adds new variable in Yealink provisioning templates to allow control of MWI subscribe setting behavior on all accounts. Setting the new variable once affects all accounts. New variable: yealink_subscribe_mwi_to_vm. Setting affected: account.X.subscribe_mwi_to_vm setting Phones affected: T1x T2x T3x T4x May affect MWI subscription behavior. Yealink default is 0, many of the old templates hard coded 1. This change may affect MWI behavior for some users, so check to make sure the variable is added in FusionPBX to match your previous settings before upgrading.
This commit is contained in:
parent
279efc42bc
commit
13e11fefba
|
|
@ -169,7 +169,7 @@ account.1.auto_answer =
|
|||
account.1.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.1.subscribe_mwi_to_vm =
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.1.register_mac =
|
||||
|
|
@ -492,7 +492,7 @@ account.2.auto_answer =
|
|||
account.2.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.2.subscribe_mwi_to_vm =
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.2.register_mac =
|
||||
|
|
@ -813,7 +813,7 @@ account.3.auto_answer =
|
|||
account.3.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.3.subscribe_mwi_to_vm =
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.3.register_mac =
|
||||
|
|
@ -1134,7 +1134,7 @@ account.4.auto_answer =
|
|||
account.4.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.4.subscribe_mwi_to_vm =
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.4.register_mac =
|
||||
|
|
@ -1458,7 +1458,7 @@ account.5.auto_answer =
|
|||
account.5.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.5.subscribe_mwi_to_vm =
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.5.register_mac =
|
||||
|
|
@ -1777,7 +1777,7 @@ account.6.auto_answer =
|
|||
account.6.missed_calllog =
|
||||
|
||||
#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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.6.register_mac =
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ account.1.auto_answer =
|
|||
account.1.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.1.subscribe_mwi_to_vm =
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.1.register_mac =
|
||||
|
|
@ -492,7 +492,7 @@ account.2.auto_answer =
|
|||
account.2.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.2.subscribe_mwi_to_vm =
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.2.register_mac =
|
||||
|
|
@ -813,7 +813,7 @@ account.3.auto_answer =
|
|||
account.3.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.3.subscribe_mwi_to_vm =
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.3.register_mac =
|
||||
|
|
@ -1134,7 +1134,7 @@ account.4.auto_answer =
|
|||
account.4.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.4.subscribe_mwi_to_vm =
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.4.register_mac =
|
||||
|
|
@ -1458,7 +1458,7 @@ account.5.auto_answer =
|
|||
account.5.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.5.subscribe_mwi_to_vm =
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.5.register_mac =
|
||||
|
|
@ -1777,7 +1777,7 @@ account.6.auto_answer =
|
|||
account.6.missed_calllog =
|
||||
|
||||
#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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.6.register_mac =
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -642,7 +642,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1152,7 +1152,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1645,7 +1645,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2137,7 +2137,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2628,7 +2628,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ account.1.auto_answer =
|
|||
account.1.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.1.subscribe_mwi_to_vm =
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.1.register_mac =
|
||||
|
|
@ -491,7 +491,7 @@ account.2.auto_answer =
|
|||
account.2.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.2.subscribe_mwi_to_vm =
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.2.register_mac =
|
||||
|
|
@ -812,7 +812,7 @@ account.3.auto_answer =
|
|||
account.3.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.3.subscribe_mwi_to_vm =
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.3.register_mac =
|
||||
|
|
@ -1134,7 +1134,7 @@ account.4.auto_answer =
|
|||
account.4.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.4.subscribe_mwi_to_vm =
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.4.register_mac =
|
||||
|
|
@ -1458,7 +1458,7 @@ account.5.auto_answer =
|
|||
account.5.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.5.subscribe_mwi_to_vm =
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.5.register_mac =
|
||||
|
|
@ -1777,7 +1777,7 @@ account.6.auto_answer =
|
|||
account.6.missed_calllog =
|
||||
|
||||
#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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.6.register_mac =
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -639,7 +639,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1148,7 +1148,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1639,7 +1639,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2130,7 +2130,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2620,7 +2620,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -639,7 +639,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1148,7 +1148,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1639,7 +1639,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2130,7 +2130,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2620,7 +2620,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ account.1.auto_answer =
|
|||
account.1.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.1.subscribe_mwi_to_vm =
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.1.register_mac =
|
||||
|
|
@ -491,7 +491,7 @@ account.2.auto_answer =
|
|||
account.2.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.2.subscribe_mwi_to_vm =
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.2.register_mac =
|
||||
|
|
@ -812,7 +812,7 @@ account.3.auto_answer =
|
|||
account.3.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.3.subscribe_mwi_to_vm =
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.3.register_mac =
|
||||
|
|
@ -1133,7 +1133,7 @@ account.4.auto_answer =
|
|||
account.4.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.4.subscribe_mwi_to_vm =
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.4.register_mac =
|
||||
|
|
@ -1457,7 +1457,7 @@ account.5.auto_answer =
|
|||
account.5.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.5.subscribe_mwi_to_vm =
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.5.register_mac =
|
||||
|
|
@ -1776,7 +1776,7 @@ account.6.auto_answer =
|
|||
account.6.missed_calllog =
|
||||
|
||||
#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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.6.register_mac =
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ account.1.auto_answer =
|
|||
account.1.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.1.subscribe_mwi_to_vm =
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.1.register_mac =
|
||||
|
|
@ -491,7 +491,7 @@ account.2.auto_answer =
|
|||
account.2.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.2.subscribe_mwi_to_vm =
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.2.register_mac =
|
||||
|
|
@ -813,7 +813,7 @@ account.3.auto_answer =
|
|||
account.3.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.3.subscribe_mwi_to_vm =
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.3.register_mac =
|
||||
|
|
@ -1134,7 +1134,7 @@ account.4.auto_answer =
|
|||
account.4.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.4.subscribe_mwi_to_vm =
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.4.register_mac =
|
||||
|
|
@ -1458,7 +1458,7 @@ account.5.auto_answer =
|
|||
account.5.missed_calllog =
|
||||
|
||||
#Enable or disable the phone to subscribe to the voicemail through the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||
account.5.subscribe_mwi_to_vm =
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.5.register_mac =
|
||||
|
|
@ -1777,7 +1777,7 @@ account.6.auto_answer =
|
|||
account.6.missed_calllog =
|
||||
|
||||
#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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
#Enable or disable the phone to send the MAC address and line number in the Register message; 0-Disabled (default), 1-Enabled;
|
||||
account.6.register_mac =
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -636,7 +636,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1145,7 +1145,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1636,7 +1636,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2127,7 +2127,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2625,7 +2625,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -643,7 +643,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1125,7 +1125,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1597,7 +1597,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2069,7 +2069,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2540,7 +2540,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1119,7 +1119,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1587,7 +1587,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2055,7 +2055,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2522,7 +2522,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ account.1.subscribe_mwi = 1
|
|||
account.1.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.1.subscribe_mwi_to_vm = 1
|
||||
account.1.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.1.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ account.2.subscribe_mwi = 1
|
|||
account.2.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.2.subscribe_mwi_to_vm = 1
|
||||
account.2.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.2.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1149,7 +1149,7 @@ account.3.subscribe_mwi = 1
|
|||
account.3.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.3.subscribe_mwi_to_vm = 1
|
||||
account.3.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.3.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -1640,7 +1640,7 @@ account.4.subscribe_mwi = 1
|
|||
account.4.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.4.subscribe_mwi_to_vm = 1
|
||||
account.4.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.4.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2131,7 +2131,7 @@ account.5.subscribe_mwi = 1
|
|||
account.5.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.5.subscribe_mwi_to_vm = 1
|
||||
account.5.subscribe_mwi_to_vm = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.5.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
@ -2621,7 +2621,7 @@ account.6.subscribe_mwi = 0
|
|||
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 = {$yealink_subscribe_mwi_to_vm}
|
||||
|
||||
account.6.subscribe_acd_expires= 3600
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue