VoIP Phones - SNOM 7xx: Difference between revisions

mNo edit summary
 
==Example Configuration XML:==
Taken from a Snom 710 - Here we have config with "Read Write" permissions, ideal while you are setting things up:
<syntaxhighlight>
<?xml version="1.0" encoding="utf-8"?>
</phone-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>