/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "widget.html" %}
{% import "phone.html" as phone %}
{% block headline %}
Phone-Widgets
{% endblock %}
{% block intro %}
The phone-widgets are used to display information from a phone or phone system.
Phone systems
Auerswald: VoiP 5010, Voip 5020, Commander Basic.2
AVM fritz!box: fritz!box 7050, fritz!box 7170...
AVM fritz!box v5.20: fritz!box 7390 with firmware v5.20 and up...
AVM fritz!box v5.50: fritz!box 7390 with firmware v5.50 and up...
If you want to simulate the list without a phone system, use the 'offline' system.
Personal Pictures
You may add some personal pics to your phone lists. Place them in 'pics/phone' and name them with the number of the person.
For example 'pics/phone/
08003007707.jpg', is being displayed if the mailbox calls. As resolution use 128 x 128 pixel.

Configuration
Choose your phone system and enter user and password the configuration page.
{% endblock %}