If I'd like to control the IP phone from my web application, how should I begin?
Let's say I have a standalone IP phone connected to the provider of IP telephony services. On the other side I have a server-side web application for the sales support. I'd like to initiate a call on my phone from this web application, on the other side I'd like to get for instance a popup with a customer's data on the web browser, when my customer is calling me.
In old era we had a CTI (Computer Telephony Integration) standards like JTAPI and TAPI for that, what are the common standards (if any) in the era of IP telephony today?
Best Solution
You will probably still need to use some form of CTI integration to control the phone. It really depends on the type of phone you want to control as to how you go about this.
For example, Cisco IP phones can be controlled using TAPI and JTAPI integration into their Call Manager PBXs. Mitel phones can be controlled using their own API called MiTAI which talks with their ICPs.
If your IP phone is SIP you may be able to initiate a call to the provider as if it came from your phone and use the phone just for the audio handling.
For incoming calls you will need to decode the incoming IP information (again it could be SIP) so that you can use this to pop-up the required web pages.
I think you need to check with your IP telephony provider to see what sort of integration they may already provide or at least give you some more information about the type of IP phone you are using.