VoIP Phones - SNOM 7xx: Difference between revisions

From AAISP Support Site
m (Example Configuration XML)
mNo edit summary
Line 106: Line 106:


=Notes=
=Notes=
Don't forget to set the HTTP and Admin passwords for security.
Don't forget to set the HTTP and ADMIN passwords for security.


==Firewall & Security==
==Firewall & Security==

Revision as of 20:28, 16 August 2014

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

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 Configuration XML:

Snom 710:

<?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">10</vol_speaker>
<vol_ringer perm="RW">10</vol_ringer>
<vol_handset perm="RW">10</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>


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.