Skip to main content

The return of the telephony apps-Phone service applications

There was a time during late 90s when VXML was king and telephone applications ruled. Everybody wanted to build telephone applications. But somewhere down the line, telephone applications lost out to web applications. The reasons are many:

1.Closed nature of the telephony applications controlled by a few big telecom companies.
2.New technology stack to be learnt by developers.
3.Large setup costs and costly telephony hardware.
4.Technology gap. Voice based technologies were not upto the mark, especially speech recognition.

On the other hand web based technologies did not have these problems and they became the mode of choice for information dissemination.

Things started to change with the advent of open source telephony and voip, specifically Asterisk.Points 1 and 3 in the above list were voided by open source telephony stacks. Voip was a major disruptive technology for phone service applications. People were able to setup communication platforms and build telephony applications in their homes. But still points 2 and 4 were coming the way of widespread acceptance of telephony applications.

Though point 4 is still a long way away from being 100% point 2 has a found a solution in the form of cloud telephony. A lot of companies have come up in the recent past which provide a cloud telephony option. All cloud telephony service providers have the following things in common:

1.They provide a web based API using which users can call telephony applications like dial, get dtmf, record audio, play audio etc.
2.They take care of hardware setup and phone number provisioning so that you can worry only about your application.
3.Most of them have a pay for what you use policy so the initial setup costs are negligent.

This technology has had a disruptive effect on telephony applications. Now developers can use their existing programming skills of java,php,ruby,c,c++ etc to develop telephony applications. This has led to a spurt in telephony applications with an innovative mix of web applications with telephone based services.(TwitterVoice)

With the advent of KooKoo these kind of services are available in India also.

Some well known cloud telephony services are:

1.Tropo
2.Twilio
3.Cloudvox
4.Invox
5.IfByPhone

In a later post I will discuss about innovative ideas to build voice applications.


Popular posts from this blog

Integrating Arborjs with Angular to create a live calls dashboard

Arborjs  is a cool graph visualization library. Angular  is one of the best JavaScript frameworks and we have been using Angular in a lot of our front end development. When you handle millions of calls, proper visualization becomes very important. Without proper visualization, you can get lost in the mountains of data. So we spend a lot of time to come up with good visualizations to represent the data. Since we loved the cool way in which Arbor represented graph data, we could not wait to hook it up with Angular. Because of Angular's two way data binding, when you hook up Angularjs with Arbor.js you can get a dynamically updated visualization of graph data with cool animations. To give back to the community, we have put up the code online at Github . Basically we have created an Angularjs directive for Arborjs. Please feel free to fork the code and add extensions and use it for your own visualizations. The code is self explanatory with comments inline. Best way to ...

First Post

In this blog, I will be talking about my experiences in trying to build a cloud telephony platform , KooKoo . Along the way I will also be talking about different design choices I made, good programming practices and the IVR domain in general. For technoratti: NNFJW8EW86C3

Cloud Telephony-History and state of the art

Well, its been 11 years since Twilio launched their voice API in November 2008. I would say that was a major turning point in the cloud telephony industry. Before that, for people to build telephony applications, you either had to depend on proprietary platforms like Avaya dialog designer or build on arcane technologies like VXML which again was supported at varying degrees by the incumbents. Enter Twilio with their voice API and the industry changed for the better. Since it's been almost 11 years now I thought now might be a good time to do a comprehensive review of the cloud telephony industry as a whole in general and in India in particular. The Beginning Twilio was undoubtedly the startup which ushered in the era of cloud telephony. They started in November 2008. At that time in India, we at Ozonetel had launched a hosted VXML platform. There were no takers. After all who coded in VXML :) So when Twilio launched and we saw them take off, we immediately realized tha...