From bf3b0ca3d1f1bcb29244dca7db12239f887dd6ce Mon Sep 17 00:00:00 2001 From: Italo Rossi Date: Wed, 31 Aug 2016 17:52:33 -0300 Subject: [PATCH] FS-9471 [verto_communicator] Updating In Call display after receiving display update message from mod_verto. --- html5/verto/verto_communicator/src/partials/menu.html | 2 +- .../src/vertoService/services/vertoService.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/html5/verto/verto_communicator/src/partials/menu.html b/html5/verto/verto_communicator/src/partials/menu.html index 725fb6e628..8dee97b35d 100644 --- a/html5/verto/verto_communicator/src/partials/menu.html +++ b/html5/verto/verto_communicator/src/partials/menu.html @@ -38,7 +38,7 @@
  • - {{ storage.data.called_number && storage.data.userStatus != 'connected' ? 'LAST_CALL' : 'IN_CALL' | translate }} {{ storage.data.called_number }} + {{ storage.data.called_number && storage.data.userStatus != 'connected' ? 'LAST_CALL' : 'IN_CALL' | translate }} {{ verto.data.call ? "(" + verto.data.call.params.remote_caller_id_name + ") - " + verto.data.call.params.remote_caller_id_number : storage.data.called_number }}