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
4
votes
2 answers

Google Speech API with MRCP

Does some one know how to integrate Google Speech API as ASR with other IVR Systems e.g. Avaya, Genesis etc. These IVR/VXML systems generally integrate with ASR using MRCP protocol.
jzqa
  • 843
  • 10
  • 18
4
votes
1 answer

Not able to set caller Id for second dahdi card in asterisk using 2 pri in with 2 cards

I have 2 DAHDI card and 2 pri in my centos 6 system. I am not able to set callerid in .call file for second pri. Means for pri attached to the upper card I am able to set its caller id on forwarding but not the lower one it shows upper card pri…
codegasmer
  • 1,462
  • 1
  • 15
  • 47
4
votes
2 answers

IVR vs Asp.net MVC: How can I stop reinventing the browser?

I'm making an IVR system for a project, and have decided on Twilio to handle the phone portion (making and receiving calls, sending and receiving SMS messages). This will surface a website with an IVR front-end, allowing users to navigate the site…
Chris McCall
  • 10,317
  • 8
  • 49
  • 80
4
votes
4 answers

Testing VXML Applications in a Application Simulator

I am looking for a solution to simulate vxml application in a desktop/web browser. Challenge i have few hundreds of unit test cases in every new vxml application development. it is not possible to always make a test call to test every single unit…
4
votes
1 answer

Premium SMS and IVR payments methods in iOS Apps

Actually I'm developing an iOS application for specific mobile operator, The app will be free , and some content need to be paid so the operator need users to pay via Premium SMS or IVR (interactive voice replay), But after make some search i found…
Adel
  • 648
  • 1
  • 9
  • 26
3
votes
3 answers

How can I load balance FastAGI?

I am writing multiple AGIs using Perl that will be called from the Asterisk dialplan. I expect to receive numerous similtaneous calls so I need a way to load balance them. I have been advised to use FastAGI instead of AGI. The problem is that my…
Sara Ibn El Ahrache
3
votes
2 answers

Automated IVR Regression Testing

I have different requirement from a customer to write a automated test script for IVR Testing from .Net I want to write this automated test scripts from C# that is in .NET Framework 4.0 I have few questions in implementing. To write automated test…
web dunia
  • 9,381
  • 18
  • 52
  • 64
3
votes
1 answer

Twilio - Detect when user starts talking

I've integrated Twilio in a NodeJS application and I want to know if there is any way to detect using TwiML when a user starts talking while in the middle of a playback or when the synthesizer is talking? Like when you call to an IVR and the IVR is…
Moshe
  • 31
  • 1
  • 3
3
votes
2 answers

Can arduino tell room temperature by voice call using sim900?

I'm building a temperature monitoring unit with arduino, LM35 and a 16*2 LCD display. Now I am going to integrate this unit by SIM900A GSM/GPRS module and I get temperature readings by SMS. Now my question is, can I get those values by voice…
Dileep
  • 65
  • 1
  • 1
  • 8
3
votes
2 answers

Anyone have experience with Sphinx speech recognition?

Has anyone used the Sphinx speech recognition stack to build IVR applications? I am looking for open source alternatives to the expensive and somewhat limiting choices from MSFT and others. I have not been able to find a comprehensive package that…
Eric Z Beard
  • 37,669
  • 27
  • 100
  • 145
3
votes
1 answer

Unable to play music on hold in asterisk

In my dialplan music on hold was working earlier but its not working now.My musiconhold.conf ; ; Music on Hold -- Sample Configuration ; [old-default] mode=files directory=/var/lib/asterisk/mohmp3 random=yes [old-quiet] …
deogratias
  • 472
  • 2
  • 8
  • 23
3
votes
3 answers

Easiest way to make automated SIP phone calls from a web app?

I have a client company with a simple web application (Python Flask) and I need to add a phone notification functionality to it. The main requirement is that the app should call users, play a certain sound file and accept some tone input ("Hello!…
skanatek
  • 5,133
  • 3
  • 47
  • 75
3
votes
5 answers

Looking into IVR software development

The company I work for is looking for an IVR implementation that is highly compatible with any potential PBX/IVR or PBX combo OR to provide our own hosting solution. So the idea would be to create an application that interfaces to any potential…
user124626
3
votes
3 answers

IVR integration using php

Is it possible to integrate IVR with PHP ? is there any tutorial or links related to the same? I want, When a user calls certain phone number and input their booking registration number and booking date, IVR should response the booking order, and…
Prasoon
  • 49
  • 1
  • 5
3
votes
3 answers

VXML :: Difference between bridged and consultation transfer

From the VXML 2.1 documentation on Consultation Consultation_Transfer and from the documentation of VXML 2.0 on Bridged Transfer Briged transfer The only difference that i understand is this The platform maintains the session during the duration…
Subin_Learner
  • 347
  • 1
  • 4
  • 15
1
2
3
23 24