VoIP Phones - SNOM 7xx: Difference between revisions
Appearance
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> |
||