From 97303213b850eb85a390c162d68e8d98715a4114 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 10 Oct 2018 15:52:30 +0100 Subject: [PATCH] talk: Show useful status when people are on voicemail 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 336c4298..aac4ce74 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 == "voicemail" %} + {{ _("Voicemail") }} + {% else %} {% if chan.callee %} {{ chan.callee }} -- 2.47.3