provision_auto_htek.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #########
  2. Htek
  3. #########
  4. Setting up a **Htek** SIP phone through the phone's local http management portal.
  5. * Factory reset the phone (physically on the phone) by pressing menu button > Settings > Advanced Settings (default password is admin) > Phone Settings > Factory Reset > Press yes to continue.
  6. * Press Menu > Status > Information to get the phones ip address
  7. * Open a web browser and enter the phones ip address
  8. * Default login name and password is **admin**
  9. * Top menu click **Management**
  10. * Left menu click **Auto Provision**
  11. * Fill out the following fields:
  12. * Firmware Server Path:
  13. * Config Server Path:
  14. * HTTP/FTP/HTTPS UserName:
  15. * HTTP/FTP/HTTPS Password:
  16. * Click **SaveSet**
  17. * Click **Autoprovision Now**
  18. .. image:: ../../_static/images/provision/fusionpbx_provision_auto_htek.jpg
  19. :scale: 85%
  20. Self Signed Certificates
  21. -------------------------
  22. Some additional settings need adjusted to provision with a self signed certificate.
  23. * Top menu click **Management**
  24. * Left menu click **Trusted CA**
  25. * Choose the following
  26. * Only Accept Trusted Certificates: OFF
  27. * Common Name Validation: OFF
  28. * Trusted Certificates: All Certificates
  29. .. image:: ../../_static/images/provision/fusionpbx_provision_auto_htek1.jpg
  30. :scale: 85%