From d786cabd7aede11f5a9bb47dae14824983ca1743 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 10 Oct 2018 15:53:34 +0100 Subject: [PATCH] talk: Show useful status when people are on an echo test Signed-off-by: Michael Tremer --- src/templates/talk/modules/channels.html | 3 +++ 1 file changed, 3 insertions(+) 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") }} -- 2.47.3