Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Dialing a number from the browser

This site may earn commission on affiliate links.
Anyone find a way to be able to dial a number from the browser? Tapping it leads to a search, which is totally lame. Ideally, tapping an address in the browser leads to navigation, and tapping a phone number leads to dialing it. I know I can work-around with voice control.
 

Anyone find a way to be able to dial a number from the browser? Tapping it leads to a search, which is totally lame. Ideally, tapping an address in the browser leads to navigation, and tapping a phone number leads to dialing it. I know I can work-around with voice control.

This could work seamlessly if Tesla was supporting AndroidAuto or CarPlay. As it is, everything that runs on Tesla screen is inside Tesla's walled garden, including the web browser.
You can google around for a web SIP client, and see if it runs on the Tesla web browser.

But frankly, dialing off your phone seams like a perfectly functional alternative.

No, no, no. That will never happen and shouldn't. Allowing the browser to have access to the car's system is just asking for hacks to occur.
Marianne%20image3.jpg


In-screen internet access and browsing is enabled by Tesla. All the traffic runs off the same TCU (telematics control unit), just on different APNs.
Exploiting vulnerability on one (infotainment) APN does not get you access to the rest of car's systems. Unless Tesla did something really stupid with TCU configuration. In which case, integrating voice support into the web browser is the least of our problems.

HTH,
a
 
No, no, no. That will never happen and shouldn't. Allowing the browser to have access to the car's system is just asking for hacks to occur.

It would seem like the simple way to do this would be for the browser to recognize phone number and address patterns, and when tapped, pass them as inputs to the phone and navigation. This is the same approach used in macOS et al., for example.
 
Anyone find a way to be able to dial a number from the browser? Tapping it leads to a search, which is totally lame. Ideally, tapping an address in the browser leads to navigation, and tapping a phone number leads to dialing it. I know I can work-around with voice control.
To be clear, I'm not asking for SIP or any kind of special browser support for calls, just being able to "copy & paste" and dial a browser-displayed phone number for the existing BT-connected phone to dial.

Use case: from the parking lot today, I used the browser to find a Thai eatery. The number and address were displayed on the screen, but were useless as I had to go into my phone to load the same page anyway just to be able to tap the number to dial & tap the address for directions. I expected that tapping the phone number on the browser would DTRT, but alas it does not.
 
To be clear, I'm not asking for SIP or any kind of special browser support for calls, just being able to "copy & paste" and dial a browser-displayed phone number for the existing BT-connected phone to dial.

Use case: from the parking lot today, I used the browser to find a Thai eatery. The number and address were displayed on the screen, but were useless as I had to go into my phone to load the same page anyway just to be able to tap the number to dial & tap the address for directions. I expected that tapping the phone number on the browser would DTRT, but alas it does not.
Can you tap a phone number on a browser on your PC at home and have it dial the number?
 
Use case: from the parking lot today, I used the browser to find a Thai eatery. The number and address were displayed on the screen, but were useless as I had to go into my phone to load the same page anyway just to be able to tap the number to dial & tap the address for directions. I expected that tapping the phone number on the browser would DTRT, but alas it does not.
Once you identified the restaurant, you could use a voice command to navigate there, and I think you might even be able to call from the navigation screen.
 
Holy s*** how'd you do that? How does a PC use FaceTime?
You mean a windows computer? Do people still use those? 🤪

When a phone number is displayed anywhere on my phone (iPhone: browser, notes, email, etc), I can tap it to dial. The same is true on my MacBooks.

It's a pretty simple bit of coding: when rendering text, if the regular expression matches a phone number,* highlight the text such that clicking/tapping copies and pastes the text into the phone application.

I won't be surprised if this eventually ends up in a Tesla software update, like so many other useful little enhancements have. I'm still stoked that the last update finally added support for switching between % and miles on the range indicator just with a tap. Waited over 2 years for that one!

* Regular expression to match standard 10 digit phone numberhttps://stackoverflow.com › questions › regular-expressi...
 
@pnwadventures

All you need is to specify TEL as the protocol for an HREF, it's the same as MAILTO

i.e.,

<a href="tel:904-655-3364">Call me!</a>

Then the browser/OS determines how that protocol is handled. Even in Chrome on MacOS you can associate it with Facetime, and then have it call by using your iPhone as a phone/dialer proxy.


I guess the Tesla browser does __not__ have an associated protocol, what does it do for a MAIL:<some_email_address> ??

[edit]

Nothin' 😑
 
Last edited: