Bladeren bron

added updates to Snom's documentation (#221)

Antonio Fernandez 3 jaren geleden
bovenliggende
commit
100f6368da

+ 0 - 0
source/applications/provision/provision_manual_snom.rst → source/applications/provision/provision_auto_snom.rst


+ 27 - 0
source/applications/provision/provision_variables_snom.rst

@@ -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).

+ 14 - 1
source/hardware.rst

@@ -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
 
 
 
@@ -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
+
+
+
+