Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

VoIP Phones - SNOM 7xx: Difference between revisions

→‎Feature Notes: Update broken link
mNo edit summary
(→‎Feature Notes: Update broken link)
 
(39 intermediate revisions by 4 users not shown)
<indicator name="VoIPConfiguring">[[File:menu-voip.svg|link=:Category:VoIP Phones|30px|Back up to the VoIP Configuring page]]</indicator>
[[file:Snom710.png]]
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=
 
{| class="wikitable"
!colspan="3"|Snom 7xx Versions Tested
|710
|8.7.5.8
|Supports LLD, [[IPv6]]
|-
|710
|8.7.5.9
|Supports LLD, [[IPv6]]
|-
|710
|8.7.5.13
|Supports LLD, [[IPv6]]
|-
|710
|8.7.5.17
|Supports LLD, [[IPv6]]
|-
|710
|8.9.3.80
|Supports LLD, [[IPv6]]
|}
 
=Feature Notes=
{| class="wikitable"
!colspan="2"|Feature Notes
|?
|-
|Tested on [[FireBrick SIP]] Server
|Yes
|-
|[[IPv6]] Support
|Yes, see [httphttps://wikiservice.snom.com/display/wiki/index.php?title=HowTo+-+Networking/+-+IPv6 Snom wikiWiki]
|}
 
=Configuration=
These are very similar to the Snom 3xx Series. Apart from the 'Identity' settings, no additional configuration is required.
 
See: [[SNOM Find IP Address]] if you're unsure how to access the web interface.
 
{| class="wikitable"
|Password
|Your Password
|-
|Optional: Call Waiting
|Disable
|-
|Optional: Use Outbound (Helps with transferring, see notes below)
|Enable
|}
 
=Example XML Configuration=
Here we have an example configuration:
Taken from a Snom 710 - Here we have config with "Read Write" permissions, ideal while you are setting things up:
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="utf-8"?>
<settings>
<phone-settings e="2">
<language perm="RW">English(UK)</language>
<timezone perm="">GBR-0</timezone>
<setting_server perm="RW">https://snom.provu.co.uk/snom710.php?mac={mac}</setting_server>
<ip_adrutc_offset perm="RW">10.0.0.3</ip_adrutc_offset>
<netmasktone_scheme perm="RW">255.255.255.0GBR</netmasktone_scheme>
<dns_server1date_us_format perm="RW">217.169.20.20off</dns_server1date_us_format>
<dns_server2time_24_format perm="RW">217.169.20.21off</dns_server2time_24_format>
<dhcp perm="RW">on</dhcp>
<gatewayip_adr perm="RW">10.0.0.13</gatewayip_adr>
<utc_offsetnetmask perm="RW">255.255.255.0</utc_offsetnetmask>
<ntp_servergateway perm="RW">time10.aa0.net0.uk1</ntp_servergateway>
<http_userdns_server1 perm="RW">USER217.169.20.20</http_userdns_server1>
<http_passdns_server2 perm="RW">1234217.169.20.21</http_passdns_server2>
<timezonentp_server perm="RW">GBR-090.155.53.93</timezonentp_server>
<active_linehttp_user perm="RW">1USER</active_linehttp_user>
<admin_mode_passwordhttp_pass perm="RW">1234</admin_mode_passwordhttp_pass>
<tone_schemeadmin_mode_password perm="RW">GBR1234</tone_schemeadmin_mode_password>
<setting_server perm="RW">https://snom.provu.co.uk/snom710.php?mac={mac}</setting_server>
<vol_speaker perm="RW">9</vol_speaker>
<vol_ringerupdate_policy perm="RW">9never_update</vol_ringerupdate_policy>
<vol_handsetsettings_refresh_timer perm="RW">90</vol_handsetsettings_refresh_timer>
<date_us_formatpnp_config perm="RW">off</date_us_formatpnp_config>
<time_24_formatuse_hidden_tags perm="RW">offon</time_24_formatuse_hidden_tags>
<use_hidden_tagsactive_line perm="RW">on1</use_hidden_tagsactive_line>
<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+441234567890</user_realname>
<user_name idx="1" perm="RW">+443333123456441234567890</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>
</syntaxhighlight>
 
=Other Useful Settings=
=Handy Config Tricks=
*Turn off Call Waiting (default is ON) in: Advanced -> Audio -> Call Waiting Indication
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 afterwards:
*Turn off US date format in: Preferences
<syntaxhighlight>
*Turn off Advertisement in: Preferences
<vol_speaker perm="R">9</vol_speaker>
*Don't forget to set the HTTP and ADMIN [[passwords]] for security.
<vol_ringer perm="R">9</vol_ringer>
*We have a page about [[SNOM Firmware Updates]].
<vol_handset perm="R">9</vol_handset>
*We've had occasional reports of call transfers failing. If this happens it's worth trying the "use outbound" setting from ''Advanced - SIP/RTP (Tab) - SIP(Section): Use Outbound''. See the [https://service.snom.com/display/wiki/offer_outbound Snom documentation] for more information.
</syntaxhighlight>
 
=XML Permission Flags=
Flags are defined as "permission flags" in the string "perm" within XML tags. Valid values are:
<syntaxhighlight lang=ini>
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).
</syntaxhighlight>
 
=Firmware=
=Notes=
*Firmware Wiki: [https://service.snom.com/display/wiki/8.9.3.80 https://service.snom.com/display/wiki/8.9.3.80]
Don't forget to set the HTTP and ADMIN passwords for security.
*Snom 710 Firmware: [http://downloads.snom.com/fw/snom710-8.9.3.80-SIP-r.bin snom710-8.9.3.80-SIP-r.bin] - SHA256 Checksum: 7cb53f172382e2a85223d7462d3bc9a5cb9f6a2f78312f382135c6cd60326259
*Snom 720 Firmware: [http://downloads.snom.com/fw/snom720-8.9.3.80-SIP-r.bin snom720-8.9.3.80-SIP-r.bin] - SHA256 Checksum: 1ed573baacb57dc606257f3fb716ecf1895173d694110191eb3946db57c8228b
*Snom 760 Firmware: [http://downloads.snom.com/fw/snom760-8.9.3.80-SIP-r.bin snom760-8.9.3.80-SIP-r.bin] - SHA256 Checksum: bfe85b2e2110445633d30fd652d59a9a69088a5b02b8441f9a9cd0289312a5ad
 
 
 
==Firewall & Security==
*Also see the [[VoIP Security]] page for information about securing your VoIP service.
 
[[Category:VoIP Phones|Snom 7xx]]
[[Category:VoIP Phones]]
editor
699

edits