...
The SNOM phones are able to use DHCP to obtain the name of the sipXecs server from where they can download the configuration profiles at startup. By default the phone is configured to look for the DHCP option server-name or tftp-server-name to obtain the hostname and port of the server that provides the configuration file. The server-name parameter is the variable with the number 66 (Option 66) in the DHCP Scope Options settings. The DHCP option bootfile-name also known as Option 67 is used to specify the directory and file name of the configuration file. Using the Linux dhcpd DHCP server, the configuration could look as follows:
{{Box File| /etc/dhcpd.conf|
Code Block |
---|
host snom360 { hardware ethernet 00:04:13:23:20:77; fixed-address 192.168.5.253; option tftp-server-name "http://sipx.example.com:8090"; option bootfile-name "/phone/profile/docroot/{mac}.htm"; } |
...
NOTE: the "{mac}" portion of the bootfile-name should appear exactly like that. Do not use an actual MAC addr in the string. SNOM phones recognize {mac} as a variable, meaning 'include you own MAC addr here'.
...
- Open the phone's configuration Web interface. Go to the Advanced tab:
- Scroll down and find the section labeled Update and configure the following setting in the drop down box as required. The default setting used by sipX Config Server is "Update automatically", which causes the phone to upgrade its firmware and bootloader everytime a new version is made available in the sipXecs server's docroot directory. See additional options below.
- Paste the URL of the profile (path and filename) into the text field labeled "Setting URL" as follows. The {mac} portion is a parameter which will be replaced by the phone with its own MAC address. Refer to this Whitepaper from SNOM for further information.
Panel | ||||||
---|---|---|---|---|---|---|
"Your_sipX_HOSTNAME"
|
- Select "Save" then reboot the phone.
...
You can verify that a profile exists for your phone on the sipX server (see below on how to generate such a profile using the sipX Configuration Server):
Panel | ||||||
---|---|---|---|---|---|---|
"Your_sipX_HOSTNAME"
|
Firmware Update
...
The MOH server URI is:
Panel |
---|
sip:moh@[sipx-server host FQHN]:5120 |
Web portal
The SNOM phones have a great phone Web portal that provides interesting additional features to the user of the phone:
...