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

Content deleted Content added
CrazyTeeka (talk | contribs)
CrazyTeeka (talk | contribs)
mNo edit summary
Line 66: Line 66:


==Example Configuration XML:==
==Example Configuration XML:==
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>
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
Line 102: Line 102:
</phone-settings>
</phone-settings>
</settings>
</settings>
</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 automatically:
<syntaxhighlight>
<vol_speaker perm="R">9</vol_speaker>
<vol_ringer perm="R">9</vol_ringer>
<vol_handset perm="R">9</vol_handset>
</syntaxhighlight>
</syntaxhighlight>