VoIP Phones - SNOM 7xx: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) |
→Feature Notes: Update broken link |
||
| (18 intermediate revisions by 3 users not shown) | |||
| Line 33: | Line 33: | ||
|710 |
|710 |
||
|8.7.5.17 |
|8.7.5.17 |
||
|Supports LLD, [[IPv6]] |
|||
|- |
|||
|710 |
|||
|8.9.3.80 |
|||
|Supports LLD, [[IPv6]] |
|Supports LLD, [[IPv6]] |
||
|} |
|} |
||
| Line 47: | Line 51: | ||
|- |
|- |
||
|[[IPv6]] Support |
|[[IPv6]] Support |
||
|Yes, see [ |
|Yes, see [https://service.snom.com/display/wiki/HowTo+-+Networking+-+IPv6 Snom Wiki] |
||
|} |
|} |
||
| Line 78: | Line 82: | ||
|Password |
|Password |
||
|Your Password |
|Your Password |
||
|- |
|||
|Optional: Call Waiting |
|||
|Disable |
|||
|- |
|||
|Optional: Use Outbound (Helps with transferring, see notes below) |
|||
|Enable |
|||
|} |
|} |
||
=Example XML Configuration= |
=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"> |
<syntaxhighlight lang="xml"> |
||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||
| Line 87: | Line 97: | ||
<phone-settings e="2"> |
<phone-settings e="2"> |
||
<language perm="">English(UK)</language> |
<language perm="">English(UK)</language> |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
<dhcp perm="">on</dhcp> |
|||
<ip_adr perm="">10.0.0.3</ip_adr> |
<ip_adr perm="">10.0.0.3</ip_adr> |
||
<netmask perm="">255.255.255.0</netmask> |
<netmask perm="">255.255.255.0</netmask> |
||
| ⚫ | |||
<dns_server1 perm="">217.169.20.20</dns_server1> |
<dns_server1 perm="">217.169.20.20</dns_server1> |
||
<dns_server2 perm="">217.169.20.21</dns_server2> |
<dns_server2 perm="">217.169.20.21</dns_server2> |
||
< |
<ntp_server perm="">90.155.53.93</ntp_server> |
||
| ⚫ | |||
| ⚫ | |||
<ntp_server perm="">time.aa.net.uk</ntp_server> |
|||
<http_user perm="">USER</http_user> |
<http_user perm="">USER</http_user> |
||
<http_pass perm="">1234</http_pass> |
<http_pass perm="">1234</http_pass> |
||
| ⚫ | |||
| ⚫ | |||
<admin_mode_password perm="">1234</admin_mode_password> |
<admin_mode_password perm="">1234</admin_mode_password> |
||
| ⚫ | |||
| ⚫ | |||
< |
<update_policy perm="">never_update</update_policy> |
||
< |
<settings_refresh_timer perm="">0</settings_refresh_timer> |
||
< |
<pnp_config perm="">off</pnp_config> |
||
| ⚫ | |||
| ⚫ | |||
<use_hidden_tags perm="">on</use_hidden_tags> |
<use_hidden_tags perm="">on</use_hidden_tags> |
||
| ⚫ | |||
<user_active idx="1" perm="">on</user_active> |
<user_active idx="1" perm="">on</user_active> |
||
<user_active idx="2" perm="">off</user_active> |
<user_active idx="2" perm="">off</user_active> |
||
<user_active idx="3" perm="">off</user_active> |
<user_active idx="3" perm="">off</user_active> |
||
<user_active idx="4" perm="">off</user_active> |
<user_active idx="4" perm="">off</user_active> |
||
<user_realname idx="1" perm=""> |
<user_realname idx="1" perm="">+441234567890</user_realname> |
||
<user_name idx="1" perm="">+ |
<user_name idx="1" perm="">+441234567890</user_name> |
||
<user_host idx="1" perm="">voiceless.aa.net.uk</user_host> |
<user_host idx="1" perm="">voiceless.aa.net.uk</user_host> |
||
<user_pass idx="1" perm="">secret</user_pass> |
<user_pass idx="1" perm="">secret</user_pass> |
||
| Line 120: | Line 130: | ||
</syntaxhighlight> |
</syntaxhighlight> |
||
| ⚫ | |||
=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 afterwards: |
|||
| ⚫ | |||
<syntaxhighlight lang="xml"> |
|||
| ⚫ | |||
<vol_speaker perm="R">9</vol_speaker> |
|||
| ⚫ | |||
<vol_ringer perm="R">9</vol_ringer> |
|||
| ⚫ | |||
<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= |
=XML Permission Flags= |
||
| Line 141: | Line 146: | ||
</syntaxhighlight> |
</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] |
|||
| ⚫ | |||
*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== |
==Firewall & Security== |
||
*You will also want to set up firewall rules, as per the [[VoIP Firewall]] page. |
*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. |
*Also see the [[VoIP Security]] page for information about securing your VoIP service. |
||
*We have a page about [[SNOM Firmware Updates]] |
|||
[[Category:VoIP Phones|Snom 7xx]] |
[[Category:VoIP Phones|Snom 7xx]] |
||