diff --git a/src/frontend/components/App.vue b/src/frontend/components/App.vue index ffe6e6c..63d989b 100644 --- a/src/frontend/components/App.vue +++ b/src/frontend/components/App.vue @@ -395,6 +395,7 @@ export default { } case 'telephone_ringing': { this.getTelephoneStatus(); + NotificationUtils.showIncomingCallNotification(); break; } case 'telephone_call_established': {