I need to design an API that enables phone number, when clicked, make a call via TAPI system. How should it be achieved via Programming?
I am using CakePHP application. Also, the user needs to enable Call in Desktops, mobile and Tablets. Is there any apis available for such Interfacing?
I tried using:
<a href="tel:8005550199">Call 800-555-0199</a>
But I got the following error in firefox:
The address wasn't understood
Firefox doesn't know how to open this address, because one of the following protocols (tel) isn't associated with any program or is not allowed in this context.