Skip to content

Commit

Permalink
added updates to Snom's documentation (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony1661 committed Jun 1, 2022
1 parent a6d53f2 commit 100f636
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
27 changes: 27 additions & 0 deletions source/applications/provision/provision_variables_snom.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#######
SNOM
#######

Variables used for Provisioning
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Below are a list of variables/default settings that can be configured at the system level or the domain level to change how phones are provisioned.

snom_firmware_url
==================
This is the URL that phones will get their firmware from. This should exclude the model specific file. To set this to use Snom's servers, use the following value: `https://downloads.snom.com:443/fw/`

snom_firmware_dXXX
==================
Replace the XXX with the model number of the phone you are using. For example, d785. This is the specific file that will get downloaded for that particular model. This is used in conjunction with the `snom_firmware_url` to download the firmware.

snom_language
==================
The language the phone will use. This is by default set to "English" however more languages are available. Refer to [Snom's Docs](https://service.snom.com/display/wiki/language) to get a listing of languages supported per device.

snom_ntp_server
==================
The server that Snom will use for it's NTP. By default: 0.pool.ntp.org

snom_time_zone
==================
The time zone that the phone will use. This is disabled by default however should be set to avoid the phone asking for a valid timezone on every boot. Valid value can be found on [Snom's webpage](https://service.snom.com/display/wiki/timezone).
15 changes: 14 additions & 1 deletion source/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Auto provisioning is disabled by default. This is to give a chance to secure pro
applications/provision/provision_auto_grandstream.rst
applications/provision/provision_auto_htek.rst
applications/provision/provision_auto_zoiper.rst
applications/provision/provision_auto_snom.rst



Expand All @@ -38,12 +39,24 @@ How to setup the device using the phone’s web interface.
applications/provision/provision_manual_grandstream.rst
applications/provision/provision_manual_htek.rst
applications/provision/provision_manual_zoiper.rst
applications/provision/provision_manual_snom.rst
applications/provision/phone_screen_capture.rst




Provisioning Variables/Settings
==============================

Each phone has different Fusion Settings that can be applied to configure the phones to the requirements.

.. toctree::
:maxdepth: 4

applications/provision/provision_variables_snom.rst







Expand Down

0 comments on commit 100f636

Please sign in to comment.