fix: get contact name to display on CallUI when making call
This commit is contained in:
parent
38f14c5158
commit
84b8dcef3a
@ -387,6 +387,11 @@ async function makeOutgoingCall(number) {
|
|||||||
// return
|
// return
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
contact.value = getContact(number)
|
||||||
|
if (!contact.value) {
|
||||||
|
contact.value = getLeadContact(number)
|
||||||
|
}
|
||||||
|
|
||||||
if (device) {
|
if (device) {
|
||||||
log.value = `Attempting to call ${number} ...`
|
log.value = `Attempting to call ${number} ...`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user