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:
parent
cec8a039b7
commit
3e5353b9aa
|
|
@ -80,7 +80,7 @@ account.1.precondition =
|
|||
account.1.subscribe_register =
|
||||
|
||||
#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.
|
||||
account.1.subscribe_mwi_expires =
|
||||
|
|
@ -1219,4 +1219,4 @@ network.internet_port.ip =
|
|||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns=
|
||||
network.secondary_dns =
|
||||
network.secondary_dns =
|
||||
|
|
|
|||
Loading…
Reference in New Issue