VoIP Phones - SNOM 7xx: Difference between revisions
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) |
||
Line 65: | Line 65: | ||
|} |
|} |
||
==Example |
==Example XML Configuration:== |
||
Taken from a Snom 710 - Here we have config with "Read Write" permissions, ideal while you are setting things up: |
Taken from a Snom 710 - Here we have config with "Read Write" permissions, ideal while you are setting things up: |
||
<syntaxhighlight> |
<syntaxhighlight> |
Revision as of 16:19, 17 August 2014
The Snom 7xx series includes the 710, 720 and 760. The hardware features across the range varies across the models, but the configuration is very similar.
Phones and Versions Tested
SNOM 7xx Versions tested | ||
---|---|---|
Model | Version | Notes |
710 | 8.7.3.16 | Supports LLD |
710 | 8.7.3.19 | Supports LLD |
810 | 8.7.5.8 | Supports LLD, IPv6 |
Feature Notes | |
---|---|
Supports 302 Redirect | ? |
Tested on FireBrick SIP Server | Yes |
IPv6 Support | Yes, see Snom wiki |
Configuration:
These are very similar to the SNOM 3xx series. Apart from the 'Identity' settings, no additional configuration is required.
SNOM 7xx Identity Settings | |
---|---|
Setting | Value |
Identity active | on |
Account | Your Number |
Registrar | voiceless.aa.net.uk |
Outbound Proxy | Leave Blank |
Authentication Name | Your Number |
Password | Your Password |
Example XML Configuration:
Taken from a Snom 710 - Here we have config with "Read Write" permissions, ideal while you are setting things up:
<?xml version="1.0" encoding="utf-8"?>
<settings>
<phone-settings e="2">
<language perm="RW">English(UK)</language>
<setting_server perm="RW">https://snom.provu.co.uk/snom710.php?mac={mac}</setting_server>
<ip_adr perm="RW">1.2.3.4</ip_adr>
<netmask perm="RW">255.255.255.0</netmask>
<dns_server1 perm="RW">1.2.3.4</dns_server1>
<dhcp perm="RW">on</dhcp>
<gateway perm="RW">1.2.3.4</gateway>
<utc_offset perm="RW">0</utc_offset>
<ntp_server perm="RW">time.aa.net.uk</ntp_server>
<http_user perm="RW">ABCD</http_user>
<http_pass perm="RW">0000</http_pass>
<timezone perm="RW">GBR-0</timezone>
<active_line perm="RW">1</active_line>
<admin_mode_password perm="RW">0000</admin_mode_password>
<tone_scheme perm="RW">GBR</tone_scheme>
<vol_speaker perm="RW">9</vol_speaker>
<vol_ringer perm="RW">9</vol_ringer>
<vol_handset perm="RW">9</vol_handset>
<date_us_format perm="RW">off</date_us_format>
<time_24_format perm="RW">off</time_24_format>
<use_hidden_tags perm="RW">on</use_hidden_tags>
<user_active idx="1" perm="RW">on</user_active>
<user_active idx="2" perm="RW">off</user_active>
<user_active idx="3" perm="RW">off</user_active>
<user_active idx="4" perm="RW">off</user_active>
<user_realname idx="1" perm="RW">VoIP</user_realname>
<user_name idx="1" perm="RW">+443333123456</user_name>
<user_host idx="1" perm="RW">voiceless.aa.net.uk</user_host>
<user_pass idx="1" perm="RW">secret</user_pass>
</phone-settings>
</settings>
Handy Config Tricks
By making these volume settings "Read Only", you can adjust the volume "during a call" or "outside of a call" and it returns to pre-configured value automatically:
<vol_speaker perm="R">9</vol_speaker>
<vol_ringer perm="R">9</vol_ringer>
<vol_handset perm="R">9</vol_handset>
XML Permission Flags:
Flags are defined as "permission flags" in the string "perm" within XML tags. Valid values are:
perm="!": The configuration parameter can be changed by the user. However the parameter value will only be stored if that parameter has not been changed yet by the user.
perm="R" or perm=" ": The configuration parameter becomes write-protected (read only).
perm="RW" or perm="": The configuration parameter can be changed but will be overwritten on reboot.
Notes
Don't forget to set the HTTP and ADMIN passwords for security.
Firewall & Security
- You will also want to set up firewall rules, as per the VoIP Firewall page.
- Also see the VoIP Security page for information about securing your VoIP service.