login | register
Sat 17 of May, 2008 [09:33 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Juan Ortega, Thu 15 of May, 2008 [10:33 UTC]: Hi everybody, I'm Juan, an ITCom student, and I need to know what basic elements I need to create a VoIP network. Can anybody helpme, please?,Thank you very much
  • gineta, Wed 14 of May, 2008 [03:58 UTC]: any here not fine the configuration of firewall juniper -screem for VOIP asterisk????
  • Anoop Prabhakaran, Tue 13 of May, 2008 [12:16 UTC]: I am developing Asterisk IVR, Whenever i make a internation call to the IVR system, the DTMF is not getting detected properly, this happens only for the first time, second call onwards system works fine. why this is happening
  • joe, Mon 12 of May, 2008 [04:27 UTC]: Is there an opensource browser based softphone, or a system like Busta where everything is not manages through their website?
  • Nick Barnes, Fri 09 of May, 2008 [11:36 UTC]: Christopher - yesterday I tried an Asterisk install on a CentOS 5.1 box with stock GUI and it all worked fine. Sorry I can't help.
  • aero, Fri 09 of May, 2008 [08:20 UTC]: can someone help me out on this, i tried to play some sound files on my asterisk box and this is the error message i got. WARNING[4429]: format_wav.c:169 check_header: Unexpected freqency 22050 May 8 11:17:39 WARNING[4433]: codec_gsm.c:194 gsmtolin_fra
  • Christopher Faust, Thu 08 of May, 2008 [14:15 UTC]: I beleive that I may have to change something in the xserver configuration. Please advise
  • Christopher Faust, Thu 08 of May, 2008 [14:14 UTC]: Everything was perfect. In the bios I have increased the memory allocated Still receive input not supported on my display.
  • Christopher Faust, Thu 08 of May, 2008 [14:13 UTC]: This would not be my main box. I am doing some testing to see if I can install zaptel and asterisk 1.4 on a full centos 5.1 box with development software Its bizzare, because before I went through the asterisk and zaptel installation everything was perfe
  • Nick Barnes, Thu 08 of May, 2008 [13:44 UTC]: Christopher - I can't see any way in which an Asterisk installation would muck your GUI, but remember that it is advised not to use a GUI on an Asterisk box anyway.
Server Stats
  • Execution time: 0.58s
  • Memory usage: 2.22MB
  • Database queries: 35
  • GZIP: Disabled
  • Server load: 1.96

IVR

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


IVR Applications


Commercial IVR Vendors



Created by wylie, Last modification by rkelley on Wed 20 of Feb, 2008 [03:42 UTC]

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver