]> git.ipfire.org Git - ipfire.org.git/commitdiff
talk: Show useful status when people are on voicemail
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Oct 2018 14:52:30 +0000 (15:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Oct 2018 14:52:30 +0000 (15:52 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/talk/modules/channels.html

index 336c4298a757cd432865e67329fbc4873d8a0b43..aac4ce743f7cef83310929fce62e218bafad87fd 100644 (file)
@@ -12,6 +12,9 @@
                                                                        {% if chan.application == "conference" %}
                                                                                CONFERENCE
 
+                                                                       {% elif chan.application == "voicemail" %}
+                                                                               {{ _("Voicemail") }}
+
                                                                        {% else %}
                                                                                {% if chan.callee %}
                                                                                        <a href="/users/{{ chan.callee.uid }}">{{ chan.callee }}</a>