Questions tagged [ivr]

An IVR (Interactive Voice Response) is a system that provides callers to a telephony network, typically an organization or call center, with an automated interface. IVRs can be used to handle requests automatically; or to gather preliminary information from the caller such as identification and reason for calling, before routing the call on to an appropriate agent.

An IVR (Interactive Voice Response) is a system that provides callers to a telephony network, typically an organization or call center, with an automated interface.

IVRs can be used to handle requests automatically; or to gather preliminary information from the caller such as identification and reason for calling, before routing the call on to an appropriate agent.

Related tags:

347 questions
177
votes
24 answers

What regular expression will match valid international phone numbers?

I need to determine whether a phone number is valid before attempting to dial it. The phone call can go anywhere in the world. What regular expression will match valid international phone numbers?
Abtin Forouzandeh
  • 5,635
  • 4
  • 25
  • 28
19
votes
0 answers

Can I setup IVR on my Android phone?

I think to make it possible I need to make the app automatically respond to the incoming calls. Is that possible at all? I want to build an android application for small business. Using this application a business owner can: setup a custom IVR…
user3471244
  • 191
  • 1
  • 3
13
votes
5 answers

What's a good open source VoiceXML implementation?

I am trying to find out if it's possible to build a complete IVR application by cobbling together parts from open source projects. Is anyone using a non-commercial VoiceXML implementation to build speech-enabled systems?
Eric Z Beard
  • 37,669
  • 27
  • 100
  • 145
11
votes
11 answers

setup an IVR with Asterisk

I need to setup a simple IVR system for a friend's company that will let the caller navigate through the menu by pressing phone keys. Its kind of like a bus schedule. for today's schedule press '1', for tomorrow's schedule press '2' and so…
Sebastian
  • 2,889
  • 4
  • 34
  • 37
10
votes
2 answers

getting the group name to the according pri port in asterisk

I am using sagoma 8 port card My chan_dahdi.conf to configure the ports are ;autogenerated by /usr/sbin/wancfg_dahdi do not hand edit ;autogenrated on 2015-06-12 ;Dahdi Channels Configurations ;For detailed Dahdi options, view…
codegasmer
  • 1,462
  • 1
  • 15
  • 47
9
votes
2 answers

Voice call through GSM modem

I would like to use a GSM modem to make a voice call to a phone number, play a recorded message, wait for a digit to be pressed and then disconnect the call. The system needs to know if the line was busy, if the user answered and which digit was…
johndodo
  • 17,247
  • 15
  • 96
  • 113
7
votes
4 answers

Set waiting tone for asterisk agi function processing

I am using asterisk with normal PHP AGI following this link the problem is that my PHP AGI takes 5 seconds to execute .I just want to set some waiting tone for the user to wait until the AGI is been processing. On the same link I found…
codegasmer
  • 1,462
  • 1
  • 15
  • 47
7
votes
1 answer

Play DTMF tones in outgoing call using Twilio

In my Twilio-based application I create outgoing calls via the Twilio REST API. When the target side responds, I put him/her to the recently-created conference. How can I play a certain set of DTMF tones before putting him/her to the conference? The…
Bogdan Burym
  • 5,482
  • 2
  • 27
  • 46
6
votes
9 answers

Is it possible to create Interactive voice response systems from home, if so, what is the best solution

I am trying to build an IVR and hook it up to my website, what are the different (inexpensive) ways that I can do it.
user102828
6
votes
1 answer

How to get user response using ATD commands GSM modem in c#

I am trying to make IVR system GSM modem. I am done with calling on number using code below SerialPort SP = new SerialPort("COM3"); SP.BaudRate = 9600; SP.Parity = Parity.None; SP.DataBits = 8; SP.StopBits = StopBits.One; SP.RtsEnable =…
Hot Cool Stud
  • 1,145
  • 6
  • 25
  • 50
6
votes
0 answers

Android APIs to Auto answer the call and read DTMF tones

I would like to know the following whether possible with Android or not. I keep searching on line but no luck. I feel that may be possible with new versions of the Android. I want check with experts on Stackoverflow. Shall I Auto answer the call…
6
votes
1 answer

IVR development

I need to build an IVR application (possibly 10 Phone lines). I am entirely new to this domain and am familiar with some concepts, Can someone please provide me with some links/advice on how I can go about building the IVR system? Also, I need to…
Mponnada
  • 263
  • 5
  • 18
6
votes
1 answer

the root element of the document is not

I have a file named jvxml-implementation-0-7.xsd in my project. The contents of the file are
Abhishek
  • 2,543
  • 4
  • 34
  • 46
5
votes
4 answers

IVR Development in java

I'm going to develop an on-line IVR application using Java (without PBX). In the software requirements there are some mathematical calculations and database communication which I prefer to implement on Java side. As you know, different technologies…
Amin Shahnazari
  • 95
  • 1
  • 2
  • 7
4
votes
3 answers

Recommend a good Interactive Voice Response system to work with .NET?

I have a client in the healthcare space, that might need an IVR system to take patients through a simple six question survey (all of the "press 1 for I Strongly Agree, up to 5 for I Strongly Disagree" type). The factors involved... Small client: …
TomK
  • 523
  • 2
  • 7
  • 18
1
2 3
23 24