diff --git a/src/frontend/components/telephone/TelephonePage.vue b/src/frontend/components/telephone/TelephonePage.vue index a38d1c3..9ca3286 100644 --- a/src/frontend/components/telephone/TelephonePage.vue +++ b/src/frontend/components/telephone/TelephonePage.vue @@ -2,7 +2,77 @@
-
+
+
+ +
+
+ + +
+
+ +
+
+ + +
+ {{ activeCall.remote_identity_name }} + Unknown +
+ + +
+ {{ Utils.formatDestinationHash(activeCall.remote_identity_hash) }} +
+ +
+ + +
+ Incoming Call + + Busy... + Rejected... + Calling... + Available... + Ringing... + Connecting... + Connected + Status: {{ activeCall.status }} + +
+ + +
+ + + + + + + +
+ +
+ +
+
+ +
@@ -118,9 +188,11 @@