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 get s

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

KooKoo Contact Center integration with WhatsApp

WhatsApp announced the launch of their business API yesterday. This is a big deal. A lot of businesses have been asking for WhatsApp integration and now its a possibility. Twilio has already launched an integration . Won't be long before we see a lot more integrations pop up. The most obvious use case is for support chat bots, alerts and reminders. But we at Ozonetel believe one other use case will become the dominant use case, WhatsApp as a support channel with human agents. We believe WhatsApp will become a dominant channel in contact centers world wide. There are multiple reasons for this: WhatsApp is ubiquitous. Everyone has the app. WhatsApp interface is well known to all customers. It is feature rich. You can share audio, video, location etc in the app itself. You can integrate bots for repetitive tasks. Being the leaders in cloud contact center solutions, we at Ozonetel knew that we had to integrate with the WhatsApp channel as early as possible.