Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
{% if application == "ConfBridge" %}
{{ _("Conference Room %s") % number }}
+{% elif application == "Echo" %}
+ {{ _("Echo Test") }}
+
{% elif application == "VoiceMail" %}
{{ _("Voicemail") }}:
{% elif number == "990" %}
{{ _("Voicemail") }}
-{% elif number == "991" %}
- {{ _("Echo Test") }}
-
{% elif number == "992" %}
{{ _("Music") }}
if self.application == "ConfBridge":
return self.data # Will have the conference room number
+ elif self.application == "Echo":
+ return None
+
elif self.application == "VoiceMail":
try:
user, rest = self.data.split("@", 1)