login | register
Wed 01 of Aug, 2007 [09:12 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.46s
  • Memory usage: 2.21MB
  • Database queries: 34
  • GZIP: Disabled
  • Server load: 2.88

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.

Outbound IVR

IVR applications are typically associated with inbound calling programs. However, IVR technology can be applied to outbound calling campaigns and are most commonly refered to as Outbound IVR or Voice Broadcasting with touchphone response.

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()

See Also

IVR Information


IVR Applications



Commercial IVR Vendors


Created by wylie, Last modification by Paul Gillman on Thu 19 of Jul, 2007 [12:57 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-2007 Arte Marketing, Inc.

Powered by bitweaver