1
SIP On Mitel / Re: Configure SIP Account on 5320e while in SIP mode
« on: June 08, 2020, 09:00:55 AM »I've been having the same problem and came upon this thread - instead of going back in firmware, I downloaded the 06.05.00.26 load and set the phones TFTP server as above (but using the new firmware).
To my amazement, the webserver was up an running.
Just one additional thing - it may have been a fluke initially...
To turn on the webserver...
setup your TFTP server
in the TFTP root add MN_Generic.cfg
In MN_Generic.cfg add the following, note the Model="5320e", you need a section for each phone model that you want to enable the webserver for.
<Parameter Model="5320e">
<tftp_upgrade>2</tftp_upgrade>
<http_upgrade>0</http_upgrade>
<tonecode>EN</tonecode>
<sntp>pool.ntp.org</sntp>
<auth_method>2</auth_method>
<auth_method>1</auth_method>
<tonecode>US</tonecode>
<http_task_enable>1</http_task_enable>
<https_task_enable>0</https_task_enable>
<httpport>80</httpport>
<httpsport>443</httpsport>
<telnet_task_enable>1</telnet_task_enable>
</Parameter>
Hope this helps someone else suffering through activating the webserver
D