Skip to content

Commit

Permalink
Merge pull request #23 from signalwire/aa/direct-dial
Browse files Browse the repository at this point in the history
Dial the address on click
  • Loading branch information
iAmmar7 authored Jan 17, 2024
2 parents f0ccca9 + 78d0473 commit 991a7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ async function fetchAddresses() {
window.dialAddress = async (address) => {
const destinationInput = document.getElementById('destination')
destinationInput.value = address
connect()
}

window.fetchNextAddresses = async () => {
Expand Down

0 comments on commit 991a7d7

Please sign in to comment.