diff --git a/frontend/src/components/CallUI.vue b/frontend/src/components/CallUI.vue index ffdb58ca..a98e3c58 100644 --- a/frontend/src/components/CallUI.vue +++ b/frontend/src/components/CallUI.vue @@ -387,6 +387,11 @@ async function makeOutgoingCall(number) { // return // } + contact.value = getContact(number) + if (!contact.value) { + contact.value = getLeadContact(number) + } + if (device) { log.value = `Attempting to call ${number} ...`