Translate

Saturday 31 August 2013

IVR

IVR system (Interactive Voice Response System)
You know how the technology make our life’s very simple now a days  very thing is available on our figure tips .You press the some key from your phone and you will get the all the information which you needed exactly .
Actually it is a system which reduces overall human efforts the technology behind this is called IVR system.
Now its time to move out in some deep intro of this system.
Introduction
VR systems are an example of computer-telephone integration (CTI). The most common way for a phone to communicate with a computer is through the tones generated by each key on the telephone keypad. These are known as dual-tone multi-frequency (DTMF) signals.
Each number key on a telephone emits two simultaneous tones: one low-frequency and one high-frequency. The number one, for example, produces both a 697-Hz and a 1209-Hz tone that's universally interpreted by the public switched telephone network as a "1."
A computer needs special hardware called a telephony board or telephony card to understand the DTMF signals produced by a phone. A simple IVR system only requires a computer hooked up to a phone line through a telephony board and some inexpensive IVR software. The IVR software allows you to pre-record greetings and menu options that a caller can select using his telephone keypad.
More advanced IVR systems include speech-recognition software that allows a caller to communicate with a computer using simple voice commands. Speech recognition software has become sophisticated enough to understand names and long strings of numbers -- perhaps a credit card or flight number.
On the other end of the phone call, an organization can employ text-to-speech (TTS) software to fully automate its outgoing messages. Instead of recording all of the possible responses to a customer query, the computer can generate customized text-like account balances or flight times and read it back to the customer using an automated voice.


How IVR appear to end user

Using an IVR system actually in real you are talking with a automated computer system .
Many of today's most advanced IVR systems are based on a special programming language called voice extensible markup language (vxml). Here are the basic components of a VXML-based IVR system:
  1. ·          Telephone network -- Incoming and outgoing phone calls are routed through the regular Public Switched Telephone Network (PSTN) or over a VoIP network.
  2. ·         TCP/IP network -- A standard Internet network, like the ones that provide Internet and intranet connectivity in an office.
  3. ·         VXML telephony server -- This special server sits between the phone network and the Internet network. It serves as an interpreter, or gateway, so that callers can interface with the IVR software and access information on databases. The server also contains the software that controls functions like text-to-speech, voice recognition and DTMF recognition.
  4. ·         Web/application server -- This is where the IVR software applications live. There might be several different applications on the same server: one for customer service, one for outgoing sales calls, one for voice-to-text transcription. All of these application are written in VXML. The Web/application server is connected to the VXML telephony server over the TCP/IP network.
  5. ·         Databases -- Databases contain real-time information that can be accessed by the IVR applications. If you call your credit card company and want to know your current balance, the IVR application retrieves the current balance total from a database. Same for flight arrival times, movie times, et cetera. One or more databases can be linked to the Web/application server over the TCP/IP network.


IVR system
Lets take a advance look on the call flow system inside the IVR system


call flow inside IVR


once you dial some assisted number from your phone provided by your service provider or company . You  are prompted  for to give some input from your phone using touchpad key 
once you press some number it send some DTMF(will describe this section in my next post ) signal to system. these numbers are mapped with some service application inside the IVR system. once you enter the right number your call automatically divert to that match service or else you are again prompted to input correct number. 


No comments:

Post a Comment