|
@@ -1,42 +1,22 @@
|
|
|
# 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.
|
|
|
+## 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]{#firmware_url}
|
|
|
+### 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/`
|
|
|
|
|
|
-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/]{.title-ref}
|
|
|
+### 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[firmware_dXXX]{#firmware_dxxx}
|
|
|
+### 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.
|
|
|
|
|
|
-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]{.title-ref} to download the firmware.
|
|
|
+### snom_ntp_server
|
|
|
+The server that Snom will use for its NTP. By default: `0.pool.ntp.org`
|
|
|
|
|
|
-## snom[language]{#language}
|
|
|
+### snom_time_zone
|
|
|
+The time zone that the phone will use. This is disabled by default; however, it should be set to avoid the phone asking for a valid timezone on every boot. Valid values can be found on [Snom's webpage](https://service.snom.com/display/wiki/timezone).
|
|
|
|
|
|
-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]{#ntp_server}
|
|
|
-
|
|
|
-The server that Snom will use for it\'s NTP. By default: 0.pool.ntp.org
|
|
|
-
|
|
|
-## snom[time_zone]{#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>).
|
|
|
-
|
|
|
-snom[provision_timer_seconds]{#provision_timer_seconds}
|
|
|
-================== The time in seconds that the phone will wait before
|
|
|
-attempting to provision itself again. This is useful for automatically
|
|
|
-updating the directory when changes are made.
|
|
|
+### snom_provision_timer_seconds
|
|
|
+The time in seconds that the phone will wait before attempting to provision itself again. This is useful for automatically updating the directory when changes are made.
|