What Is IVR?
The following is a definition for the term IVR from Wikipedia:- "In telephony, interactive voice response, or IVR, is a phone technology that allows a computer to detect voice and touch tones using a normal phone call. The IVR system can respond with pre-recorded or dynamically generated audio to further direct callers on how to proceed. IVR systems can be used to control almost any function where the interface can be broken down into a series of simple menu choices. Once constructed IVR systems generally scale well to handle large call volumes."
Computer Telephony Component
IVR is an automated computer telephony integration CTI system which allows providers to create complex menus which the caller can navigate by using touch-tone keypresses or via spoken commands. IVR systems can be used as a Voice portal to access remote information such as bus scheduling where the caller can select the route for which they require information, or for billing or customer service systems which allow the caller to enter information such as their account number or credit card details without the need for operator assistance.IVR and ACD Integration
IVR solutions are often integrated with an ACD, which routes incoming phone calls to agent work groups. This integration can be both a front end and back operation.- Most typically, an ACD system can route callers to an IVR program based upon DNIS or other parameters such as time of day or day of the week.
- A smart IVR can transfer callers back to an ACD system to route the call to the next available agent within an agent hunt group.
One important task of an integrated IVR and ACD is to display Screen Pop information from the caller on the agent's workstation so that the agent has caller information readily available without the need to prompt the caller again.
IVR and Voice Broadcasting
IVR applications are typically associated with inbound calling programs. However, IVR technology can be applied to outbound calling campaigns and are most commonly used with Voice Broadcasting and touchphone responses. Examples of the application of this technology include the option to speak with an operator, opt out of a calling campaign, or taking an outbound survey.Sample IVR script language
(ivr)exten => s,1,Answer()
exten => s,n,Set(TRIES=0)
exten => s,n,Wait(1)
exten => s,n(playback),Background(ivr)
exten => s,n,WaitExten(5)
exten => 1,1,Goto(default,101,1)
exten => 2,1,Goto(default,102,1)
exten => 5,1,Queue(quieu2)
exten => 6,1,Queue(queue6)
exten => h,1,NoOp(Shucks, they hung up!)
exten => t,1,Playback(im-sorry)
exten => t,n,Set(TRIES=${TRIES} + 1)
exten => t,n,GoToIf(${TRIES} > 2?disconnect)
exten => t,n,GoTo(s,playback)
exten => t,n(disconnect),Hangup()
exten => i,1,Playback(im-sorry)
exten => i,n,Set(TRIES=${TRIES} + 1)
exten => i,n,GoToIf(${TRIES} > 2?disconnect)
exten => i,n,GoTo(s,playback)
exten => i,n(disconnect),Hangup()
Graphical Design Tool for IVR Applications
Recent IVR systems usually use high level scripting languages such as VoiceXML, an open standard for interactive voice response systems. For most users who lack technical training, developing an IVR system using scripting language, even high level language, are not feasible. The good news is there are design tools that are based on graphical user interface for the techies and none-techies alike. By using a GUI tool, a user can simply drag-and-drop components and create and deploy an IVR system in minutes. The whole design is a call flow diagram, much like a voicemail system user manual.See Also (Vendor Information)
IVR Information
- CCXML standard markup language for IVR / call control applications
- Examples of IVR reports and IVR Applications from Database Systems Corp. (Interactive Voice Response).
- IVR System Simulation Model - estimates resources required for an inbound calling campaign.
- Applications created by IVR Design Tool - IVR Studio IVR Application: music on hold, IVR Application: auto attendant, IVR Application: voicemail
- VoiceXML standard markup language for IVR / speech applications
IVR Applications
- DSC Phone Surveys - IVR phone survey applications and development tools
- IVR Applications - Lists a variety of DSC IVR phone applications and clients
Commercial IVR Vendors
- Angel.com The leading provider of Hosted IVRand Call Center solutions
- Call Center Tech - IVR Systems, IVR Software and Voice broadcasting
- 4PSA VoipNow Includes powerful IVR design tools with visualization, debugging and testing features.
- Centcom Predictive Dialer CCDS is a provider of Hosted IVRand Hosted Predictive Dialer.
- Community Reassurance with Outbound VoiceXML and Children Calling Program
- Custom IVR Programming provided over here.
- Database Systems Corp. IVR - IVR Solutions, IVR Systems and IVR Software API Manual
- EasyIVR IVR Software: provides IVR development and IVR hosting services
- Evolution IVR hosting 100% VoiceXML, CCXML, CallXML and SIP standards-based with $100 per month in free usage
- Full Featured IVR: Fully Customizable IVR system, with lots of features and built to customer specific retirements.
- Intellistream Voice and Video IVR solutions
- IVR Technology Group An ASP IVR Hosted Solution page
- IVM Answering Attendant IVR Server for Sip VoIP on Windows
- Largest Commercial Asterisk based IVR System Deployed Commercial Asterisk IVR Deployment Partner
- Parus Interactive IVR Solutions
- PATLive Live and Automated Telephone Answering Services
- Pronexus IVR http://www.pronexus.com/applications/ivr.asp
- Prophecy IVR platform 100% VoiceXML, CCXML, CallXML and SIP standards-based, open/free download
- UCN UCN Inc is a leading provider of IVR, Automatic Call Distributors, Computer Telephony, and Workforce Management Software, all hosted over the companies nationwide VoIP network.
- Voicent IVR Studio IVR Studio
- Voxeo's What is IVR? page
- VXML 2.1 + GUI Tools IEC - SIP/2.0+VXML 2.1 Inexpensive IVR Platform with Conferencing, MRCP ASR/TTS Client/Server, Linux/Windows, Call Analysis, Bulk Call Generator, more ... Free Trial Download.
- Carrot System Provider of Hosted IVR, Tele-conference and Call Center solutions in Hong Kong
Comments