From: Michael Tremer Date: Wed, 10 Oct 2018 14:53:34 +0000 (+0100) Subject: talk: Show useful status when people are on an echo test X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d786cabd7aede11f5a9bb47dae14824983ca1743;p=ipfire.org.git talk: Show useful status when people are on an echo test Signed-off-by: Michael Tremer --- diff --git a/src/templates/talk/modules/channels.html b/src/templates/talk/modules/channels.html index aac4ce74..9d73d10b 100644 --- a/src/templates/talk/modules/channels.html +++ b/src/templates/talk/modules/channels.html @@ -12,6 +12,9 @@ {% if chan.application == "conference" %} CONFERENCE + {% elif chan.application == "echo" %} + {{ _("Echo Test") }} + {% elif chan.application == "voicemail" %} {{ _("Voicemail") }}