Update W52P Provisioning Template
account.1.subscribe_mwi should be set to '1' as per Yealink documentation. Not setting this may cause MWI to not work on the W52P.
This commit is contained in:
@@ -80,7 +80,7 @@ account.1.precondition =
|
|||||||
account.1.subscribe_register =
|
account.1.subscribe_register =
|
||||||
|
|
||||||
#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
#Enable or disable the phone to subscribe the message waiting indicator; 0-Disabled (default), 1-Enabled;
|
||||||
account.1.subscribe_mwi =
|
account.1.subscribe_mwi = 1
|
||||||
|
|
||||||
#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
|
#Configure MWI subscribe expiry time (in seconds). It ranges from 0 to 84600, the default value is 3600.
|
||||||
account.1.subscribe_mwi_expires =
|
account.1.subscribe_mwi_expires =
|
||||||
@@ -1219,4 +1219,4 @@ network.internet_port.ip =
|
|||||||
network.internet_port.mask =
|
network.internet_port.mask =
|
||||||
network.internet_port.gateway =
|
network.internet_port.gateway =
|
||||||
network.primary_dns=
|
network.primary_dns=
|
||||||
network.secondary_dns =
|
network.secondary_dns =
|
||||||
|
|||||||
Reference in New Issue
Block a user