Default mitel tftp_config to 2.
This commit is contained in:
parent
8d5436e607
commit
97aadbc9c0
|
|
@ -1,6 +1,6 @@
|
|||
<Parameter Model="5324">
|
||||
<dhcpenable>1</dhcpenable>
|
||||
<tftp_config>1</tftp_config>
|
||||
{if isset($mitel_tftp_config)}<tftp_config>{$mitel_tftp_config}</tftp_config>{else}<tftp_config>2</tftp_config>{/if}
|
||||
<pppoe_enable>0</pppoe_enable>
|
||||
<tftp_task_enable>1</tftp_task_enable>
|
||||
<boot_version>02.00.00.24</boot_version>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
<always_fwd_addr></always_fwd_addr>
|
||||
<pcport>0</pcport>
|
||||
<lanport>0</lanport>
|
||||
<lcd>16</lcd>
|
||||
<lcd>4</lcd>
|
||||
<rdkw1></rdkw1>
|
||||
<rdringtype1>0</rdringtype1>
|
||||
<rdvmail1>0</rdvmail1>
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
<ds_transition_time>2</ds_transition_time>
|
||||
<flashVer>201</flashVer>
|
||||
<http_download>{$domain_name}/app/provision</http_download>
|
||||
<tftp>sipdnld.mitel.com</tftp>
|
||||
<tftp></tftp>
|
||||
<downloadtype>1</downloadtype>
|
||||
<dialpl></dialpl>
|
||||
<gtEnable>0</gtEnable>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<Parameter Model="5340">
|
||||
<dhcpenable>1</dhcpenable>
|
||||
<tftp_config>1</tftp_config>
|
||||
{if isset($mitel_tftp_config)}<tftp_config>{$mitel_tftp_config}</tftp_config>{else}<tftp_config>2</tftp_config>{/if}
|
||||
<pppoe_enable>0</pppoe_enable>
|
||||
<tftp_task_enable>1</tftp_task_enable>
|
||||
<boot_version>02.00.00.24</boot_version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue